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

https://github.com/kornicameister/asyncpg-migrate

Database migration tool that does what alembic does... asynchronously
https://github.com/kornicameister/asyncpg-migrate

asyncio asyncpg cli click data database library migration postgresql python python3 python36 python37

Last synced: 10 months ago
JSON representation

Database migration tool that does what alembic does... asynchronously

Awesome Lists containing this project

README

          

[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=kornicameister/asyncpg-migrate)](https://dependabot.com)
[![CircleCI](https://circleci.com/gh/kornicameister/asyncpg-migrate/tree/master.svg?style=svg)](https://circleci.com/gh/kornicameister/asyncpg-migrate/tree/master)
[![License](https://img.shields.io/github/license/kornicameister/asyncpg-migrate.svg)](https://github.com/kornicameister/korni-stats-collector/blob/master/LICENSE)
[![CodeFactor](https://www.codefactor.io/repository/github/kornicameister/asyncpg-migrate/badge)](https://www.codefactor.io/repository/github/kornicameister/asyncpg-migrate)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/kornicameister/asyncpg-migrate.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/kornicameister/asyncpg-migrate/context:python)
[![codecov](https://codecov.io/gh/kornicameister/asyncpg-migrate/branch/master/graph/badge.svg)](https://codecov.io/gh/kornicameister/asyncpg-migrate)
[![Downloads](https://pepy.tech/badge/asyncpg-migrate)](https://pepy.tech/project/asyncpg-migrate)

# asyncpg-migrate
Database migration tool that does what alembic does... asynchronously