stefan8893 / simple-trading

MIT License
1 stars 0 forks source link

Add db providers #28

Closed stefan8893 closed 1 month ago

stefan8893 commented 1 month ago

Make it possible to use the app with the following databases:

Each provider should have its own Db Migrations.

By default the following Environment-Database mapping should be use:

Production -> SqlServer Development -> Postgres Tests & CI -> SQLite