Mr-Kumar-Abhishek / SIMS

Student Information management system ( Discontinued due to lack of resources )
0 stars 0 forks source link

Maintain SQL dump of the database in git #4

Open Mr-Kumar-Abhishek opened 8 years ago

Mr-Kumar-Abhishek commented 8 years ago

As the MS access Database file is in binary format, it will be better to use a SQL dump to log to log all the changes. However, maintaining a binary format is necessary for ease of development. Any Ideas how approach this better ?

Mr-Kumar-Abhishek commented 8 years ago

We could always make the database while installation ? Or on the first run. Maybe give this feature for the user to select. But this could come a lot later and not now, preferring to keep binary database file for now along with SQL dump.

Mr-Kumar-Abhishek commented 8 years ago

MS access database binary file is providing conflicts, keeping a dump version of the database(only the design part) if it is plausible in the history of the commits (requires re-base).