Enable admin app with local storage
colearendt opened this issue · 2 comments
colearendt commented
Now that I have done the work of using a database... we should make local storage with SQLite possible, perhaps? Connects with #7
This way we do not necessarily require a Postgres connection. This will make multiple session writes much more manageable than with a local file and "reactiveFileReader" (which is the other option)
colearendt commented
Not quite sure what I was thinking when I wrote this... but multiple session writes will be bad if using a SQLite table... 😮 better to use PostgreSQL or some other full RDBMS
colearendt commented
Hard requirement on Postgres, but the admin app and student app are one and the same.