AlexandreAndrade00

Results 8 comments of 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...

That is what I had in mind. But something isn't right in my end :( What is available: ![image](https://github.com/user-attachments/assets/1163d938-1ed9-4d7c-b8d5-48f7ff3055b3) 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