We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58d28f commit aeeb14dCopy full SHA for aeeb14d
packages/utils/README.md
@@ -39,9 +39,8 @@ npm install @pgsql/utils
39
With the AST helper methods, creating complex SQL ASTs becomes straightforward and intuitive.
40
41
```ts
42
-import { CreateStmt, ColumnDef } from '@pgsql/types/types/wrapped';
+import ast, { CreateStmt, ColumnDef } from '@pgsql/utils';
43
import { deparse } from 'pgsql-deparser';
44
-import ast from '@pgsql/utils';
45
46
const newColumn: ColumnDef = ast.columnDef({
47
colname: 'id',
0 commit comments