a MongoDB ORM for golang that rocks
Go to file
2024-09-12 17:15:04 -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
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 some changes 2024-09-05 13:57:35 -04:00
model_test.go restructuring 2024-09-05 17:53:04 -04:00
model.go change Query.Model to a pointer 2024-09-05 17:56:44 -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 many additions! 2024-09-04 19:43:12 -04:00
util.go update getNested utility to better handle slice fields 2024-09-12 17:15:04 -04:00