-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63e777c
commit 95ebab7
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
go/ql/lib/change-notes/2024-11-04-database-local-source-models.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
category: minorAnalysis | ||
--- | ||
* Local source models for APIs reading from databases have been added for the following libraries and ORMs: | ||
- `database/sql` | ||
- `database/sql/driver` | ||
- `github.com/beego/beego/client/orm` | ||
- `github.com/couchbase/gocb` | ||
- `github.com/gogf/gf/database/gdb` | ||
- `github.com/jmoiron/sqlx` | ||
- `github.com/kanikanema/gorqlite` | ||
- `github.com/mastermind/squirrel` | ||
- `github.com/uptrace/bun` | ||
- `go.mongodb.org/mongo-driver/mongo` | ||
- `gorm.io/gorm` | ||
|