sql-autocomplete
sql-autocomplete copied to clipboard
Autocomplete recommendations for SQL statements
When I added the lib to my react project I get the error in my browser console: ``` ./node_modules/.pnpm/[email protected]/node_modules/antlr4ts/misc/InterpreterDataReader.js 17:11-24 Module not found: Error: Can't resolve 'fs' in 'D:\frontend\node_modules\.pnpm\[email protected]\node_modules\antlr4ts\misc' ```
example: select na from tb1 a left join tb2 b a.code=b.code。 Enter na, how to get the table name: tb1 and tb2, more complex sql, may contain nesting, how to...
Hi, Iam only using SQLDialect.PLpgSQL through the following imports import {SQLAutocomplete, SQLDialect} from "sql-autocomplete"; and using webpack to bundle for production package but it seems the result package include all...