An open API service indexing awesome lists of open source software.

https://github.com/answerdotai/fastasyncpg

A simple wrapper for asyncpg
https://github.com/answerdotai/fastasyncpg

Last synced: about 1 month ago
JSON representation

A simple wrapper for asyncpg

Awesome Lists containing this project

README

          

# fastasyncpg

## Installation

Install latest from [pypi](https://pypi.org/project/fastasyncpg/)

``` sh
$ pip install fastasyncpg
```

## How to use

See API docs for now.