Jaguar-dart / jaguar_orm

Source-generated ORM with relations (one-to-one, one-to-many, many-to-many), preloading, cascading, polymorphic relations, etc
https://jaguar-dart.github.io
BSD 3-Clause "New" or "Revised" License
217 stars 54 forks source link

v4 sqflite, no way to change the underlying database #168

Open jaumard opened 4 years ago

jaumard commented 4 years ago

With the migration to sqflite to v4, it's now no more possible to override the adapter to change the underlying database connection (to do a feature like switch database during the life of the application).

We need to find a way to make this possible again