MCPcopy 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';
2const { cppdb } = require('../util');
3
4module.exports = function defineTable(name, factory) {

Callers

nothing calls this directly

Calls 3

deferFunction · 0.85
parseTableDefinitionFunction · 0.85
wrapFactoryFunction · 0.85

Tested by

no test coverage detected