summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-02-13 09:56:58 +0100
committerAndreas Baumann <abaumann@yahoo.com>2010-02-13 09:56:58 +0100
commit68354c7d41085d1f976a5b1d7ee542479a85f621 (patch)
treeaec761c793093e4a2e4ce18d78b3b531bcb12a42 /README
downloadsqlitexx-68354c7d41085d1f976a5b1d7ee542479a85f621.tar.gz
sqlitexx-68354c7d41085d1f976a5b1d7ee542479a85f621.tar.bz2
imported trunk from sourceforge SVN
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f48eaa0
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+This is a C++ wrapper API for sqlite3, strictly following the ideas
+of libpqxx (http://pqxx.org/). This is a learning piece of software
+more for myself learning to do decent C++ libraries than to be
+published code, use at your own risk.
+
+other Sqlite3 C++ wrappers:
+
+- sqlite3x http://wanderinghorse.net/computing/sqlite/
+
+- ADO DB like sqlite3 wrapper http://dev.int64.org/sqlite.html:
+ very simple, main focus is to provide a Windows ADO DB interface
+ for the most simple functions
+
+- http://svn.paglo.com/paglo_open_source/crawler/trunk/src/CppSQLite3.cpp
+
+- libpqmm on SourceForge, announced and registered, but no code yet
+
+- http://blog.earthbrowser.com/2009/05/sqlite-c-wrapper-so-you-dont-have-to.html:
+ with overloaded shift operators instead of functors for parameter binding.
+
+- http://www.alhem.net/project/sqlite/diagram.html: a series of C++
+ APIs for set of databases and also for Sqlite
+