For questions related to PostgreSQL driver for Elixir.
postgrex is a postgresql driver for elixir.
Features:
- Automatic decoding and encoding of Elixir values to and from PostgreSQL's binary format
- User defined extensions for encoding and decoding any PostgresSQL type
- Supports transactions, prepared queries and multiple pools via DBConnection
- Supports PostgreSQL 8.4, 9.0, 9.1, 9.2, 9.3, 9.4, and 9.5 (hstore is not supported on 8.4)
Additional links: