liven 0.0.3

LIVEN is a fast, lightweight database built to capture, store, and stream data in real time.
Documentation
<!doctype html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta
            name="robots"
            content="noindex, nofollow, noarchive, nosnippet, noimageindex, notranslate, nocache"
        />
        <meta
            name="googlebot"
            content="noindex, nofollow, noarchive, nosnippet, noimageindex, notranslate, nocache"
        />
        <meta name="author" content="LIVEN" />
        <link rel="icon" type="image/x-icon" href="favicon.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>LivenDB | Administration Console</title>

        <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link
            href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Source+Code+Pro:wght@400;500&display=swap"
            rel="stylesheet"
        />
    </head>
    <body class="bg-slate-100 dark:bg-zinc-800 min-h-screen overflow-x-hidden">
        <div id="root"></div>
        <script type="module" src="/src/main.tsx"></script>
    </body>
</html>