Skip to content

Commit

Permalink
Merge pull request #62 from wenj91/dev
Browse files Browse the repository at this point in the history
doc-更新文档
  • Loading branch information
wenj91 authored May 14, 2022
2 parents 31f5809 + 920e99e commit c379546
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# gobatis

目前代码都是基于mysql编写测试的,其他数据库暂时还未做兼容处理
目前代码都是基于类mysql数据库编写测试的,其他数据库暂时还未做兼容处理

- [x] 支持数据库
- [x] mysql
- [x] tidb
- [x] mariadb
- [ ] postgres
- [ ] sqlite
- [x] 基础操作
- [x] query
- [x] insert
- [x] update
- [x] delete

## ToDo

- 增加更多易用表达式指令,目前已有`$blank`指令用于判别字符串是否为空的指令,比如判读name为空串: test="$blank(name)"
- 升级go版本,根据泛型改造项目

## 模板代码生成

Expand Down

0 comments on commit c379546

Please sign in to comment.