Metadata-Version: 2.1
Name: fondat-postgresql
Version: 3.0b1
Summary: PostgreSQL module for Fondat.
Home-page: https://github.com/fondat/fondat-postgresql/
License: MIT
Keywords: asgi,framework,resource,openapi
Author: fondat-postgresql authors
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: asyncpg (>=0.21,<0.22)
Requires-Dist: fondat-core (>=3.0b1,<4.0)
Project-URL: Documentation, https://github.com/fondat/fondat-postgresql/wiki
Description-Content-Type: text/markdown

# fondat-postgresql

[![PyPI](https://badge.fury.io/py/fondat-postgresql.svg)](https://badge.fury.io/py/fondat-postgresql)
[![License](https://img.shields.io/github/license/fondat/fondat-postgresql.svg)](https://github.com/fondat/fondat-postgresql/blob/main/LICENSE)
[![GitHub](https://img.shields.io/badge/github-main-blue.svg)](https://github.com/fondat/fondat-postgresql/)
[![Test](https://github.com/fondat/fondat-postgresql/workflows/test/badge.svg)](https://github.com/fondat/fondat-postgresql/actions?query=workflow/test)
[![Black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/psf/black)

Fondat module for PostgreSQL.

## Develop

```
poetry install
poetry run pre-commit install
```

## Test

```
poetry run pytest
```

