Frederic

Results 26 comments of Frederic

@WellFail Having entirely different models for different databases/connection is a specific use case. In a multi tenant application, models will be shared by databases/connection. You may want some flexibility for...

@pantharshit00 I would rather consider this issue an improvement rather than a feature. I would even go further as to consider that it's a must-have. What is the option currently...

@janpio Well I just wanted to highlight that it was an important feature that should be part of the initial release if you ask me. In the case of a...

@WellFail How do you currently make it possible to use Sqlite in development while using say Postgres in production? Regarding using multiple databases/connections, I don't get what you are proposing....

@WellFail Considering that the provider property can't be set through an environment variable (correct me if I'm wrong), I can't see how you can use different type of database depending...

@timsuchanek thanks for the update. I had initially opened a discussion asking if it was possible to have multiple connections pointing to different db/schemas and was told that it was...