in reply to Storing config data - RDBMS vs File?
Pure configuration data should probably live outside of the database, although in some cases you might need it in the db (for example, to control the behavior of stored procedures). This information should in all cases be kept under revision control, just as your database schema should be managed under revision control.
Michael
|
---|