Skip to content

Commit

Permalink
Merge pull request #3 from selobu/selobu-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
selobu authored Oct 3, 2023
2 parents 4150b99 + 53ebdf0 commit 21def8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# pyd-sqa

Pydantic-SQLAlchemy

<a href="https://github.com/selobu/sqlalchemy-pydantic/actions?query=workflow%3ATest" target="_blank">
<img src="https://github.com/seloby/sqlalchemy-pydantic/workflows/Test/badge.svg" alt="Test">
<a href="https://github.com/selobu/pyd-sqa/actions?query=workflow%3ATest" target="_blank">
<img src="https://github.com/selobu/pyd-sqa/workflows/Test/badge.svg" alt="Test">
</a>
<a href="https://github.com/selobu/pyd-sqa/actions?query=workflow%3APublish" target="_blank">
<img src="https://github.com/selobu/sqlalchemy-pydantic/workflows/Publish/badge.svg" alt="Publish">
<img src="https://github.com/selobu/pyd-sqa/workflows/Publish/badge.svg" alt="Publish">
</a>
<a href="https://codecov.io/gh/selobu/sqlalchemy-pydantic" target="_blank">
<img src="https://img.shields.io/codecov/c/github/selobu/sqlalchemy-pydantic?color=%2334D058" alt="Coverage">
<img src="https://img.shields.io/codecov/c/github/selobu/pyd-sqa?color=%2334D058" alt="Coverage">
</a>
<a href="https://pypi.org/selobu/pyd-sqa" target="_blank">
<img src="https://img.shields.io/pypi/v/pyd-sqa?color=%2334D058&label=pypi%20package" alt="Package version">
</a>

Tools to generate Pydantic models from SQLAlchemy models, forked from pydantic-sqlalchemy

Still experimental.

## How to use

Expand Down

0 comments on commit 21def8f

Please sign in to comment.