Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 875 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 875 Bytes

A database/sql driver for FrontBase

This package is a database/sql driver for the FrontBase database.

Todo

  • 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).