this just came out recently

http://code.google.com/p/python-sqlparse/


On Apr 24, 2009, at 9:36 PM, Jarrod Chesney wrote:

>
> Hi all again.
>
> I have a program that has a UI and allows the user to do some data or
> metadata manipulations. This is ok if the user (me) wants to make a
> couple of changes, The changes have to go through my program as has a
> form of metadata version control in it.
>
> This could become quite tedious if heaps of changes are required and i
> was thinking of making my program understand SQL so the user (me
> again) can issue the SQL as an alterate form of input. The SQL would
> be interpreted by my program and not passed to a database.
>
> So my program would become a SQL server of sorts.
>
> Does anyone know of any existing python code that interprets SQL?
> Google hasn't helped.
> Otherwise, I'll write one myself.
>
> Thanks
>
>
> On Apr 23, 10:09 am, Jarrod Chesney <jarrod.ches...@gmail.com> wrote:
>> Hi All
>> From what i understand, The Dialect objects in sqlalchemy construct
>> SQL statements from objects constructed in SQLA (ORM, ect)
>>
>> What can i use to interpret SQL and turn it back into SQLA (or other)
>> objects?
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to