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

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

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?


