3 unstable releases
0.2.1 | May 17, 2023 |
---|---|
0.2.0 | Apr 13, 2023 |
0.1.0 | Apr 1, 2023 |
#1972 in Encoding
25 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
~25–37MB
~689K SLoC