epgsql - PG 的 Erlang 驱动


BSD
跨平台
ErLang

软件简介

epgsql 是 PostgreSQL 的 Erlang 语言驱动程序。

示例代码:

{ok, C} = pgsql:connect("localhost", "username", [{database, "test_db"}]).
ok = pgsql:close(C).