Isaac Cacho
Results
1
issues of
Isaac Cacho
Using ```typescript import { parse, Statement } from 'pgsql-ast-parser'; const ast: Statement[] = parse(` BEGIN TRANSACTION; CREATE TABLE "foo" ( "biz_name" character varying NOT NULL ); CREATE TABLE "bar" (...