use-document-store
Document-store modeling primitives for RustUse.
Experimental
use-document-store is experimental while use-nosql remains below 0.3.0.
Example
use ;
let collection = new;
let document_id = new;
let patch = new;
assert_eq!;
assert_eq!;
assert_eq!;
Scope
- Collection, document, field, revision, version, and metadata labels.
- Vendor-neutral patch operation containers.
- String-backed values without a required JSON dependency.
Non-goals
- Document database clients.
- ORM behavior.
- Query execution or persistence.
- Vendor-specific patch syntax.
License
Licensed under either Apache-2.0 or MIT.