This is just a simple example of how to use Jai’s Bindings_Generator module to auto-generate Jai glue-code for existing libraries – like sqlite3.
- Run
jai generate.jaito re-generate the bindings for your platform. test.jaicontains a translated copy of the simplest sqlite3 program from their documentation page.