692 B
692 B
Basic Usage
Documentation is in active development; and this page is next. Until it is more complete, the flow is very similar to BitBadger.Documents, the .NET implementation of a similar library. This library also supports Json
in place of Find
to return raw JSON, and Json.write*
to write that JSON to a PrintWriter
, bypassing the entire deserialize-from-the-database, serialize-to-the-output-body process.)
Examples
Each library has an exhaustive suite of integration tests; reviewing those may also provide insight into the patterns used for effective document storage and retrieval.