Commit Graph

7 Commits

Author SHA1 Message Date
15d032459a
remove tons of commented-out code, general cleanup 2024-09-14 15:47:17 -04:00
f9aa34ef12
unexport Model fields 2024-09-14 15:28:34 -04:00
9d791b1e3d
externalize more panic/error strings 2024-09-14 15:20:17 -04:00
fcd7cb2013
overhaul models to be more sensible by separating "instance" logic into a separate Document type 🪷 2024-09-14 02:09:38 -04:00
fd835efa46
[feat] add gridfs support! 🎉
(test cases included)
2024-09-12 18:10:03 -04:00
4297071b3b
restructuring
- use pointers where possible when using reflection
- add a `CreateSlice` func, for storing slices of Models created by Find and FindPaged queries
- modify tests to use `CreateSlice`
2024-09-05 17:53:04 -04:00
f46aab2f5f
hello world! 🌸 2024-09-01 16:17:48 -04:00