clickhouse-cl is an open-source project, and we welcome any contributions from the community. Please share your ideas, contribute to the codebase, and help us maintain up-to-date documentation.
- Follow this Getting Started to set everything up. In the end you must have QuickLisp installed, this is how clickhouse-cl is installed.
cd your-quicklisp-local-projects-directory
git clone https://github.com/[YOUR_USERNAME]/clickhouse-cl
In your Common Lisp REPL:
CL-USER> (ql:quickload :clickhouse)
....................
...lots of output...
....................