cpp-sqlite-tutorial$ cmake -B out/ -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 9.4.0 -- Detecting C compiler ABI info (...) -- Configuring done -- ...
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...
In my last article I wrote about accessing a PostgreSQL database in C/C++. In this article, I'm going to discuss performing the same functions in C against an SQLite database. Unlike Postgresql and ...
Microsoft has long offered a compact alternative to the mainstream editions of SQL Server, but the SQL Server Compact Edition appears to be losing steam. It's not particularly compact and has lost ...
This library is a lightweight modern wrapper around sqlite C api . It is possible to retain and reuse statments this will keep the query plan and in case of an complex query or many uses might ...
Unlike my adventures with GTK, SQLite was refreshingly easy to use with the Zig programming language. Zig supports bidirectional interoperability with C projects, and the SQLite API doesn’t use any ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results