getsentry/freight

Support for other database than PostgreSQL

sboisson opened this issue · 1 comments

Freight seems to use SQLAlchemy which supports other DB (MySQL, SQLite..).
So it’s a bit unclear how dependent to PostgreSQL Freight is..

It could theoretically work with another db but based on past trials I'd rather not go down that route. It's fairly complicated to support and it'd make it harder to do some things in the future.