(Slightly off topic) SQL syntax to HTML
Does anybody have or knows where I can find some module/function to "pretty print" some SQL strings to HTML. Just like there's py2html, but sql2html for python. I'm asking the Zope people because in Zope you very often output HTML and often use SQL. Peter
Peter Bengtsson wrote:
Does anybody have or knows where I can find some module/function to "pretty print" some SQL strings to HTML. Just like there's py2html, but sql2html for python.
There are many out there, my favourite is Silvercity http://silvercity.sourceforge.net/ which includes 20 languages, one of them SQL. -- Andy McKay http://www.agmweb.ca
On Wed, Jun 25, 2003 at 11:37:42PM +0100, Peter Bengtsson wrote:
Does anybody have or knows where I can find some module/function to "pretty print" some SQL strings to HTML. Just like there's py2html, but sql2html for python.
I'm asking the Zope people because in Zope you very often output HTML and often use SQL.
I use vim for this. Any language that it can syntax-color (dozens upon dozens) you can output to HTML. - j.
participants (3)
-
Andy McKay -
Joel Burton -
Peter Bengtsson