Skip to content

Commit 81f910a

Browse files
authored
docs: add PyPI monthly downloads badge to README (#109)
1 parent 27a81c6 commit 81f910a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
![GitHub License](https://img.shields.io/github/license/kmbhm1/supabase-pydantic)
88
[![codecov](https://codecov.io/github/kmbhm1/supabase-pydantic/graph/badge.svg?token=PYOJPJTOLM)](https://codecov.io/github/kmbhm1/supabase-pydantic)
99
![PePy Downloads](https://static.pepy.tech/badge/supabase-pydantic)
10+
![PyPI - Downloads](https://img.shields.io/pypi/dm/supabase-pydantic)
1011

1112
A project for generating Pydantic and SQLAlchemy models from Supabase and MySQL databases. This tool bridges the gap between your database schema and your Python code, providing type-safe models for FastAPI and other frameworks.
1213

0 commit comments

Comments
 (0)