mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
8 lines
480 B
Markdown
8 lines
480 B
Markdown
# Turso examples
|
|
|
|
## Javascript
|
|
|
|
- [`database-node`](./javascript/database-node/) — Node.js, local file database (no sync)
|
|
- [`database-wasm-vite`](./javascript/database-wasm-vite/) — Browser (WASM), local database in the browser
|
|
- [`sync-node`](./javascript/sync-node/) — Node.js with bidirectional sync to [Turso Cloud](https://turso.tech/)
|
|
- [`sync-wasm-vite`](./javascript/sync-wasm-vite/) — Browser (WASM) with bidirectional sync to [Turso Cloud](https://turso.tech/) |