ddcp 0.2.4

Distributed decentralized database-to-database copy
1
2
3
4
5
6
7
// Exports the path to the extension for those using
// crsqlite in a Node.js environment.
import * as url from "url";
import { join } from "path";
const __dirname = url.fileURLToPath(new URL(".", import.meta.url));

export const extensionPath = join(__dirname, "dist", "crsqlite");