taozhi8833998 / node-sql-parser

Parse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL
https://taozhi8833998.github.io/node-sql-parser/
Apache License 2.0
816 stars 181 forks source link

feature request: `create procedure` for mysql #2192

Open croconut opened 3 weeks ago

croconut commented 3 weeks ago

not sure how useful this would be for other people - i mostly want to be able to pull procedure definitions apart, inspect what tables / views they require defined.

brainsiq commented 2 days ago

Related: drop procedure is also not supported for mysql but is for other dialects.