文件名称:firedantic:使用Pydantic基本模型的Firestore数据库模型
文件大小:37KB
文件格式:ZIP
更新时间:2024-04-18 10:02:56
firestore pydantic Python
萤火虫 使用Pydantic基本模型的Firestore数据库模型。 安装 该软件包可在PyPi上找到: pip install firedantic 用法 在您的应用程序中,您将需要配置firestore数据库客户端和可选的集合前缀,默认情况下为空。 from os import environ from unittest . mock import Mock import google . auth . credentials from firedantic import configure from google . cloud . firestore import Client # Firestore emulator must be running if using locally. if environ . get ( "FIRESTORE_EMULATOR_HOST"
【文件预览】:
firedantic-master
----.gitignore(2KB)
----setup.cfg(355B)
----README.md(4KB)
----CHANGELOG.md(3KB)
----.pre-commit-config.yaml(771B)
----LICENSE(1KB)
----unasync.py(2KB)
----tasks.py(1KB)
----firedantic()
--------exceptions.py(176B)
--------tests()
--------configurations.py(453B)
--------_async()
--------_sync()
--------__init__.py(203B)
----pyproject.toml(807B)
----.travis.yml(2KB)
----.editorconfig(235B)
----poetry.lock(51KB)