lighthouse
lighthouse copied to clipboard
Easy clojure relational database queries, migrations and connection pooling
Results
1
lighthouse issues
Sort by
recently updated
recently updated
newest added
Hi, `(lighthouse.core/insert conn {:person/name "Gen Eric"})` returns (1) if it succeded. In the readme at insert I found this: "p is auto-resolved to (get p :person/id)". So what do I...