Finish getting started page

This commit is contained in:
2025-04-19 09:32:23 -04:00
parent 1575d828bf
commit 4a820f5904
5 changed files with 46 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
# 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](https://bitbadger.solutions/open-source/relational-documents/dotnet/basic-usage.html), 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.