mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add gosql (#3037)
* Add gosql * Refine description * Fix alphabetical order Co-authored-by: Travis Harmon <twharmon@gmail.com>
This commit is contained in:
parent
a1b81fd843
commit
0d7cd1fbe7
@ -481,6 +481,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [gendry](https://github.com/didi/gendry) - Non-invasive SQL builder and powerful data binder.
|
* [gendry](https://github.com/didi/gendry) - Non-invasive SQL builder and powerful data binder.
|
||||||
* [godbal](https://github.com/xujiajun/godbal) - Database Abstraction Layer (dbal) for go. Support SQL builder and get result easily.
|
* [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.
|
* [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.
|
||||||
* [igor](https://github.com/galeone/igor) - Abstraction layer for PostgreSQL that supports advanced functionality and uses gorm-like syntax.
|
* [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.
|
* [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.
|
||||||
* [mpath](https://github.com/spacetab-io/mpath-go) - MPTT (Modified Preorder Tree Traversal) package for SQL records - materialized path realisation.
|
* [mpath](https://github.com/spacetab-io/mpath-go) - MPTT (Modified Preorder Tree Traversal) package for SQL records - materialized path realisation.
|
||||||
|
Loading…
Reference in New Issue
Block a user