sql icon indicating copy to clipboard operation
sql copied to clipboard

Embedding of some of SQL into Racket

Results 12 sql issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm attempting to write macros that expand to sql expressions. The sql grammar is complex and I have no way to validate the input to my macros are well formed....

First, this is a fantastic library -- thanks! I only discovered it yesterday so I'm still wrapping my head around it, but the documentation is really good. The only wall...