Does anybody know python module for sql parsing?
Sql Parser
Collapse
This topic is closed.
X
X
-
Sergey EiznerTags: None -
raviteja.bhupatiraju@gmail.com
Re: Sql Parser
You could use PyParsing.
People don't normally parse SQL unless they are building a query engine
itself. Perhaps it is something else that you want? Could you elaborate
the task?
-
Alex Martelli
Re: Sql Parser
Sergey Eizner <eizners@hotmai l.com> wrote:
[color=blue]
> Does anybody know python module for sql parsing?[/color]
<http://gadfly.sourcefo rge.net/gadfly.html> has one.
Alex
Comment
Comment