postgres-language-server
postgres-language-server copied to clipboard
support ts / js files in the cli
using oxc, we should be able to extract sql code from template literals and provide language intelligence features for it. note that this is only for the CLI entry point. the language server should be handled by #176.