postgres:Deno的PostgreSQL驱动程序

时间:2021-02-05 17:00:23
【文件属性】:
文件名称:postgres:Deno的PostgreSQL驱动程序
文件大小:45KB
文件格式:ZIP
更新时间:2021-02-05 17:00:23
postgres postgresql postgresql-driver deno denoland 邮递区号 PostgreSQLDeno驱动程序。 它仍在进行中,但是您可以试驾! 基于和出色工作,开发了deno-postgres 。 例 import { Client } from "https://deno.land/x/postgres/mod.ts" ; const client = new Client ( { user : "user" , database : "test" , hostname : "localhost" , port : 5432 , } ) ; await client . connect ( ) ; { const result
【文件预览】:
postgres-master
----pool.ts(3KB)
----.gitignore(36B)
----deferred.ts(1KB)
----oid.ts(7KB)
----decode.ts(5KB)
----query.ts(5KB)
----connection_params.ts(5KB)
----packet_reader.ts(1KB)
----encode.ts(3KB)
----LICENSE(1KB)
----mod.ts(118B)
----warning.ts(3KB)
----.github()
--------workflows()
----deps.ts(445B)
----test.ts(284B)
----README.md(2KB)
----tests()
--------pool.ts(5KB)
--------.gitignore(11B)
--------data_types.ts(24KB)
--------connection_params.ts(5KB)
--------encode.ts(2KB)
--------config.example.json(154B)
--------queries.ts(5KB)
--------config.ts(491B)
--------utils.ts(829B)
--------helpers.ts(564B)
--------constants.ts(843B)
--------client.ts(1KB)
----test_deps.ts(386B)
----query()
--------array_parser.ts(3KB)
--------decoders.ts(8KB)
--------types.ts(2KB)
----utils.ts(2KB)
----connection.ts(18KB)
----packet_writer.ts(4KB)
----docs()
--------.nojekyll(0B)
--------README.md(7KB)
--------index.html(737B)
--------CNAME(17B)
----client.ts(5KB)

网友评论