Create RecordGenerics APIuser := User{Name: "Jinzhu", Age: 18, Birthday: time.Now()}// Create a single recordctx := context.Background()err := gorm.G[User](db).Create(ctx, &use| GORM
INSERT INSERT — create new rows in a table Synopsis [ WITH [ RECURSIVE ] with_query [, ...] ] INSERT …| PostgreSQL Documentation