SkillAgentSearch skills...

SQLiteDB

minimal (and ancient) C++ SQLite wrapper

Install / Use

/learn @wrmsr/SQLiteDB
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Little C++ SQLite wrapper. Author: Will Timoney http://wrmsr.com

SQLiteDB is a creatively named minimal C++ wrapper for SQLite. All of the other ones I found were too big and carried too much baggage. This uses nothing but standard libs and hides nothing from you - you're free to get the connection and do whatever to it directly. I tend to prefer lowest common denom C conventions on generic things like this (for example taking a const char* instead of a std::string on execute) and as such there's very little hand holding. Feel free to improve however you want, it's public domain.

TODO: C++11 begin / end iterator support on cursor. Meh.

View on GitHub
GitHub Stars12
CategoryData
Updated7mo ago
Forks5

Languages

C++

Security Score

67/100

Audited on Aug 6, 2025

No findings