Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WiseLibs/better-sqlite3
/ table.js
File
table.js
lib/methods/table.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
{ cppdb } = require(
'../util'
);
3
4
module.exports =
function
defineTable(name, factory) {
Callers
nothing calls this directly
Calls
3
defer
Function · 0.85
parseTableDefinition
Function · 0.85
wrapFactory
Function · 0.85
Tested by
no test coverage detected