ehuang1126 / Zebrafish-Facility-Tracker

GNU General Public License v3.0
0 stars 0 forks source link

reimplement database backend #3

Closed kevinwshin closed 1 year ago

kevinwshin commented 1 year ago

The database implementation is kind of garbage because of the twin issues of lack of expertise and the (probably poor) decision to use an excel file as the backing database. It was intended to allow the relatively tech inept users full control over their data in a familiar way, but it just probably is not a good design.

kevinwshin commented 1 year ago

After meeting with our database consultant, we've decided to go with SQLite.