This website requires JavaScript.
Explore
Help
Register
Sign In
tablet
/
gorm
Watch
1
Star
0
Fork
0
You've already forked gorm
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
2,681
Commits
8
Branches
111
Tags
117
MiB
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
kkocdko
e11288e013
Merge 814ae9faba67928bf26a3b33074eeddf095a9eb1 into bc49365de2396cba043698f6c7afa97587819838
2024-04-22 14:44:12 +08:00
.github
chore(deps): bump actions/cache from 3 to 4 (
#6802
)
2024-01-29 10:34:20 +08:00
callbacks
fix: duplicated preload (
#6948
)
2024-04-15 11:20:20 +08:00
clause
Fix regression in db.Not introduced in v1.25.6. (
#6844
)
2024-03-05 10:23:51 +08:00
logger
fix: 'type XXXX int' will print wrong sql to terminal (
#6917
)
2024-03-21 16:00:02 +08:00
migrator
Fix AutoMigrate for bool fields with default value
2024-03-18 19:24:16 +08:00
schema
fix: duplicated preload (
#6948
)
2024-04-15 11:20:20 +08:00
tests
fix: duplicated preload (
#6948
)
2024-04-15 11:20:20 +08:00
utils
Faster utils.FileWithLineNum (
#6981
)
2024-04-22 14:43:02 +08:00
.gitignore
Adjust ToStringKey use unpack params, fix pass []any as any in variadic function (
#5500
)
2022-07-14 20:05:22 +08:00
.golangci.yml
feat: golangci add goimports and whitespace (
#5835
)
2022-11-05 08:37:37 +08:00
association.go
feat: unscoped association (
#5899
) (
#6246
)
2023-05-04 19:30:45 +08:00
callbacks.go
fix: remove
callback
from
callbacks
if
Remove()
called (
#6916
)
2024-03-26 11:33:36 +08:00
chainable_api.go
Added comment describing Unscoped() method (
#6969
)
2024-04-17 11:38:55 +08:00
errors.go
Added support of "Violates Foreign Key Constraint" (
#6329
)
2023-05-21 21:27:22 +08:00
finisher_api.go
Fix tests doesn't follow
https://gorm.io/docs/method_chaining.html
convention
2024-01-12 16:42:21 +08:00
go.mod
Update go.mod
2023-08-27 15:40:54 +08:00
go.sum
feat: rm GetDBConnWithContext method (
#6535
)
2023-08-19 21:33:31 +08:00
gorm.go
Fixed error message when dialector fails to initialize (
#6509
)
2023-08-20 19:46:56 +08:00
interfaces.go
feat: rm GetDBConnWithContext method (
#6535
)
2023-08-19 21:33:31 +08:00
LICENSE
renamed License to LICENSE (
#6336
)
2023-05-21 21:24:00 +08:00
migrator.go
feat: add MigrateColumnUnique (
#6640
)
2023-10-30 17:15:49 +08:00
model.go
Issue 6054: Unscoped not working with PreLoad on Joins (
#6058
)
2023-02-18 09:06:43 +08:00
prepare_stmt.go
feat: prepare_stmt support ping (
#6924
)
2024-03-28 16:47:39 +08:00
README.md
Test CI, DONT MERGE
2024-04-21 04:39:11 +08:00
scan.go
fix(scan): array element is set to a zero value (
#6890
)
2024-03-15 14:14:48 +08:00
soft_delete.go
fix: support zeroValue tag on DeletedAt (
#6011
)
2023-02-01 14:40:55 +08:00
statement_test.go
fix: join and select mytable.* not working (
#6761
)
2023-12-23 21:19:41 +08:00
statement.go
Fix tests doesn't follow
https://gorm.io/docs/method_chaining.html
convention
2024-01-12 16:42:21 +08:00
README.md
Don't merge, test CI only.
Description
The fantastic ORM library for Golang, aims to be developer friendly
go
golang
gorm
orm
web
Readme
Languages
Go
99.9%
Shell
0.1%