Re: SQLite3: Sample Usage
- Posted by ghaberek (admin) Jan 11, 2022
- 916 views
euphoric said...
@ghaberek, where can I find an example or two of using the SQLite3 library?
The db/sqlite3.e library is pretty much a direct wrapper around the SQLite C/C++ API so if you're unfamiliar with SQLite3, I'd start there. I can put together a few examples soon.
-Greg