[racket] A language mode for SQL

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Thu May 9 12:34:08 EDT 2013

There have been several SQL-in-sexp libraries over the years.  When done 
as Racket syntax extension, they can do some compile-type syntax 
checking.  They also can automatically do escaping of values to avoid 
SQL injection attacks.   The library I've used most recently is 
unfortunately closed source, but there were others for PLT Scheme in the 
past; try Googling.

Neil V.


Posted on the users mailing list.