Description
OCaml applications can store and query local data through SQLite3 bindings. It is useful for tools and desktop apps that need an embedded database without running a separate server.
Database access can persist private user data and schema mistakes. Use transactions, migrations, and input binding rather than building SQL by string concatenation.