in reply to Storing config data - RDBMS vs File?

I'm with tilly on this - and I hold this opinion just as strongly.

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

  • Comment on Re: Storing config data - RDBMS vs File?