BareFeet wrote:
> 
> Do you have or know where to find some regex (regular expressions) for  
> parsing SQLite statements such as create table, create trigger etc  
> into their component parameters?
> 
> 
> I am only accessing SQLite from scripting environments such as  
> sqlite3, perl, AppleScript, PHP, not C.
> 

You might be interested in the Pyparsing module at 
http://pyparsing.wikispaces.com/ for use with Python. It has lots of 
examples to help get you started.

HTH
Dennis Cote
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to