dhruvbhatia / hugsql

A Clojure library for embracing SQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HugSQL

alt tag

A Clojure library for embracing SQL.

Documentation

Full documentation is at hugsql.org

API Documentation

API Docs

Recent Changes

0.4.0

  • Escape colon in SQL (issue #13)
  • def-db-fns-from-string & def-sql-fns-from-string (issue #16)
  • Added several functions that operate on individual SQL statements, which are useful at the REPL or for one-off composing. (See Other Useful Functions)
  • Specify a function as private and other metadata (issue #17)
  • Better support for Returning Execute and Insert w/ Return Keys (See Insert Usage) (issues #8 and #15)
  • Clojure Expressions
  • Snippets
  • Parameter Name Deep-Get for drilling down into parameter data
  • Better docs & tests

See CHANGELOG for more

License

Copyright © 2016 Layerware, Inc.

Distributed under the Apache License, Version 2.0

About

A Clojure library for embracing SQL

License:Apache License 2.0


Languages

Language:Clojure 100.0%