MCPcopy Index your code
hub / github.com/nodejs/node / createDatabase

Function createDatabase

test/parallel/test-sqlite-session.js:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 ) STRICT`;
36
37 const createDatabase = () => {
38 const database = new DatabaseSync(':memory:');
39 database.exec(createDataTableSql);
40 return database;
41 };
42
43 const databaseFrom = createDatabase();
44 const session = databaseFrom.createSession();

Callers 1

Calls 1

execMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…