Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.03 KB

License GitHub last commit

Clojars Project

Macaw logo

Macaw

Macaw is a limited Clojure wrapper for JSqlParser. Similar to its parrot namesake, it's intelligent, can be taught to speak SQL, and has many colors (supports many dialects).

Building

To build a local JAR, use

./bin/build-jar

This will create a JAR in the target directory.

Working with the Java files

To compile the Java files, use

./bin/java-compile

If you're working on Macaw and make changes to a Java file, you must:

  1. Recompile
  2. Restart your Clojure REPL

for the changes to take effect.