Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 341 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 341 Bytes

Gosh-hawk

GoshawkDB client for Clojure

Quick Start

Install boot

$ boot repl

boot.user=> (require 'gosh-hawk.api)
boot.user=> (in-ns 'gosh-hawk.api)
gosh-hawk.api=> (def conn (connect (read-certs "...") "localhost"))
gosh-hawk.api=> (with-transaction conn ...)

License

Apache 2.0 - See LICENSE