Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
6
function
p(sql: string) {
7
return
parseCreateTableScript(
"main"
, sql);
8
}
9
10
describe(
"parse create table"
, () => {
11
test(
"parse simple create table"
, () => {
Callers
2
initSqlJs
Function · 0.85
sql-parse-table.test.ts
File · 0.85
Calls
1
parseCreateTableScript
Function · 0.90
Tested by
no test coverage detected