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

https://github.com/lycantropos/cetus

asynchronous working with PostgreSQL/MySQL based on asyncpg/aiomysql
https://github.com/lycantropos/cetus

async mysql postgresql

Last synced: 9 months ago
JSON representation

asynchronous working with PostgreSQL/MySQL based on asyncpg/aiomysql

Awesome Lists containing this project

README

          

## Testing
Plain
```bash
docker-compose -f docker-compose.tests.yml -f docker-compose.db.yml up
```

With debugger
```bash
./set-dockerhost.sh docker-compose -f docker-compose.tests.yml -f docker-compose.db.yml up
```