Skip to content

Instantly share code, notes, and snippets.

@joshrotenberg
Created November 20, 2012 02:17
Show Gist options
  • Select an option

  • Save joshrotenberg/4115518 to your computer and use it in GitHub Desktop.

Select an option

Save joshrotenberg/4115518 to your computer and use it in GitHub Desktop.
see if raw/exec-raw works with korma and h2
(use 'korma.core 'korma.db)
(defdb mydb {:classname "org.hd.Driver" :protocol "file" :subprotocol "h2" :subname "./tmp/mydb"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment