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

Function pcc

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

Source from the content-addressed store, hash-verified

4
5// Parse column constraint
6function pcc(sql: string) {
7 return parseColumnConstraint(
8 "main",
9 new CursorV2(tokenizeSql(sql, "sqlite"))
10 );
11}
12
13describe("parse column constraint", () => {
14 test("constraint this_is_primary_key primary key autoincrement", () => {

Callers 1

Calls 1

parseColumnConstraintFunction · 0.90

Tested by

no test coverage detected