firebird
Firebird database connector for the V language.
Development
Contributions are very welcome.
All you have to do to contribute to this project is to start a Firebird container like so:
sudo docker run \
--rm \
--detach \
--name=firebird-server \
--env=FIREBIRD_ROOT_PASSWORD=rootpwd \
--env=FIREBIRD_USER=fbusr \
--env=FIREBIRD_PASSWORD=fbpwd \
--env=FIREBIRD_DATABASE=firebird.fdb \
--env=FIREBIRD_DATABASE_DEFAULT_CHARSET=UTF8 \
--volume=firebird-data:/var/lib/firebird/data \
--publish=3050:3050 \
firebirdsql/firebird