Target Audience: you have 10 minutes and you're familiar with libraries 
that do SQL kinda like this:

(from i "Item"
      (where i".ReleaseDate > '2018-01-01'")
      (select i".ItemName"))

Article: 
https://github.com/default-kramer/plisqin/wiki/Towards-Better-Relational-Query-Language

Context: Plisqin is my SQL generation library, but I think of it as an 
"alternate query language" because theoretically it doesn't have to 
generate SQL. (But it probably always will.)

I'm gearing up to release Plisqin 0.3 and want to improve my documentation. 
If I can't explain these concepts to fellow Racketeers, I don't stand a 
chance of explaining them to the general public.

Thanks for any feedback!

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/1ec9475b-2d0c-42f2-99eb-ede13075295c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to