This is my SQLite binding. There are many like it, but this one is mine.
See example.adb and sqlite.ads. Not all API functions are exposed, only those needed for executing prepared statements and reading results are implemented.
This is my SQLite binding. There are many like it, but this one is mine.
See example.adb and sqlite.ads. Not all API functions are exposed, only those needed for executing prepared statements and reading results are implemented.