Sql Parser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sergey Eizner

    #1

    Sql Parser

    Does anybody know python module for sql parsing?


  • raviteja.bhupatiraju@gmail.com

    #2
    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?

    Comment

    • Alex Martelli

      #3
      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

      Working...