add basic examples for database-wasm package

This commit is contained in:
Nikita Sivukhin
2025-10-03 13:20:13 +04:00
parent 7905841990
commit b67ef8a7eb
13 changed files with 337 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
# database-node
This is a minimal example showing how to use [`@tursodatabase/database`](https://www.npmjs.com/package/@tursodatabase/database) in the node.js
---
## Usage
```bash
npm install
node index.mjs
```