Skip to content

Commit

Permalink
fix(orm): added yaitoo/sqle
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlangzi authored Dec 27, 2024
1 parent 171a380 commit f8b25c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2122,6 +2122,7 @@ _Libraries that implement Object-Relational Mapping or datamapping techniques._
- [reform](https://github.com/go-reform/reform) - Better ORM for Go, based on non-empty interfaces and code generation.
- [rel](https://github.com/go-rel/rel) - Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API.
- [SQLBoiler](https://github.com/volatiletech/sqlboiler) - ORM generator. Generate a featureful and blazing-fast ORM tailored to your database schema.
- [sqle](https://github.com/yaitoo/sqle) - A SQL-first/ORM-like Golang SQL package.
- [upper.io/db](https://github.com/upper/db) - Single interface for interacting with different data sources through the use of adapters that wrap mature database drivers.
- [XORM](https://gitea.com/xorm/xorm) - Simple and powerful ORM for Go. (Support: MySQL, MyMysql, PostgreSQL, Tidb, SQLite3, MsSql and Oracle).
- [Zoom](https://github.com/albrow/zoom) - Blazing-fast datastore and querying engine built on Redis.
Expand Down

0 comments on commit f8b25c5

Please sign in to comment.