You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema = new Schema( config.dbtype , {
url: config.db, // for mongo and othere db's with url's
database: config.database , // for mysql and other db's with databases
username:config.username
}),
I tried in the local 👍
The text was updated successfully, but these errors were encountered:
The biggest issue is that currently the adapters each use a different connection configuration object, so I'd have to abstract that away too. But good idea, thanks!
yea they have bit differences , I think other than that i am quite sure that the queries are the same all but not 100% ( some have additional features ) , but if we can do it , it would be awesome , this would be database independent 👍
Hi
I think it would be great if we could have something like this
config.js file - https://github.com/gojarvis/Jane/blob/master/config/config.js
article.js or other files using db connect
I tried in the local 👍
The text was updated successfully, but these errors were encountered: