eveningkid / denodb

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
https://eveningkid.com/denodb-docs
MIT License
1.93k stars 129 forks source link

How to use denodb to connect to multiple postgresql databases having same models #360

Open MContagious opened 2 years ago

MContagious commented 2 years ago

I want to connect to multiple PSQL db instances, All of them have same Models. The application is for centralised Admin dashboard to perform small operational tasks. Conditionally I have to change on different database.