sqlite_async demo

This page is used to test the sqlite_async package on the web. Use the console to open and interact with databases.

const db = await open('test.db');
const lock = await write_lock(db);
release_lock(lock);