repositorypackage
0.4.0
Repository: https://github.com/oops-ab/go-frontbase.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
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.
- Support comments in the prepared statements SQL parser.
- Doc: build and use with macOS.
- Doc: build and use with Docker (and therefore linux).