Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cookiey/yearning_doc

next Yearning doc
https://github.com/cookiey/yearning_doc

Last synced: 2 months ago
JSON representation

next Yearning doc

Awesome Lists containing this project

README

        

---
home: true
heroImage: /logo.jpeg
heroText: null
tagline: 开箱即用的MYSQL SQL审核工具
actionText: 快速上手 →
actionLink: /guide/
features:
- title: 简洁至上
details: 使用已编译好的二进制文件,只需一个数据库不依赖其他任何插件,轻松实现部署。
- title: 高性能
details: go+vue为Yearning带来了流畅且美观的用户界面与强大的性能。
- title: 兼容性
details: Yearning 根据Mysql语法树解析自动审查Mysql语句语法规范并根据Yearning自身实现的审核规则进行功能性审核。
footer: AGPL-3.0 Licensed | Copyright © 2017-present Henry Yee
---
### 像数 1, 2, 3 一样容易

```shell
#设置配置文件
vim config.toml
#初始化数据
./Yearning install
#运行
./Yearning run

```