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 638861c commit 3a35437Copy full SHA for 3a35437
2 files changed
.github/FUNDING.yml
@@ -0,0 +1 @@
1
+tidelift: pypi/sqlacodegen
README.rst
@@ -4,6 +4,9 @@
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
+.. image:: https://tidelift.com/badges/package/pypi/sqlacodegen
8
+ :target: https://tidelift.com/subscription/pkg/pypi-sqlacodegen
9
+ :alt: Tidelift
10
11
This is a tool that reads the structure of an existing database and generates the
12
appropriate SQLAlchemy model code, using the declarative style if possible.
0 commit comments