sqlparser
sqlparser copied to clipboard
Clarify which exact SQL syntaxes are supported
Thank you for providing a tremendously helpful library for managing SQL code! Could you help identify exactly which SQL dialects are supported?
For example, is sqlparser limited to MySQL? Or does it support PostgreSQL? What about MSSQL? SQLite?
And what of the different ISO SQL standards? Is sqlparser up to date with any of the particular ISO SQL standard editions?
Thanks again for providing the open source community with sqlparser, a valuable system.
Yes, we should make that clearer. But incase you are asking. It is limited to the MySQL syntax.