Skip to content

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

License

Notifications You must be signed in to change notification settings

einar-hjortdal/firebird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firebird

Firebird database connector for the V language.

Development

# Start a Firebird container
podman 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 \
  ghcr.io/fdcastel/firebird

About

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

Resources

License

Stars

Watchers

Forks

Languages