Skip to content

Commit f61f2c7

Browse files
committed
Add author copyright to the documentation footer
Refresh generated pages, including the latest committed homepage copy.
1 parent f6b2fcf commit f61f2c7

167 files changed

Lines changed: 170 additions & 170 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="preload" as="image" href="https://tinybase.org/favicon.svg?asImg"><link rel="preload" as="image" href="https://synclets.org/favicon.svg?asImg"><link rel="preload" as="image" href="https://tinywidgets.org/favicon.svg?asImg"><link rel="preload" as="image" href="https://tinytick.org/favicon.svg?asImg"><section id="hero"><h2 id="a-tiny-worker-first-relational-database-for-browser-apps">A tiny, worker-first <em>relational database</em> for browser apps.</h2><p>PostgreSQL-shaped SQL, running locally and away from the main thread.</p></section><nav id="actions" aria-label="Get started"><a class="start" href="https://tinyjoin.org/guides/getting-started/">Get started</a> <a href="https://tinyjoin.org/demos/">Try the demos</a> <a href="https://tinyjoin.org/api/">Read the API</a></nav><hr><section><h2 id="small-enough-to-not-worry-about">Small enough to not worry about</h2><p>The whole database - the main-thread client, the Worker host, and the WebAssembly engine - is 291 KiB gzipped, and only 5 KiB of that ever runs on the UI thread. A build gate keeps the engine itself under 1 MiB uncompressed.</p></section><div class="table"><table><thead><tr><th>Component</th><th style="text-align:right">gzip</th></tr></thead><tbody><tr><td>Main JS</td><td style="text-align:right">5 KiB</td></tr><tr><td>Worker JS</td><td style="text-align:right">15 KiB</td></tr><tr><td>Engine WASM</td><td style="text-align:right">271 KiB</td></tr><tr><td><strong>Everything</strong></td><td style="text-align:right"><strong>291 KiB</strong></td></tr></tbody></table></div><section><h2 id="your-first-tinyjoin-app">Your first <em>TinyJoin</em> app</h2><p>Scaffold a complete local todo app in JS or TS - and with its relational data saved in TinyJoin across reloads - in less than 60s.</p></section>
1+
<link rel="preload" as="image" href="https://tinybase.org/favicon.svg?asImg"><link rel="preload" as="image" href="https://synclets.org/favicon.svg?asImg"><link rel="preload" as="image" href="https://tinywidgets.org/favicon.svg?asImg"><link rel="preload" as="image" href="https://tinytick.org/favicon.svg?asImg"><section id="hero"><h2 id="a-tiny-worker-first-relational-database-for-browser-apps">A tiny, worker-first <em>relational database</em> for browser apps.</h2><p>PostgreSQL-shaped SQL, running locally and away from the main thread.</p></section><nav id="actions" aria-label="Get started"><a class="start" href="https://tinyjoin.org/guides/getting-started/">Get started</a> <a href="https://tinyjoin.org/demos/">Try the demos</a> <a href="https://tinyjoin.org/api/">Read the API</a></nav><hr><section><h2 id="small-enough-to-not-worry-about">Small enough to not worry about</h2><p>The whole database - the main-thread client, the Worker host, and the Rust WASM engine - is 291 KiB gzipped, and only 5 KiB of that ever runs on the UI thread. A build gate keeps the engine itself under 1 MiB uncompressed.</p></section><div class="table"><table><thead><tr><th>Component</th><th style="text-align:right">gzip</th></tr></thead><tbody><tr><td>Main JS</td><td style="text-align:right">5 KiB</td></tr><tr><td>Worker JS</td><td style="text-align:right">15 KiB</td></tr><tr><td>Engine WASM</td><td style="text-align:right">271 KiB</td></tr><tr><td><strong>Everything</strong></td><td style="text-align:right"><strong>291 KiB</strong></td></tr></tbody></table></div><section><h2 id="your-first-tinyjoin-app">Your first <em>TinyJoin</em> app</h2><p>Scaffold a complete local todo app in JS or TS - and with its relational data saved in TinyJoin across reloads - in less than 60s.</p></section>
22

33
```bash
44
> npm create tinyjoin@latest
@@ -8,7 +8,7 @@
88
📦 Creating your project...
99
```
1010

11-
<section><h2 id="start-small">Start small</h2><p>Install TinyJoin. There are no runtime dependencies, no servers to run, no accounts to create, and no native toolchains to set up.</p></section>
11+
<section><h2 id="start-small">Start small</h2><p>Install TinyJoin. There are no runtime dependencies, no servers to run, no accounts to create, and no native toolchains</p></section>
1212

1313
```sh
1414
npm install tinyjoin

docs/api/all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@
9191
<span class="keyword">import</span> <span class="punctuation">{</span>tinyjoinOffline<span class="punctuation">}</span> <span class="keyword">from</span> <span class="string">'tinyjoin/vite'</span><span class="punctuation">;</span>
9292

9393
<span class="keyword">export</span> <span class="keyword">default</span> <span class="function">defineConfig</span><span class="punctuation">(</span><span class="punctuation">{</span>plugins<span class="operator">:</span> <span class="punctuation">[</span><span class="function"><a href="#/api/vite/functions/offline/tinyjoinoffline/">tinyjoinOffline</a></span><span class="punctuation">(</span><span class="punctuation">)</span><span class="punctuation">]</span><span class="punctuation">}</span><span class="punctuation">)</span><span class="punctuation">;</span>
94-
</code></pre></section><section class="s6"><h6>Since</h6><p>v0.0.6</p></section></section></section></section></section></section></article><aside aria-hidden="true"></aside></main><footer><nav><a id="gh" href="https://github.com/tinyplex/tinyjoin" target="_blank" rel="noreferrer">GitHub</a></nav><nav><a href="/">TinyJoin</a> · MIT licensed</nav></footer><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-40B96SPQX2');</script></body></html>
94+
</code></pre></section><section class="s6"><h6>Since</h6><p>v0.0.6</p></section></section></section></section></section></section></article><aside aria-hidden="true"></aside></main><footer><nav><a id="gh" href="https://github.com/tinyplex/tinyjoin" target="_blank" rel="noreferrer">GitHub</a></nav><nav><a href="/">TinyJoin</a> © 2026 James Pearce</nav></footer><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-40B96SPQX2');</script></body></html>

docs/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="preload" as="image" href="/favicon.svg"><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-40B96SPQX2"></script><link rel="dns-prefetch" href="https://www.googletagmanager.com/"><link href="https://www.googletagmanager.com/gtag/js?id=G-40B96SPQX2" rel="preload" as="script"><link rel="preload" as="font" href="/fonts/inter.woff2" type="font/woff2" crossorigin="anonymous"><link rel="preload" as="font" href="/fonts/inconsolata.woff2" type="font/woff2" crossorigin="anonymous"><title>API | TinyJoin</title><meta name="description" content="A tiny, worker-first relational database for browser apps."><meta property="og:type" content="website"><meta property="og:title" content="API | TinyJoin"><meta property="og:description" content="A tiny, worker-first relational database for browser apps."><meta property="og:url" content="https://tinyjoin.org/api/"><link rel="canonical" href="https://tinyjoin.org/api/"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><link rel="stylesheet" href="/css/index.css"><script src="/js/site.js"></script></head><body><a class="skip" href="#content">Skip to content</a><header><a class="wordmark" href="/"><img src="/favicon.svg" alt="TinyJoin logo"><span>Tiny<em>Join</em></span></a><nav aria-label="Primary"><ul><li><a href="/guides/">Guides</a></li><li><a href="/demos/">Demos</a></li><li><a href="/api/" aria-current="page">API</a></li><li><a href="https://github.com/tinyplex/tinyjoin">GitHub</a></li></ul></nav><button id="dark" class="auto" type="button" aria-label="Color theme: automatic; activate for dark"></button></header><main><nav aria-label="Documentation"><ul><li id="root" class="parent open"><span></span><a href="/" aria-current="true">TinyJoin</a><ul><li id="G" class="parent"><span></span><a href="/guides/">Guides</a></li><li id="D" class="parent"><span></span><a href="/demos/">Demos</a></li><li id="api" class="current parent open"><span></span><a href="/api/" aria-current="page">API</a><ul><li id="e" class="parent"><span></span><a href="/api/the-essentials/">The Essentials</a></li><li id="t" class="parent"><span></span><a href="/api/tinyjoin/"><code>tinyjoin</code></a></li><li id="w2" class="parent"><span></span><a href="/api/worker/"><code>worker</code></a></li><li id="v" class="parent"><span></span><a href="/api/vite/"><code>vite</code></a></li></ul></li></ul></li></ul></nav><article id="content" tabindex="-1"><nav class="breadcrumbs" aria-label="Breadcrumbs"><ul><li><a href="/" aria-current="true">TinyJoin</a></li><li><a href="/api/" aria-current="page">API</a></li></ul></nav><section class="s1" id="/api/" data-id="api"><h1>API</h1><section class="s2" id="/api/the-essentials/" data-id="e"><h2>The Essentials</h2><ul><li><a href="/api/the-essentials/using-a-database/create/"><code>create</code></a></li><li><a href="/api/the-essentials/using-a-database/exec/"><code>exec</code></a></li><li><a href="/api/the-essentials/using-a-database/query/"><code>query</code></a></li><li><a href="/api/the-essentials/using-a-database/sql/"><code>sql</code></a></li><li><a href="/api/the-essentials/using-a-database/transaction/"><code>transaction</code></a></li></ul></section><section class="s2" id="/api/tinyjoin/" data-id="t"><h2><code>tinyjoin</code></h2><p>The <code>tinyjoin</code> module provides a small PostgreSQL-shaped relational database that runs in a dedicated browser Worker and stores data in memory or OPFS. <a href="/api/tinyjoin/">Read more</a>.</p><ul><li><a href="/api/tinyjoin/classes/">Classes</a></li><li><a href="/api/tinyjoin/interfaces/">Interfaces</a></li><li><a href="/api/tinyjoin/functions/">Functions</a></li><li><a href="/api/tinyjoin/type-aliases/">Type Aliases</a></li></ul></section><section class="s2" id="/api/worker/" data-id="w2"><h2><code>worker</code></h2><p>The <code>worker</code> module lets advanced applications start TinyJoin inside a Worker that they construct and bundle themselves. <a href="/api/worker/">Read more</a>.</p><ul><li><a href="/api/worker/functions/">Functions</a></li></ul></section><section class="s2" id="/api/vite/" data-id="v"><h2><code>vite</code></h2><p>The <code>vite</code> module provides optional production offline caching for Vite applications, including TinyJoin&#x27;s lazily loaded Worker, OPFS, and WASM files. This Node-only build integration is separate from the browser runtime. <a href="/api/vite/">Read more</a>.</p><ul><li><a href="/api/vite/interfaces/">Interfaces</a></li><li><a href="/api/vite/functions/">Functions</a></li></ul></section></section></article><aside aria-hidden="true"></aside></main><footer><nav><a id="gh" href="https://github.com/tinyplex/tinyjoin" target="_blank" rel="noreferrer">GitHub</a></nav><nav><a href="/">TinyJoin</a> · MIT licensed</nav></footer><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-40B96SPQX2');</script></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="preload" as="image" href="/favicon.svg"><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-40B96SPQX2"></script><link rel="dns-prefetch" href="https://www.googletagmanager.com/"><link href="https://www.googletagmanager.com/gtag/js?id=G-40B96SPQX2" rel="preload" as="script"><link rel="preload" as="font" href="/fonts/inter.woff2" type="font/woff2" crossorigin="anonymous"><link rel="preload" as="font" href="/fonts/inconsolata.woff2" type="font/woff2" crossorigin="anonymous"><title>API | TinyJoin</title><meta name="description" content="A tiny, worker-first relational database for browser apps."><meta property="og:type" content="website"><meta property="og:title" content="API | TinyJoin"><meta property="og:description" content="A tiny, worker-first relational database for browser apps."><meta property="og:url" content="https://tinyjoin.org/api/"><link rel="canonical" href="https://tinyjoin.org/api/"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><link rel="stylesheet" href="/css/index.css"><script src="/js/site.js"></script></head><body><a class="skip" href="#content">Skip to content</a><header><a class="wordmark" href="/"><img src="/favicon.svg" alt="TinyJoin logo"><span>Tiny<em>Join</em></span></a><nav aria-label="Primary"><ul><li><a href="/guides/">Guides</a></li><li><a href="/demos/">Demos</a></li><li><a href="/api/" aria-current="page">API</a></li><li><a href="https://github.com/tinyplex/tinyjoin">GitHub</a></li></ul></nav><button id="dark" class="auto" type="button" aria-label="Color theme: automatic; activate for dark"></button></header><main><nav aria-label="Documentation"><ul><li id="root" class="parent open"><span></span><a href="/" aria-current="true">TinyJoin</a><ul><li id="G" class="parent"><span></span><a href="/guides/">Guides</a></li><li id="D" class="parent"><span></span><a href="/demos/">Demos</a></li><li id="api" class="current parent open"><span></span><a href="/api/" aria-current="page">API</a><ul><li id="e" class="parent"><span></span><a href="/api/the-essentials/">The Essentials</a></li><li id="t" class="parent"><span></span><a href="/api/tinyjoin/"><code>tinyjoin</code></a></li><li id="w2" class="parent"><span></span><a href="/api/worker/"><code>worker</code></a></li><li id="v" class="parent"><span></span><a href="/api/vite/"><code>vite</code></a></li></ul></li></ul></li></ul></nav><article id="content" tabindex="-1"><nav class="breadcrumbs" aria-label="Breadcrumbs"><ul><li><a href="/" aria-current="true">TinyJoin</a></li><li><a href="/api/" aria-current="page">API</a></li></ul></nav><section class="s1" id="/api/" data-id="api"><h1>API</h1><section class="s2" id="/api/the-essentials/" data-id="e"><h2>The Essentials</h2><ul><li><a href="/api/the-essentials/using-a-database/create/"><code>create</code></a></li><li><a href="/api/the-essentials/using-a-database/exec/"><code>exec</code></a></li><li><a href="/api/the-essentials/using-a-database/query/"><code>query</code></a></li><li><a href="/api/the-essentials/using-a-database/sql/"><code>sql</code></a></li><li><a href="/api/the-essentials/using-a-database/transaction/"><code>transaction</code></a></li></ul></section><section class="s2" id="/api/tinyjoin/" data-id="t"><h2><code>tinyjoin</code></h2><p>The <code>tinyjoin</code> module provides a small PostgreSQL-shaped relational database that runs in a dedicated browser Worker and stores data in memory or OPFS. <a href="/api/tinyjoin/">Read more</a>.</p><ul><li><a href="/api/tinyjoin/classes/">Classes</a></li><li><a href="/api/tinyjoin/interfaces/">Interfaces</a></li><li><a href="/api/tinyjoin/functions/">Functions</a></li><li><a href="/api/tinyjoin/type-aliases/">Type Aliases</a></li></ul></section><section class="s2" id="/api/worker/" data-id="w2"><h2><code>worker</code></h2><p>The <code>worker</code> module lets advanced applications start TinyJoin inside a Worker that they construct and bundle themselves. <a href="/api/worker/">Read more</a>.</p><ul><li><a href="/api/worker/functions/">Functions</a></li></ul></section><section class="s2" id="/api/vite/" data-id="v"><h2><code>vite</code></h2><p>The <code>vite</code> module provides optional production offline caching for Vite applications, including TinyJoin&#x27;s lazily loaded Worker, OPFS, and WASM files. This Node-only build integration is separate from the browser runtime. <a href="/api/vite/">Read more</a>.</p><ul><li><a href="/api/vite/interfaces/">Interfaces</a></li><li><a href="/api/vite/functions/">Functions</a></li></ul></section></section></article><aside aria-hidden="true"></aside></main><footer><nav><a id="gh" href="https://github.com/tinyplex/tinyjoin" target="_blank" rel="noreferrer">GitHub</a></nav><nav><a href="/">TinyJoin</a> © 2026 James Pearce</nav></footer><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-40B96SPQX2');</script></body></html>

0 commit comments

Comments
 (0)