+++ title = "C++ Sqlite interface" description = "a C++ library for [sqlite3](http://www.sqlite.org) following ideas of [libpqxx](http://pqxx.org/)" +++ I saw libpqxx some time ago, the defacto standard C++ API for Postgresql and was really impressed. Not finding one for Sqlite I decided to write one. My efforts are accessible at [http://wiki.github.com/andreasbaumann/sqlitexx/](http://wiki.github.com/andreasbaumann/sqlitexx/).