8000 GitHub - einar-hjortdal/firebird: V-native client for the Firebird SQL relational database management system
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

einar-hjortdal/firebird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

V-native client for the Firebird SQL relational database management system

Resources

License

Stars

Watchers

Forks

Languages

0