mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-28 16:56:26 +00:00
adds obreron to sql builders
This commit is contained in:
parent
513ead236f
commit
6517711f9b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user