AlexandreAndrade00
AlexandreAndrade00
I need to open a Web database with the bytes of an SQLite file. I'm trying to use the `initializeDatabase` property, in the Native opener is working, and the Wasm...
Hi @simolus3, is this feature in the roadmap or is hanged?
Thank you so much for the fast update! :grinning:
Thank you for the fast reply :grin:
That is what I had in mind. But something isn't right in my end :( What is available:  more context: ```dart @DriftAccessor(tables: [ DynamicTables, DynamicRelations, DynamicTableProperties, ]) class DynamicDatabaseDao...
Maybe it is because my pks and fks use TypeConvertes instead of being literals (e.g. int, as in your snippet)?
dart pub deps ``` Dart SDK 3.5.0 Flutter SDK 3.24.0 persistence 1.0.0-alpha.1 ├── basic_utils 5.7.0 │ ├── pointycastle 3.9.1 │ │ ├── collection... │ │ ├── convert... │ │ └──...
Sorry for the delay :grimacing: As soon as I can I will try to reproduce this with a self-contained example. Thank you for your help :D