Build system
(*) Completely support building outside the source directory

Connections
(*) Separate failed_connection exception type
(*) Connection pooling support
(*) AsyncConnection

Documentation
(*) Find a better documentation 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

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


