-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consolidate db, dbtype, and dbdriver #73
Comments
+1, agree 100% |
Another up vote for this one. I only skimmed through the documentation and was quite confused when it was defaulting to Postgres despite the fact I'd set dbtype and dbdriver. Would be good to pivot off the "dbtype" setting to select the appropriate driver and default port (but keep the dbport option for non-standard configurations). |
Agreed, make the defaults |
Also Fix voxpupuli#73 - Set appropriate defaults for dbtype and dbdriver based on db.
…oxpupuli#73 - Set appropriate defaults for dbtype and dbdriver based on db.
Also Fix voxpupuli#73 - Set appropriate defaults for dbtype and dbdriver based on db.
Add Support for H2 Database and Fix #73
Also Fix voxpupuli#73 - Set appropriate defaults for dbtype and dbdriver based on db.
Right now you have to set three configs in order to accomplish the switching between one database type and another. I think it makes far more sense to change the dbtype and dbdriver values based off of what people set for db.
The text was updated successfully, but these errors were encountered: