Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/envzo/zorm
lightware, flexible ORM toolkit, defined by yaml file, generated to go code, support MySQL, MongoDB
https://github.com/envzo/zorm
go mysql mysql-database orm yaml
Last synced: about 10 hours ago
JSON representation
lightware, flexible ORM toolkit, defined by yaml file, generated to go code, support MySQL, MongoDB
- Host: GitHub
- URL: https://github.com/envzo/zorm
- Owner: envzo
- License: apache-2.0
- Created: 2018-11-23T02:59:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T05:17:33.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T11:48:21.911Z (5 months ago)
- Topics: go, mysql, mysql-database, orm, yaml
- Language: Go
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zorm
ORM, defined by yaml file, generated to go code, support MySQL, MongoDB# supporting features
- nullable
- set varchar size
- ...# Todo
- 默认值
- yaml 枚举定义