Skip to content

Commit

Permalink
+ MySQL 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 7, 2021
1 parent 1133986 commit 89ac864
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
go: [1.17]
db: [MySQL8.0, SQLite3]
db: [MySQL8.0, MySQL5.7, SQLite3]
steps:
- name: Setup Cache
uses: actions/cache@v2
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# 象传应用引擎

[![Build Status](https://app.travis-ci.com/YaoApp/xiang.svg?token=Jqysc4yfkBQZkf1VWXhK&branch=main)](https://travis-ci.com/github/YaoApp/xiang)
[![UnitTest](https://github.com/YaoApp/xiang/actions/workflows/unit-test.yml/badge.svg)](https://github.com/YaoApp/xiang/actions/workflows/unit-test.yml)

[![codecov](https://codecov.io/gh/YaoApp/xiang/branch/main/graph/badge.svg?token=294Y05U71J)](https://codecov.io/gh/YaoApp/xiang)

![象传引擎](docs/assets/engine.png)

象传应用引擎,是一款低代码应用运行引擎,采用 Golang 语言开发。
象传应用引擎,是一款低代码应用运行引擎,采用 Golang 语言开发。 [查看文档](https://github.com/YaoApp/xiang-spec)

## 象传全文

Expand Down

0 comments on commit 89ac864

Please sign in to comment.