summaryrefslogtreecommitdiff
path: root/content/software/sqlitexx.md
blob: 5801ffda837b22c25602da50c3ed6eda36d33dca (plain)
1
2
3
4
5
6
7
8
9
+++
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/).