Skip to content

metabase/macaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1253962 Β· Apr 23, 2024

History

28 Commits
Mar 21, 2024
Feb 27, 2024
Feb 12, 2024
Feb 20, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
Apr 8, 2024
Feb 12, 2024
Apr 23, 2024
Feb 12, 2024
Feb 28, 2024
Feb 27, 2024
Mar 21, 2024

Repository files navigation

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.