add README

This commit is contained in:
Nikita Sivukhin
2025-10-06 18:17:52 +04:00
parent 926fd25cdd
commit f0c7cff18c
2 changed files with 9 additions and 0 deletions

1
examples/.gitignore vendored
View File

@@ -4,3 +4,4 @@
*.db-wal-revert *.db-wal-revert
*.db-changes *.db-changes
*.db-remote *.db-remote
node_modules

8
examples/README.md Normal file
View File

@@ -0,0 +1,8 @@
# 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/)