Skip to content

Instantly share code, notes, and snippets.

@mitaki28
mitaki28 / mini-sqlite.cc
Created October 13, 2015 10:59
Simple wrapper for SQLite3
/*
Simple wrapper for SQLite3
This code is Public Domain
**CAUTION**
1. No Warrantry
2. This code is *NOT* safe against SQL Injection.
3. This code can *NOT* handle BLOB or TEXT including '\0'.
4. You should *NOT* use this for production.