a MongoDB ORM for golang that rocks
Go to file
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ fefa695063
some changes
- move internal model helper funcs into model_internals.go
- add Swap method to Model
- modify `getNested` util to support indexing slice fields such as `Abc[0].Def`
2024-09-05 13:57:35 -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 hello world! 🌸 2024-09-01 16:17:48 -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 some changes 2024-09-05 13:57:35 -04:00
model.go some changes 2024-09-05 13:57:35 -04:00
query.go many additions! 2024-09-04 19:43:12 -04:00
registry.go hello world! 🌸 2024-09-01 16:17:48 -04:00
testing.go many additions! 2024-09-04 19:43:12 -04:00
util.go some changes 2024-09-05 13:57:35 -04:00