ExDbase

Elixir library to parse dBASE III (.dbf) files

Installation

The package can be installed by adding ex_dbase to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_dbase, "~> 1.0.0"}
  ]
end

Documentation can be generated with ExDoc The docs can also be found at https://hexdocs.pm/ex_dbase.