3 unstable releases
0.2.1 | May 17, 2023 |
---|---|
0.2.0 | Apr 13, 2023 |
0.1.0 | Apr 1, 2023 |
#107 in #mongo-db
33 downloads per month
6KB
73 lines
Wrapper for database query and mutation.
Uses MongoDB, and implements an abstraction layer to make resource modeling less painful.
You're advised to implement Clone
, Debug
, serde::Deserialize
, and serde::Serialize
,
in the struct defining your data model, before implementing abstractions.
Dependencies
~27–39MB
~707K SLoC