Is using sqlite possible? #115
Unanswered
danieldcastro
asked this question in
Q&A
Replies: 1 comment
-
If you want to use an ORM (Object-Relational Mapping), unfortunately, it is not supported in the framework at the moment. However, if you don't need an ORM, you can still integrate SQLite or other databases into your project using standard Dart database packages |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know if it is possible to integrate with SQLite today.
Beta Was this translation helpful? Give feedback.
All reactions