Build system
(*) .pc file (http://www.freedesktop.org/software/pkgconfig/)
(*) Completely support building outside the source directory

Connections
(*) Separate failed_connection exception type
(*) Break out various creation synchronicity options
(*) Connection pooling support

Documentation
(*) Make the part about connection strings & variables more clear
(*) Find a better format for the tutorial
(*) Re-translate the tutorial to HTML (preferably as part of build procedure)

Nonblocking operation
(*) Separate query issuing from receipt of results
(*) Support select()

Results
(*) Conceive metadata model
(*) Allow direct mapping onto structs, using member ptr template args (?)

RobustTransaction
(*) User schema support for log table

Streams
(*) Provide metadata information in TableStream

Tests
(*) Complete test coverage
(*) More large object tests
(*) Add some tests using standard library's algorithms

Triggers
(*) Allow access to Connection's triggers list?


