From bdfddd5509a7b3c9834aa84db35836ba12e37110 Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Sun, 30 Mar 2025 17:02:49 +0200 Subject: [PATCH] readme another try to adjust thickness --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec1ddb3..f50ca65 100644 --- a/README.md +++ b/README.md @@ -853,13 +853,13 @@ Global Members: - index.[**clear**](#clear-all-items-from-an-index)() - index.[**cleanup**](#fast-update-mode)() -
+## - _async_ index.[**export**](doc/export-import.md)(handler) - _async_ index.[**import**](doc/export-import.md)(key, data) - _async_ index.[**serialize**](doc/export-import.md#fast-boot-serialization-for-server-side-rendering-php-python-ruby-rust-java-go-nodejs-)(boolean) -
+## - _async_ index.[**mount**](doc/persistent.md)(db) - _async_ index.[**commit**](doc/persistent.md)(boolean) @@ -883,12 +883,12 @@ Global Members: - document.[**get**](doc/document-search.md#document-store)(id) - document.[**set**](doc/document-search.md#document-store)(\, document) -
+## - _async_ document.[**export**](doc/export-import.md)(handler) - _async_ document.[**import**](doc/export-import.md)(key, data) -
+## - _async_ document.[**mount**](doc/persistent.md)(db) - _async_ document.[**commit**](doc/persistent.md)(boolean)