-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Current version works only with postgresql. Flexibility could be achieved entirely within the database module.
- Change
run_time.inito include all database info -- includingsql_flavorparameter -- under a[database]hoarder - Make sure system is backwards compatible with old-style
run_time.inifiles, which had a[postgresql]header and assumed postgresql - Document which routines (e.g., probably removing database, which requires closing connections) use postgres-specific and/or mysql-specific code, so that if folks want to add another kind of database they'll be able to tell what exactly they need to update in database module
- Update user documentation
- Unit tests
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request