Skip to content

Commit

Permalink
Deployed 3496dcf with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkli08 committed Oct 8, 2024
1 parent 5f168b1 commit fc9d1a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 47 deletions.
55 changes: 9 additions & 46 deletions api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<div data-md-component="skip">


<a href="#veloxdb" class="md-skip">
<a href="#database-operations" class="md-skip">
Skip to content
</a>

Expand Down Expand Up @@ -277,16 +277,6 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#veloxdb" class="md-nav__link">
<span class="md-ellipsis">
VeloxDB
</span>
</a>

<nav class="md-nav" aria-label="VeloxDB">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#database-operations" class="md-nav__link">
<span class="md-ellipsis">
Database Operations
Expand Down Expand Up @@ -318,8 +308,8 @@
</nav>

</li>
<li class="md-nav__item">

<li class="md-nav__item">
<a href="#data-operations" class="md-nav__link">
<span class="md-ellipsis">
Data Operations
Expand Down Expand Up @@ -378,8 +368,8 @@
</nav>

</li>
<li class="md-nav__item">

<li class="md-nav__item">
<a href="#buffer-pool-operation" class="md-nav__link">
<span class="md-ellipsis">
Buffer Pool Operation
Expand Down Expand Up @@ -410,11 +400,6 @@
</ul>
</nav>

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -510,16 +495,6 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#veloxdb" class="md-nav__link">
<span class="md-ellipsis">
VeloxDB
</span>
</a>

<nav class="md-nav" aria-label="VeloxDB">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#database-operations" class="md-nav__link">
<span class="md-ellipsis">
Database Operations
Expand Down Expand Up @@ -551,8 +526,8 @@
</nav>

</li>
<li class="md-nav__item">

<li class="md-nav__item">
<a href="#data-operations" class="md-nav__link">
<span class="md-ellipsis">
Data Operations
Expand Down Expand Up @@ -611,8 +586,8 @@
</nav>

</li>
<li class="md-nav__item">

<li class="md-nav__item">
<a href="#buffer-pool-operation" class="md-nav__link">
<span class="md-ellipsis">
Buffer Pool Operation
Expand Down Expand Up @@ -643,11 +618,6 @@
</ul>
</nav>

</li>

</ul>
</nav>

</li>

</ul>
Expand All @@ -670,13 +640,6 @@

<h1>Module</h1>

<h2 id="veloxdb">VeloxDB<a class="headerlink" href="#veloxdb" title="Permanent link">&para;</a></h2>
<p><img alt="Unit Tests" src="https://github.com/kkli08/VeloxDB/actions/workflows/cmake-unit-tests-multi-platform.yml/badge.svg" /></p>
<p>VeloxDB is a persistent key-value store database library. It designed to store
key-value pairs and allow efficient retrieval based on the key. This system is
inspired by modern databases like <a href="https://github.com/google/leveldb">LevelDB</a>
and <a href="https://github.com/facebook/rocksdb">RocksDB</a>, and supports multiple data
types using C++ Templates and Protocol Buffers.</p>
<h3 id="database-operations">Database Operations<a class="headerlink" href="#database-operations" title="Permanent link">&para;</a></h3>
<h4 id="veloxdbopenstring-db_name"><strong><em>VeloxDB::Open(string db_name)</em></strong><a class="headerlink" href="#veloxdbopenstring-db_name" title="Permanent link">&para;</a></h4>
<p>Initializes the database system, setting up the necessary files and directories (including SSTs and related data). Can be initialized with a custom Memtable size or default size of <code>1e3</code>.</p>
Expand Down
Loading

0 comments on commit fc9d1a0

Please sign in to comment.