Skip to content

Commit ce2378e

Browse files
committed
Update readme
1 parent 36dad91 commit ce2378e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Some use cases that we optimize the performance:
1717
- In this [layer architecture sample](https://github.com/source-code-template/go-sql-sample), you can see we can reduce a lot of source code at [data access layer](https://github.com/source-code-template/go-sql-sample/blob/main/internal/user/repository/adapter/adapter.go), or you use [generic repository](https://github.com/core-go/sql/blob/main/adapter/adapter.go) to replace all repository source code.
1818

1919
## Some advantage features
20+
You can refer to [Generic CRUD Repository](https://www.linkedin.com/pulse/generic-crud-repository-golang-duc-nguyen-kpnic) and [Data Processing](https://www.linkedin.com/pulse/data-processing-golang-nodejs-duc-nguyen-wv33c) for more details.
2021
#### Decimal
2122
- Support decimal, which is useful for currency
2223
#### Query Builders

0 commit comments

Comments
 (0)