GitHub - moogle19/dbf: Pure Go library for reading and writing dBase/xBase database files

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

dbf GitHub license GoDoc Go Report Card codebeat badge

A pure Go library for reading dBase/xBase database files

You can incorporate the library into your local workspace with the following 'go get' command:

go get github.com/moogle19/dbf

Code needing to call into the library needs to include the following import statement:

import (
  "github.com/moogle19/dbf"
)

About

Pure Go library for reading and writing dBase/xBase database files

Resources

Readme

License

Apache-2.0 license

Activity

Stars

1 star

Watchers

1 watching

Forks

1 fork

Languages

  • Go 98.6%
  • AMPL 1.4%