mmkal / pgkit

PostgreSQL🤝TypeScript monorepo. SQL client/admin UI/smart migrator/type generator/schema inspector

Home Page:https://pgkit.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[typegen] ignore-next-line/replace-next-line directive

mmkal opened this issue · comments

Would be nice to be able to manually override the tool's view of the sql statement in cases where it can't infer a type, rather than throwing the whole query out. For example if you do select * from ${sql.identifier(['users'])} it won't be able to find a type.