a MongoDB ORM for golang that rocks
Go to file
2024-09-12 23:18:53 -04:00
.idea add a new Append method to Model, handle misc errors, unexport some funcs + methods 2024-09-02 19:39:23 -04:00
.vscode add a new Append method to Model, handle misc errors, unexport some funcs + methods 2024-09-02 19:39:23 -04:00
.gitignore unignore go.sum, ignore go.work* files 2024-09-12 23:18:53 -04:00
errors.go externalize error formats + strings 2024-09-12 17:22:42 -04:00
go.mod update go.mod 2024-09-05 14:05:51 -04:00
go.sum unignore go.sum, ignore go.work* files 2024-09-12 23:18:53 -04:00
gridfs.go [feat] add gridfs support! 🎉 2024-09-12 18:10:03 -04:00
idcounter.go many additions! 2024-09-04 19:43:12 -04:00
indexes.go add a new Append method to Model, handle misc errors, unexport some funcs + methods 2024-09-02 19:39:23 -04:00
model_internals.go [feat] add gridfs support! 🎉 2024-09-12 18:10:03 -04:00
model_test.go make iti_single and iti_multi sample values into functions 2024-09-12 18:31:35 -04:00
model.go unexport fields in Query struct 2024-09-12 17:48:45 -04:00
query.go [feat] add gridfs support! 🎉 2024-09-12 18:10:03 -04:00
registry.go [feat] add gridfs support! 🎉 2024-09-12 18:10:03 -04:00
testing.go make iti_single and iti_multi sample values into functions 2024-09-12 18:31:35 -04:00
util.go update getNested utility to better handle slice fields 2024-09-12 17:50:31 -04:00