a MongoDB ORM for golang that rocks
Go to file
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 924b3fc9d2
many additions!
- add support for `autoinc` struct tag
- add Pull method to Model
- add utility func to increment a value of an unknown type by 1
- idcounter.go no longer increments the counter value (it is now up to the caller to increment the returned value themselves)
2024-09-04 19:43:12 -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_test.go many additions! 2024-09-04 19:43:12 -04:00
model.go many additions! 2024-09-04 19:43:12 -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 many additions! 2024-09-04 19:43:12 -04:00