You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diesel doesn't seem to support multiple DB backends with a single implementation
duplicate DB code for SQLite?
Rewrite DB module with sqlx
SQLite schema will have to differ from the postgres schema (e.g. different types) and should probably differ in terms of structure (registering voice servers doesn't make much sense), so giving 1. a shot before tearing it out might make sense
The text was updated successfully, but these errors were encountered:
Diesel doesn't seem to support multiple DB backends with a single implementation
SQLite schema will have to differ from the postgres schema (e.g. different types) and should probably differ in terms of structure (registering voice servers doesn't make much sense), so giving 1. a shot before tearing it out might make sense
The text was updated successfully, but these errors were encountered: