View Source Ecto Firebird Adapter

An Ecto Firebird adapter. Uses Firebirdex as the driver to communicate with Firebird.

Based on Ecto SQLite3 Adapter. Special thanks to the developers of Ecto SQLite3 Adapter!

Installation

Not yet published on hex.pm

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