|
7 | 7 |
|
8 | 8 | [](https://git.io/typing-svg) |
9 | 9 |
|
10 | | - |
11 | | - |
12 | 10 | **Documentation** |
13 | 11 |
|
14 | 12 | [中文](http://dbm-zh.edurt.io/) <br /> |
15 | 13 | [English](https://dbm.edurt.io/) |
16 | 14 |
|
| 15 | +## Contributors |
| 16 | + |
| 17 | +--- |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +## Stargazers over time |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +[](https://starchart.cc/EdurtIO/dbm) |
| 26 | + |
17 | 27 | ## Overview |
18 | 28 |
|
19 | 29 | --- |
20 | 30 |
|
21 | 31 |  |
| 32 | +[](https://github.com/EdurtIO/dbm) |
22 | 33 |  |
23 | 34 |
|
24 | 35 |  |
@@ -73,11 +84,19 @@ DBM can query data from any SQL-speaking datastore or data engine (ClickHouse an |
73 | 84 |
|
74 | 85 | Here are some of the major database solutions that are supported: |
75 | 86 |
|
| 87 | +<style> |
| 88 | +.a { |
| 89 | + display: inline-block; |
| 90 | + padding: 0 5px; |
| 91 | +} |
| 92 | +</style> |
| 93 | + |
76 | 94 | <p align="center"> |
77 | | - <img src="./src/shared/assets/integrate/clickhouse.png" alt="ClickHouse" border="0" width="133" height="34" /> |
78 | | - <img src="./src/shared/assets/integrate/trino.png" alt="Trino" border="0" width="46" height="46"/> |
79 | | - <img src="./src/shared/assets/integrate/presto.png" alt="Presto" border="0" width="152" height="46"/> |
80 | | - <img src="./src/shared/assets/integrate/mysql.png" alt="MySQL" border="0" width="auto" height="50"/> |
| 95 | + <img src="./src/shared/assets/integrate/clickhouse.png" alt="ClickHouse" class="a" width="133" height="34" /> |
| 96 | + <img src="./src/shared/assets/integrate/trino.png" alt="Trino" class="a" width="46" height="46"/> |
| 97 | + <img src="./src/shared/assets/integrate/presto.png" alt="Presto" class="a" width="152" height="46"/> |
| 98 | + <img src="./src/shared/assets/integrate/mysql.png" alt="MySQL" class="a" width="auto" height="50"/> |
| 99 | + <img src="./src/shared/assets/integrate/postgresql.png" alt="PostgreSQL" class="a" width="auto" height="50"/> |
81 | 100 | </p> |
82 | 101 |
|
83 | 102 | ## Features |
|
0 commit comments