From a859fad3b6e1366fd5f4b47e260ad5196e1ec2de Mon Sep 17 00:00:00 2001 From: olku Date: Mon, 28 Jun 2021 12:21:19 +0200 Subject: [PATCH] Remove QBS Removed QBS (Query By Struct) ORM as QBS hasn't been updated for over 4 years. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dc05b295..37cd740a 100644 --- a/README.md +++ b/README.md @@ -1510,7 +1510,6 @@ _**Unofficial** set of patterns for structuring projects._ * [lore](https://github.com/abrahambotros/lore) - Simple and lightweight pseudo-ORM/pseudo-struct-mapping environment for Go. * [marlow](https://github.com/marlow/marlow) - Generated ORM from project structs for compile time safety assurances. * [pop/soda](https://github.com/gobuffalo/pop) - Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite. -* [QBS](https://github.com/coocood/qbs) - Stands for Query By Struct. A Go ORM. * [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.