# dbf_ex v0.2.1 - Table of Contents

> Read DBASE files in Elixir.

At the moment it only supports read.

## Pages

- Release notes
  - [Changelog](changelog.md)

- Architecture and formats
  - [DBFex architecture](architecture.md)
  - [DBF/xBase format notes](dbf-format.md)

## 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.

