Tagged Questions
40
votes
11answers
2k views
Database source control
Should database files(scripts etc.) be on source control?
If so, what is the best method to keep it and update it there?
Is there even a need for database files to be on source control since we can ...
8
votes
3answers
158 views
What methods exist for handling DB Change Management?
I recently began working with version control in my web-development using subversion. This works great for managing the files I develop but does nothing for the changes I sometimes need to make to ...
4
votes
3answers
181 views
cost trade-offs for deploying changes to prod, stored procs vs. LINQ
Some context for thisi question: it is not about development time over the entire iteration of development, but just the stage of deploying changes from dev to prod environment. "LINQ" here really ...
2
votes
0answers
166 views
Android application Database Framework
When creating mobile (specially Android) application, I usually come to touch with similar pattern of working with data.
Usually I need to fetch some remote data (covered by authorization process) ...
2
votes
1answer
140 views
Database with version history?
I'm developing a game with a component-based architecture. I want to store entity descriptions in a SQLite database for compactness and convenience. Obviously the backend code is (and the database ...