summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-02-13 10:11:56 +0100
committerAndreas Baumann <abaumann@yahoo.com>2010-02-13 10:11:56 +0100
commit51bd23ec2c86b0fd3218d028a2fbacb611df6b0d (patch)
treebf1a10af1dde5b190b02f5af3114ea6c5f56571d
parent68354c7d41085d1f976a5b1d7ee542479a85f621 (diff)
downloadsqlitexx-51bd23ec2c86b0fd3218d028a2fbacb611df6b0d.tar.gz
sqlitexx-51bd23ec2c86b0fd3218d028a2fbacb611df6b0d.tar.bz2
corrected the README
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index f48eaa0..8e02fcd 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ other Sqlite3 C++ wrappers:
- http://svn.paglo.com/paglo_open_source/crawler/trunk/src/CppSQLite3.cpp
-- libpqmm on SourceForge, announced and registered, but no code yet
+- https://sourceforge.net/projects/sqlitemm/, 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.