Officially recommended way to bind to SQLite?

What is the Migeran recommended way to bind and/or implement SQLite in a MOE project? Does one need to compile any sources, and if so, where should we get them and how should we go about integrating them into a project?

1 Like

I prefer using the build-in SQLite as on android.

Noisyfox, where do you find the SQLite built-in? (is there a package we need to import?)

You could use either android.database.sqlite.* or SQLite.*
These packages are in moe-core.jar you should already have them if your MOE application can build & run without database.

image