opwork icon indicating copy to clipboard operation
opwork copied to clipboard

Extend the database support and configure it with ENV

Open hisorange opened this issue 2 years ago • 0 comments

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.

hisorange avatar Oct 02 '22 23:10 hisorange