opwork
opwork copied to clipboard
Extend the database support and configure it with ENV
Currently only a simple SQLite is implemented for persistency. We will need proper persistency support.
- [x] SQLite
- [ ] Postgres
- [ ] MySQL
- [ ] MongoDB
- [ ] MSSQL
TypeORM can serve all of those, but first gotta setup the migration and drivers for it.