Skip to content

Commit 8d66db8

Browse files
authored
Merge pull request #210 from EdurtIO/develop
Release 1.19.0
2 parents bf69afb + 1214b8f commit 8d66db8

File tree

70 files changed

+1071
-419
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1071
-419
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: 'Checkout Repository'
1212
uses: actions/checkout@v3
1313
- name: 'Dependency Review'
14-
uses: actions/dependency-review-action@v1
14+
uses: actions/dependency-review-action@v2

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: mhausenblas/mkdocs-deploy-gh-pages@master
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16-
CUSTOM_DOMAIN: dbm.incubator.edurt.io
16+
CUSTOM_DOMAIN: dbm.edurt.io
1717
CONFIG_FILE: docs/mkdocs.yml
1818
EXTRA_PACKAGES: build-base
1919
REQUIREMENTS: docs/requirements.txt

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ yarn.lock
5353
.DS_Store
5454
Thumbs.db
5555
yarn-error.log
56+
57+
.angular

README.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,29 @@
77

88
[![Typing SVG](https://readme-typing-svg.herokuapp.com?size=25&width=750&lines=DBM+is+a+open+source+database+management+system.)](https://git.io/typing-svg)
99

10-
![GitHub Contributors Image](https://contrib.rocks/image?repo=EdurtIO/dbm)
11-
1210
**Documentation**
1311

1412
[中文](http://dbm-zh.edurt.io/) <br />
1513
[English](https://dbm.edurt.io/)
1614

15+
## Contributors
16+
17+
---
18+
19+
![GitHub Contributors Image](https://contrib.rocks/image?repo=EdurtIO/dbm)
20+
21+
## Stargazers over time
22+
23+
---
24+
25+
[![Stargazers over time](https://starchart.cc/EdurtIO/dbm.svg)](https://starchart.cc/EdurtIO/dbm)
26+
1727
## Overview
1828

1929
---
2030

2131
![](https://visitor-badge.glitch.me/badge?page_id=dbm)
32+
[![](https://tokei.rs/b1/github/EdurtIO/dbm)](https://github.com/EdurtIO/dbm)
2233
![version](https://img.shields.io/github/v/release/EdurtIO/dbm.svg)
2334

2435
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/downloads-pre/EdurtIO/dbm/latest/total?style=flat-square)
@@ -73,11 +84,19 @@ DBM can query data from any SQL-speaking datastore or data engine (ClickHouse an
7384

7485
Here are some of the major database solutions that are supported:
7586

87+
<style>
88+
.a {
89+
display: inline-block;
90+
padding: 0 5px;
91+
}
92+
</style>
93+
7694
<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"/>
81100
</p>
82101

83102
## Features

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dbm.incubator.edurt.io
1+
dbm.edurt.io

docs/docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dbm.incubator.edurt.io
1+
dbm.edurt.io
Loading
Loading
Lines changed: 1 addition & 0 deletions
Loading

docs/docs/index.zh.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)