https://github.com/suboat/sorm
simple orm in Go
https://github.com/suboat/sorm
go mongo mysql orm postgres sqlite
Last synced: about 2 months ago
JSON representation
simple orm in Go
- Host: GitHub
- URL: https://github.com/suboat/sorm
- Owner: suboat
- Created: 2016-04-14T05:36:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T13:48:47.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T20:52:09.049Z (about 2 years ago)
- Topics: go, mongo, mysql, orm, postgres, sqlite
- Language: Go
- Homepage: https://suboat.github.io/sorm/
- Size: 237 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Simple ORM in Go. [](http://godoc.org/github.com/suboat/sorm)
The features of the famous, popular and powerful technical databases that we usually use can be abstracted to a common library.
## Links
* [中文文档](https://suboat.github.io/sorm/#/zh-cn/)
* [Songo查询方案](https://github.com/suboat/songo/)
## Install
## Quick start
## License