epgsql是PostgreSQL的Erlang语言驱动程序。
示例代码:
{ok, C} = pgsql:connect("localhost", "username", [{database, "test_db"}]).ok = pgsql:close(C).epgsql是PostgreSQL的Erlang语言驱动程序。
示例代码:
{ok, C} = pgsql:connect("localhost", "username", [{database, "test_db"}]).ok = pgsql:close(C).
评论