mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
import { Database } from 'limbo-wasm';
|
|
|
|
const db = new Database(':memory:');
|
|
|
|
db.exec("SELECT 'hello, world' AS message");
|