View Source Ecto.Adapters.Firebird (Ecto Firebird v0.1.4)

Adapter module for Firebird.

It uses Firebirdex for communicating to the database.

Options

Connection options

  • :hostname - Server hostname
  • :port - Server port (default: 3305)
  • :username - Username
  • :password - User password (or use FIREBIRD_PASSWORD environment)
  • :database - the database to connect to
  • :pool - The connection pool module, defaults to DBConnection.ConnectionPool

We also recommend developers to consult the Firebirdex.start_link/1 documentation.