postgres:Deno的PostgreSQL驱动程序 源码
邮递区号 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.zip
(预估有个40文件)
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
暂无评论