postgrest-js:用于PostgREST的同构JavaScript客户端

时间:2024-05-19 17:15:49
【文件属性】:

文件名称:postgrest-js:用于PostgREST的同构JavaScript客户端

文件大小:77KB

文件格式:ZIP

更新时间:2024-05-19 17:15:49

postgrest hacktoberfest supabase TypeScript

Postgrest JS 用于同构JavaScript客户端。 该库的目标是创建一个“类似ORM”的静态接口。 文献资料 完整的文档可以在我们的上。 快速开始 安装 npm install @supabase/postgrest-js 用法 import { PostgrestClient } from '@supabase/postgrest-js' const REST_URL = 'http://localhost:3000' const postgrest = new PostgrestClient ( REST_URL ) select(): : insert(): : update(): : delete(): : 执照 此回购协议已在MIT许可。 学分 https://github.com/calebmer/postgrest-client-最初由@ca


【文件预览】:
postgrest-js-master
----.github()
--------FUNDING.yml(722B)
--------workflows()
----src()
--------index.ts(318B)
--------lib()
--------PostgrestClient.ts(2KB)
----tsconfig.json(384B)
----LICENSE(1KB)
----test()
--------filters.ts(15KB)
--------db()
--------transforms.ts(2KB)
--------basic.ts(7KB)
--------resource-embedding.ts(2KB)
--------__snapshots__()
--------index.test.ts(88B)
----jest.config.js(69B)
----.prettierrc(64B)
----README.md(1KB)
----RELEASES.md(474B)
----tsconfig.module.json(110B)
----.gitignore(57B)
----package-lock.json(222KB)
----package.json(1KB)

网友评论