IntroductionSQLite3++ is a C++ wrapper of SQLite3 API.
It makes SQLite3 API more friendly to C++ users. It supports almost all of SQLite3 features using C++ classes such as database, command, query, and transaction. The query class supports iterator concept for fetching records.
With ext::function class, you can write sqlite3's functions and aggregations, easily.
The following links have detail introduction for this wrapper. (They're written in Korean.)
http://ideathinking.com/blog-v2/?p=75 http://ideathinking.com/blog-v2/?p=76 http://ideathinking.com/blog-v2/?p=78 See alsoUsagePage SQLite home page
Commercial Use
Modify
Distribute
Sub-License
Private Use
Hold Liable
Include Copyright
Include License
These details are provided for information only. No information here is legal advice and should not be used as such.
There are no reported vulnerabilities
30 Day SummaryFeb 17 2023 — Mar 19 2023
|
12 Month SummaryMar 19 2022 — Mar 19 2023
|