How do I add my own Sqlite DB? #965
-
So, I have created a db called |
Beta Was this translation helpful? Give feedback.
Answered by
alextekartik
Apr 3, 2023
Replies: 1 comment
-
One solution is to add the database as an asset. More information on how to open a database from an asset explained here: https://github.com/tekartik/sqflite/blob/master/sqflite/doc/opening_asset_db.md |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JenuelDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One solution is to add the database as an asset. More information on how to open a database from an asset explained here: https://github.com/tekartik/sqflite/blob/master/sqflite/doc/opening_asset_db.md