Skip to content

Commit 3a35437

Browse files
authored
Added Tidelift badge and sponsor link (#448)
1 parent 638861c commit 3a35437

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tidelift: pypi/sqlacodegen

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
.. image:: https://coveralls.io/repos/github/agronholm/sqlacodegen/badge.svg?branch=master
55
:target: https://coveralls.io/github/agronholm/sqlacodegen?branch=master
66
:alt: Code Coverage
7+
.. image:: https://tidelift.com/badges/package/pypi/sqlacodegen
8+
:target: https://tidelift.com/subscription/pkg/pypi-sqlacodegen
9+
:alt: Tidelift
710

811
This is a tool that reads the structure of an existing database and generates the
912
appropriate SQLAlchemy model code, using the declarative style if possible.

0 commit comments

Comments
 (0)