Skip to content

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

License

Notifications You must be signed in to change notification settings

moogle19/dbf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.6%
  • AMPL 1.4%