15 lines
669 B
Markdown
15 lines
669 B
Markdown
# squirrel-parse
|
|
|
|
A Clojure library designed to parse SQL files into usable Clojure data structures, for automatic generation of things like [HugSQL](https://www.hugsql.org/) and [SQL Korma](http://sqlkorma.com/) (etc) boilerplate code.
|
|
|
|
## Usage
|
|
|
|
You can't use this yet. It doesn't work. When it does work it's likely that it will initially support only the bits of Postgres SQL that I habitually use; however I hope that it will be sufficiently adaptable that you can tailor it for your preferred variety of SQL.
|
|
|
|
## License
|
|
|
|
Copyright © 2018 Simon Brooke
|
|
|
|
Distributed under the terms of the
|
|
[GNU General Public License v2](http://www.gnu.org/licenses/gpl-2.0.html)
|