a MongoDB ORM for golang that rocks
Go to file
2024-09-12 17:22:42 -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 hello world! 🌸 2024-09-01 16:17:48 -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.work refactor some things, add Delete method, improve Save method 2024-09-03 00:14:12 -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 externalize error formats + strings 2024-09-12 17:22:42 -04:00
model_test.go [instagram] add children of bodom as a testing band :] 2024-09-12 17:20:17 -04:00
model.go externalize error formats + strings 2024-09-12 17:22:42 -04:00
query.go change Query.Model to a pointer 2024-09-05 17:56:44 -04:00
registry.go restructuring 2024-09-05 17:53:04 -04:00
testing.go [instagram] add children of bodom as a testing band :] 2024-09-12 17:20:17 -04:00
util.go externalize error formats + strings 2024-09-12 17:22:42 -04:00