postgrex:Elixir的PostgreSQL驱动程序

时间:2024-05-17 19:57:25
【文件属性】:

文件名称:postgrex:Elixir的PostgreSQL驱动程序

文件大小:130KB

文件格式:ZIP

更新时间:2024-05-17 19:57:25

Elixir

Postgrex Elixir的PostgreSQL驱动程序。 文档: : 例子 iex> {:ok, pid} = Postgrex.start_link(hostname: "localhost", username: "postgres", password: "postgres", database: "postgres") {:ok, #PID<0>} iex> Postgrex.query!(pid, "SELECT user_id, text FROM comments", []) %Postgrex.Result{command: :select, empty?: false, columns: ["user_id", "text"], rows: [[3,"hey"],[4,"there"]], size: 2}} iex> Postgrex.query


【文件预览】:
postgrex-master
----mix.lock(3KB)
----.gitignore(39B)
----mix.exs(2KB)
----.formatter.exs(67B)
----CHANGELOG.md(14KB)
----.github()
--------workflows()
----README.md(8KB)
----lib()
--------postgrex()
--------postgrex.ex(24KB)
----test()
--------calendar_test.exs(16KB)
--------schema_test.exs(2KB)
--------login_test.exs(9KB)
--------tsvector_test.exs(3KB)
--------transaction_test.exs(23KB)
--------query_test.exs(55KB)
--------error_test.exs(3KB)
--------type_server_test.exs(5KB)
--------utils_test.exs(1KB)
--------alter_test.exs(21KB)
--------client_test.exs(1KB)
--------notification_test.exs(6KB)
--------postgrex_test.exs(381B)
--------test_helper.exs(6KB)
--------custom_extensions_test.exs(4KB)
--------stream_test.exs(25KB)
--------type_module_test.exs(2KB)
--------error_code_test.exs(1KB)
--------builtins_test.exs(3KB)

网友评论