Having an argument with my team. We are developing an application using SQLite, and some want to add it to the repo (GIT), and some do not. Previously, in the RDBMS system, the advantages of using VCS in a database were not visible. However, SQLite is a stand-alone file without external dependencies, so I assume that even if it is binary, fixing the project code + SQLite file will give an accurate snapshot of the gameβs state at this point.
I also assume that branch and merge will work as well.
Has anyone really done this, and if it works that way?
version-control dvcs sqlite
Purple pilot
source share