mozilla / jx-sqlite

JSON query expressions using SQLite
Mozilla Public License 2.0
35 stars 19 forks source link

Support multiple snowflakes #85

Open klahnakoski opened 5 years ago

klahnakoski commented 5 years ago

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.