From 6517711f9bc59bbefa074fccb0e1ca0bfa8e22c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Reyes=20el=20Programador=20Pobre?= Date: Mon, 4 Nov 2024 22:21:57 -0300 Subject: [PATCH] adds obreron to sql builders --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f7d353cca..be9e9adbb0 100644 --- a/README.md +++ b/README.md @@ -832,6 +832,7 @@ _Libraries for building and using SQL._ - [Hotcoal](https://github.com/motrboat/hotcoal) - Secure your handcrafted SQL against injection. - [igor](https://github.com/galeone/igor) - Abstraction layer for PostgreSQL that supports advanced functionality and uses gorm-like syntax. - [jet](https://github.com/go-jet/jet) - Framework for writing type-safe SQL queries in Go, with ability to easily convert database query result into desired arbitrary object structure. +- [obreron] - Fast and cheap SQL builder which does only one thing, SQL building. - [ormlite](https://github.com/pupizoid/ormlite) - Lightweight package containing some ORM-like features and helpers for sqlite databases. - [ozzo-dbx](https://github.com/go-ozzo/ozzo-dbx) - Powerful data retrieval methods as well as DB-agnostic query building capabilities. - [qry](https://github.com/HnH/qry) - Tool that generates constants from files with raw SQL queries.