mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add go-jet. (#2728)
This commit is contained in:
parent
fd5e17d043
commit
3818f0f519
@ -458,6 +458,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [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.
|
||||
* [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.
|
||||
* [ozzo-dbx](https://github.com/go-ozzo/ozzo-dbx) - Powerful data retrieval methods as well as DB-agnostic query building capabilities.
|
||||
* [scaneo](https://github.com/variadico/scaneo) - Generate Go code to convert database rows into arbitrary structs.
|
||||
|
Loading…
Reference in New Issue
Block a user