# dbf_ex v0.2.0 - Table of Contents

> Read DBASE files in Elixir.

At the moment it only supports read.

## Modules

- [DBF](DBF.md): Read FoxBase and dBASE DBF files.
- [DBF.Database](DBF.Database.md): An open DBF database.
- [DBF.Field](DBF.Field.md): Metadata describing a field in a DBF record.

- Exceptions
  - [DBF.DatabaseError](DBF.DatabaseError.md): Error returned by DBF operations and raised by their bang variants.

