From f2385e94529b0aa605b4f146fc1ec6faca1e4f43 Mon Sep 17 00:00:00 2001 From: motrboat <141705161+motrboat@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:57:25 +0300 Subject: [PATCH] add hotcoal (#4979) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6dada2180a4..80d7492ed8a 100644 --- a/README.md +++ b/README.md @@ -764,6 +764,7 @@ _Libraries for building and using SQL._ - [godbal](https://github.com/xujiajun/godbal) - Database Abstraction Layer (dbal) for go. Support SQL builder and get result easily. - [goqu](https://github.com/doug-martin/goqu) - Idiomatic SQL builder and query library. - [gosql](https://github.com/twharmon/gosql) - SQL Query builder with better null values support. +- [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. - [ormlite](https://github.com/pupizoid/ormlite) - Lightweight package containing some ORM-like features and helpers for sqlite databases.