README.md

# Ecto Firebird Adapter

An Ecto Firebird adapter. Uses [Firebirdex](https://github.com/nakagami/firebirdex)
as the driver to communicate with [Firebird](https://firebirdsql.org/).

Based on [Ecto SQLite3 Adapter](https://github.com/elixir-sqlite/ecto_sqlite3).
Special thanks to the developers of Ecto SQLite3 Adapter!

## Installation

Not yet published on hex.pm

```elixir
def deps do
  [
    {:ecto_firebird, ">= 0.0.0"}
  ]
end
```