/dbf

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

Primary LanguageGoApache License 2.0Apache-2.0

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"
)