We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4661400 commit 82fda13Copy full SHA for 82fda13
README.rst
@@ -1,3 +1,10 @@
1
+.. image:: https://github.com/agronholm/sqlacodegen/actions/workflows/test.yml/badge.svg
2
+ :target: https://github.com/agronholm/sqlacodegen/actions/workflows/test.yml
3
+ :alt: Build Status
4
+.. image:: https://coveralls.io/repos/github/agronholm/sqlacodegen/badge.svg?branch=master
5
+ :target: https://coveralls.io/github/agronholm/sqlacodegen?branch=master
6
+ :alt: Code Coverage
7
+
8
This is a tool that reads the structure of an existing database and generates the appropriate
9
SQLAlchemy model code, using the declarative style if possible.
10
0 commit comments