Skip to content

A Go database/sql driver for the FrontBase database

License

Notifications You must be signed in to change notification settings

Oops-AB/go-frontbase

Repository files navigation

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

About

A Go database/sql driver for the FrontBase database

Resources

License

Stars

Watchers

Forks

Packages

No packages published