This project is to be integrated into the annotation server project. This project will change a so that multiple snowflakes can exist in the same database.
Right now the BaseTable assumes it is the only entity in the database; I am not sure if multiple BaseTable can connect to the same Sqlite database. Or if BaseTable is going to defer to some Container that manages the database.
This project is to be integrated into the annotation server project. This project will change a so that multiple snowflakes can exist in the same database.
Right now the
BaseTable
assumes it is the only entity in the database; I am not sure if multipleBaseTable
can connect to the same Sqlite database. Or ifBaseTable
is going to defer to someContainer
that manages the database.