Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/app-generator/api-server-nodejs
/ PrepareDB
Function
PrepareDB
src/server/database.ts:33–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
};
32
33
export
const
PrepareDB = () =>
new
sqlite3.Database(
':memory:'
);
Callers
1
basic.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected