To run the example you can just do from the project root:
odin run exampleThe expected output is:
ID = 1
Name = Alice
Age = 30
ID = 2
Name = Bob
Age = 25
ID = 3
Name = Charlie
Age = 35
On linux and macOS the bindings assume that the sqlite lib is visible system wide, on Windows the bindings expect to find the sqlite3.dll next to the executable that is using said bindings.