florianbachmann / dbf

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 100.0%