Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jul 14, 2022
1 parent 9ad374f commit 46b6c62
Show file tree
Hide file tree
Showing 37 changed files with 268 additions and 268 deletions.
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/classes/DB.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/classes/DBIterator.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/DBTransaction.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDB.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBCreate.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBDecrypt.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBDelete.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBDestroyed.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBIterator.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBIteratorBusy.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBIteratorDestroyed.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBKey.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBNotRunning.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBParseKey.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBParseValue.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBRunning.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBTransaction.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBTransactionCommitted.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBTransactionConflict.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBTransactionDestroyed.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBTransactionLockType.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBTransactionNotCommitted.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/errors.ErrorDBTransactionRollbacked.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ <h3>Publishing</h3>
</a>
<pre><code class="language-sh"><span class="hl-9"># npm login</span><br/><span class="hl-0">npm version patch </span><span class="hl-9"># major/minor/patch</span><br/><span class="hl-0">npm run build</span><br/><span class="hl-0">npm publish --access public</span><br/><span class="hl-0">git push</span><br/><span class="hl-0">git push --tags</span>
</code></pre>
</div></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Exports</a></li><li class=" tsd-kind-namespace"><a href="modules/errors.html">errors</a></li><li class=" tsd-kind-namespace"><a href="modules/rocksdb.html">rocksdb</a></li><li class=" tsd-kind-namespace"><a href="modules/utils.html">utils</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-class"><a href="classes/DB.html" class="tsd-kind-icon">DB</a></li><li class="tsd-kind-class tsd-has-type-parameter"><a href="classes/DBIterator.html" class="tsd-kind-icon">DBIterator</a></li><li class="tsd-kind-class"><a href="classes/DBTransaction.html" class="tsd-kind-icon">DBTransaction</a></li><li class="tsd-kind-interface"><a href="interfaces/FileSystem.html" class="tsd-kind-icon">File<wbr/>System</a></li><li class="tsd-kind-interface"><a href="interfaces/ToString.html" class="tsd-kind-icon">To<wbr/>String</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#Callback" class="tsd-kind-icon">Callback</a></li><li class="tsd-kind-type-alias"><a href="modules.html#Crypto" class="tsd-kind-icon">Crypto</a></li><li class="tsd-kind-type-alias"><a href="modules.html#DBBatch" class="tsd-kind-icon">DBBatch</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#DBClearOptions" class="tsd-kind-icon">DBClear<wbr/>Options</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#DBCountOptions" class="tsd-kind-icon">DBCount<wbr/>Options</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#DBIteratorOptions" class="tsd-kind-icon">DBIterator<wbr/>Options</a></li><li class="tsd-kind-type-alias"><a href="modules.html#DBOp" class="tsd-kind-icon">DBOp</a></li><li class="tsd-kind-type-alias"><a href="modules.html#DBOps" class="tsd-kind-icon">DBOps</a></li><li class="tsd-kind-type-alias"><a href="modules.html#DBOptions" class="tsd-kind-icon">DBOptions</a></li><li class="tsd-kind-type-alias"><a href="modules.html#DBWorkerManagerInterface" class="tsd-kind-icon">DBWorker<wbr/>Manager<wbr/>Interface</a></li><li class="tsd-kind-type-alias"><a href="modules.html#KeyPath" class="tsd-kind-icon">Key<wbr/>Path</a></li><li class="tsd-kind-type-alias"><a href="modules.html#LevelPath" class="tsd-kind-icon">Level<wbr/>Path</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#Merge" class="tsd-kind-icon">Merge</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MultiLockRequest" class="tsd-kind-icon">Multi<wbr/>Lock<wbr/>Request</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#Opaque" class="tsd-kind-icon">Opaque</a></li><li class="tsd-kind-type-alias"><a href="modules.html#POJO" class="tsd-kind-icon">POJO</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>
</div></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Exports</a></li><li class=" tsd-kind-namespace"><a href="modules/errors.html">errors</a></li><li class=" tsd-kind-namespace"><a href="modules/native.html">native</a></li><li class=" tsd-kind-namespace"><a href="modules/utils.html">utils</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-class"><a href="classes/DB.html" class="tsd-kind-icon">DB</a></li><li class="tsd-kind-class tsd-has-type-parameter"><a href="classes/DBIterator.html" class="tsd-kind-icon">DBIterator</a></li><li class="tsd-kind-class"><a href="classes/DBTransaction.html" class="tsd-kind-icon">DBTransaction</a></li><li class="tsd-kind-interface"><a href="interfaces/FileSystem.html" class="tsd-kind-icon">File<wbr/>System</a></li><li class="tsd-kind-interface"><a href="interfaces/ToString.html" class="tsd-kind-icon">To<wbr/>String</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#Callback" class="tsd-kind-icon">Callback</a></li><li class="tsd-kind-type-alias"><a href="modules.html#Crypto" class="tsd-kind-icon">Crypto</a></li><li class="tsd-kind-type-alias"><a href="modules.html#DBBatch" class="tsd-kind-icon">DBBatch</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#DBClearOptions" class="tsd-kind-icon">DBClear<wbr/>Options</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#DBCountOptions" class="tsd-kind-icon">DBCount<wbr/>Options</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#DBIteratorOptions" class="tsd-kind-icon">DBIterator<wbr/>Options</a></li><li class="tsd-kind-type-alias"><a href="modules.html#DBOp" class="tsd-kind-icon">DBOp</a></li><li class="tsd-kind-type-alias"><a href="modules.html#DBOps" class="tsd-kind-icon">DBOps</a></li><li class="tsd-kind-type-alias"><a href="modules.html#DBOptions" class="tsd-kind-icon">DBOptions</a></li><li class="tsd-kind-type-alias"><a href="modules.html#DBWorkerManagerInterface" class="tsd-kind-icon">DBWorker<wbr/>Manager<wbr/>Interface</a></li><li class="tsd-kind-type-alias"><a href="modules.html#KeyPath" class="tsd-kind-icon">Key<wbr/>Path</a></li><li class="tsd-kind-type-alias"><a href="modules.html#LevelPath" class="tsd-kind-icon">Level<wbr/>Path</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#Merge" class="tsd-kind-icon">Merge</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MultiLockRequest" class="tsd-kind-icon">Multi<wbr/>Lock<wbr/>Request</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#Opaque" class="tsd-kind-icon">Opaque</a></li><li class="tsd-kind-type-alias"><a href="modules.html#POJO" class="tsd-kind-icon">POJO</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>
Loading

0 comments on commit 46b6c62

Please sign in to comment.