From 3719cd1ca08a1cee0c17835f52216af87441238a Mon Sep 17 00:00:00 2001 From: grillazz Date: Fri, 4 Jun 2021 15:53:04 +0200 Subject: [PATCH] add more labels --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 032c9f7..3a33ed5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # fastapi-sqlalchemy-asyncpg +[![developer](https://img.shields.io/badge/Dev-grillazz-green?style)](https://github.com/grillazz) +![language](https://img.shields.io/badge/language-python-blue?style) [![CI](https://img.shields.io/github/workflow/status/grillazz/fastapi-sqlalchemy-asyncpg/Unit%20Tests/main)](https://github.com/grillazz/fastapi-sqlalchemy-asyncpg/actions/workflows/build-and-test.yml?query=event%3Apush+branch%3Amain) [![license](https://img.shields.io/github/license/grillazz/fastapi-sqlalchemy-asyncpg)](https://github.com/grillazz/fastapi-sqlalchemy-asyncpg/blob/main/LICENSE) - +![visitors](https://visitor-badge.laobi.icu/badge?page_id=grillazz.fastapi-sqlalchemy-asyncpg") Simple integration of FastAPI with SQLAlchemy 1.4 as ORM with PostgreSQL on asyncpg driver