`db` library doesn't seem to provide support for executing batch statements 
against a database. I'm trying to initialize and create an in-memory SQLite3 
database using a SQL schema file. `query-exec` and its friends only support 
executing single SQL statements. 

Reading documentation isn't showing me a way to be able to execute more than 
one statement at once or allow a SQL text file to be read in and executed. Does 
anyone know a better method?

Thanks!

Alexander B. McLin

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to