mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 00:24:21 +01:00
add README
This commit is contained in:
1
examples/.gitignore
vendored
1
examples/.gitignore
vendored
@@ -4,3 +4,4 @@
|
||||
*.db-wal-revert
|
||||
*.db-changes
|
||||
*.db-remote
|
||||
node_modules
|
||||
|
||||
8
examples/README.md
Normal file
8
examples/README.md
Normal 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/)
|
||||
Reference in New Issue
Block a user