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 4a9a991 commit 826303bCopy full SHA for 826303b
README.rst
@@ -1,6 +1,21 @@
1
SQLAlchemy
2
==========
3
4
+|PyPI| |Python| |Downloads|
5
+
6
+.. |PyPI| image:: https://img.shields.io/pypi/v/sqlalchemy
7
+ :target: https://pypi.org/project/sqlalchemy
8
+ :alt: PyPI
9
10
+.. |Python| image:: https://img.shields.io/pypi/pyversions/sqlalchemy
11
12
+ :alt: PyPI - Python Version
13
14
+.. |Downloads| image:: https://img.shields.io/pypi/dm/sqlalchemy
15
16
+ :alt: PyPI - Downloads
17
18
19
The Python SQL Toolkit and Object Relational Mapper
20
21
Introduction
0 commit comments