MCPcopy Index your code
hub / github.com/outerbase/studio / p

Function p

src/drivers/sqlite/sql-parse-table.test.ts:6–8  ·  view source on GitHub ↗
(sql: string)

Source from the content-addressed store, hash-verified

4// Parse column constraint
5
6function p(sql: string) {
7 return parseCreateTableScript("main", sql);
8}
9
10describe("parse create table", () => {
11 test("parse simple create table", () => {

Callers 2

initSqlJsFunction · 0.85

Calls 1

parseCreateTableScriptFunction · 0.90

Tested by

no test coverage detected