A fresh SQLite driver for Odin language
Warning
Pre-compiled sqlite3 objects are not provided for safety reasons.
Bundled amalgamation of SQLite in sqlite3/src folder can be compiled using either [sqlite3/src/build.bat] OR [sqlite3/src/Makefile].
Hipp is a fresh driver for SQLite database created by Richard Hipp from who's name the package was derived from.
Hipp provides a few SQLite samples in sqlite3/samples used to demonstrate use of the C API.
- simple.odin
odin run sqlite3/samples/simple.odin -filecreates a simple schema and queries message to draw it with raylib- pass
-define:HEADLESS_MODEto see results in terminal instead