diff --git a/examples/.gitignore b/examples/.gitignore index 0a3bfc070..9ded7ad84 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -4,3 +4,4 @@ *.db-wal-revert *.db-changes *.db-remote +node_modules diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 000000000..605a22445 --- /dev/null +++ b/examples/README.md @@ -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/) \ No newline at end of file