Open siddharthsambharia-portkey opened 3 months ago
@VisargD can i work on this
Sure. Assigning the issue to you. Thanks!
@vrushankportkey Looks like no activity here as well, can I take this up?
Question: What is the scope of this, do we consider about DB specific syntaxes here? or just a regular SQL only. And is it okay to use js sql parser kind of package for this.
I'm thinking to use node-sql-parser, as it comes with support of 13 DBs. But looks like bundle size is bit heavier: .
Hi @5war00p please take it up! Yes we would like the bundle size to be as small as possible. @VisargD thoughts?
Yeah makes sense, I'm not sure whether it is tree-shakable or not. We should validate that as well, if we are choosing some package.
What Would You Like to See with the Gateway?
Plugin Name: Valid SQL Plugin Description: Validates whether the given SQL code is syntactically correct
Here is the Contributing Guide for Plugin