thomaseleff / assemblit

Assemblit is helping data analysts and scientists rapidly scale notebooks into analytics-as-a-service (AaaS) web-applications.
https://assemblit.org
MIT License
1 stars 0 forks source link

Reorganize db-functions out of general content-building components #14

Closed thomaseleff closed 3 weeks ago

thomaseleff commented 5 months ago

Currently, db-functions are located in different levels of the assemblit library (users-db functions in ~/vault.py, sessions-db functions in ~/components/_selector.py, etc.). Unlike generic content building functions, database management functions are specific to each database, given the different dependencies each database has with other databases.

To Do:

thomaseleff commented 2 months ago
thomaseleff commented 2 months ago

For the users database,