epgsql是PostgreSQL的Erlag语言驱动程序。
示例代码:
{ok, C} = pgsql:coect("localhost", "userame", [{database, "test_db"}]).ok = pgsql:close(C).开源地址
https://github.com/epgsql/epgsql授权协议
BSD
epgsql是PostgreSQL的Erlag语言驱动程序。
示例代码:
{ok, C} = pgsql:coect("localhost", "userame", [{database, "test_db"}]).ok = pgsql:close(C).epgsql 是 PostgreSQL 的 Erlang 语言驱动程序。 示例代码:
{ok, C} = pgsql:connect("localhost", "username", [{d...


评论