This package is a database/sql driver for the FrontBase database.
- Proper test suite for the main driver.
- select all supported types, including NULL.
- insert all supported types, including NULL.
- cast(c as character) on DECIMAL/REAL columns for full precision.
- Custom type for encoding DECIMAL/REAL with correct precision? (I think I've seen custom types in postgre for things like arrays; is this a solution?)
- Support context cancellation where possible.
- Pass the compatibility test suite.
- Add support for BLOBs.
- Handle multiple result sets.
- Support comments in the prepared statements SQL parser.
- Doc: build and use with macOS.
- Doc: build and use with Docker (and therefore linux).