JSH32 / Backpack

Highly performant and advanced self hosted file sharing platform made in Rust
MIT License
61 stars 10 forks source link

Add multiple SQL database support (SQLite, MySQL, Postgres) #25

Closed JSH32 closed 2 years ago

JSH32 commented 2 years ago

This adds support for multiple databases and keeps compatibility with all of them by using a platform agnostic migration toolkit and ORM (SeaORM).

Changes