mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-09-08 03:51:36 -04:00
22 lines
662 B
Plaintext
22 lines
662 B
Plaintext
Add a comparison of others C++ wrappers (code style, C++ design, in code documentation, tests, online documentation, examples, license, UTF-16)
|
|
|
|
Missing features :
|
|
- Bind(Name)
|
|
- LastInsertId
|
|
- SetBusyTimout
|
|
- getColumnByName ? std::map getRow() ?
|
|
- operator<< binding ?
|
|
- execScalar() easy wrapper like CppSqlite
|
|
- TableExists
|
|
- batch mode managing multiple queries semicolon separated
|
|
|
|
- Function ?
|
|
- Agregate ?
|
|
|
|
Add a full test suite
|
|
|
|
Add optionnal usage of experimental sqlite3_trace() function to enable statistics
|
|
|
|
Post an article to CodeProject : Is there a license issue ?
|
|
Mirror the repository to GoogleCode : with a versionned downloadable ZIP file
|