Skip to content

Instantly share code, notes, and snippets.

@AlBaker
Created April 7, 2014 19:50
Show Gist options
  • Save AlBaker/10039743 to your computer and use it in GitHub Desktop.
Save AlBaker/10039743 to your computer and use it in GitHub Desktop.
(let [c (connect test-db-spec)]
(with-transaction [c]
(insert! c ["urn:test" "urn:test:clj:prop2" "Hello World"])
(insert! c ["urn:test" "urn:test:clj:prop2" "Hello World2"]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment