|
2 | 2 | Tortoise ORM |
3 | 3 | ============ |
4 | 4 |
|
5 | | -.. image:: https://badges.gitter.im/tortoise/community.svg |
| 5 | +.. image:: https://badges.gitter.im/tortoise/community.png |
6 | 6 | :target: https://gitter.im/tortoise/community |
| 7 | +.. image:: https://img.shields.io/pypi/v/tortoise-orm.svg?style=flat |
| 8 | + :target: https://pypi.python.org/pypi/tortoise-orm |
| 9 | +.. image:: https://readthedocs.org/projects/tortoise-orm/badge/?version=latest |
| 10 | + :target: http://tortoise-orm.readthedocs.io/en/latest/ |
| 11 | +.. image:: https://pepy.tech/badge/tortoise-orm/month |
| 12 | + :target: https://pepy.tech/project/tortoise-orm/month |
7 | 13 | .. image:: https://travis-ci.com/tortoise/tortoise-orm.svg?branch=master |
8 | 14 | :target: https://travis-ci.com/tortoise/tortoise-orm |
9 | 15 | .. image:: https://coveralls.io/repos/github/tortoise/tortoise-orm/badge.svg |
10 | 16 | :target: https://coveralls.io/github/tortoise/tortoise-orm |
11 | 17 | .. image:: https://api.codacy.com/project/badge/Grade/b5b77021ba284e4a9e0c033a4611b046 |
12 | 18 | :target: https://app.codacy.com/app/Tortoise/tortoise-orm |
13 | | -.. image:: https://readthedocs.org/projects/tortoise-orm/badge/?version=latest |
14 | | - :target: http://tortoise-orm.readthedocs.io/en/latest/ |
15 | | -.. image:: https://img.shields.io/pypi/v/tortoise-orm.svg?style=flat |
16 | | - :target: https://pypi.python.org/pypi/tortoise-orm |
17 | | - |
18 | 19 |
|
19 | 20 | Introduction |
20 | 21 | ============ |
@@ -46,7 +47,7 @@ Tortoise ORM is designed to be functional, yet familiar, to ease the migration o |
46 | 47 |
|
47 | 48 | It also performs well when compared to other Python ORMs, only losing to Pony ORM: |
48 | 49 |
|
49 | | -.. image:: docs/ORM_Perf.png |
| 50 | +.. image:: https://raw.githubusercontent.com/tortoise/tortoise-orm/develop/docs/ORM_Perf.png |
50 | 51 | :target: https://github.com/tortoise/orm-benchmarks |
51 | 52 |
|
52 | 53 | How is an ORM useful? |
|
0 commit comments