postgrest-py

时间:2024-06-17 10:03:44
【文件属性】:

文件名称:postgrest-py

文件大小:21KB

文件格式:ZIP

更新时间:2024-06-17 10:03:44

Python

事后 适用于Python的PostgREST客户端。 该库提供了PostgREST的ORM接口。 状态:不稳定 安装 要求 Python> = 3.7 PostgreSQL> = 12 PostgREST> = 7 指示 有诗词(推荐) $ poetry add postgrest-py 带点 $ pip install postgrest-py 用法 入门 import asyncio from postgrest_py import PostgrestClient async def main (): async with PostgrestClient ( "http://localhost:3000" ) as client : r = await client . from_ ( "countries" ). select ( "*" ). ex


【文件预览】:
postgrest-py-master
----poetry.lock(27KB)
----.gitignore(2KB)
----poetry.toml(32B)
----pyproject.toml(627B)
----LICENSE(1KB)
----postgrest_py()
--------__init__.py(105B)
--------__version__.py(22B)
--------client.py(2KB)
--------request_builder.py(6KB)
--------utils.py(271B)
----CHANGELOG.md(1KB)
----.github()
--------workflows()
----README.md(2KB)
----tests()
--------test_request_builder.py(2KB)
--------__init__.py(0B)
--------test_query_request_builder.py(467B)
--------test_client.py(1KB)
--------test_filter_request_builder.py(990B)
----TODO.md(180B)

网友评论