Javascript/Typescript SDK
Absurd SQLite provides first class support for Javascript and Typescript through the typescript SDK.
Installation
Section titled “Installation”npm install @absurd-sqlite/sdkyarn add @absurd-sqlite/sdkbun add @absurd-sqlite/sdkUsages
Section titled “Usages”Basic Usage
Section titled “Basic Usage”See here.
Downloading Extension
Section titled “Downloading Extension”import { downloadAbsurdSQLiteExtension } from '@absurd-sqlite/sdk/fs';
const extensionPath = await downloadAbsurdSQLiteExtension();console.log(`Extension downloaded to: ${extensionPath}`);import { downloadAbsurdSQLiteExtension } from '@absurd-sqlite/sdk/fs';
const extensionPath = await downloadAbsurdSQLiteExtension();console.log(`Extension downloaded to: ${extensionPath}`);