Skip to content

Commit

Permalink
readme: update features section
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-wa authored Jan 21, 2022
1 parent 58e41f0 commit 4cca614
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,25 @@ cq aims to:

## Features

- Comes with [Specter](https://github.com/redplanetlabs/specter) (`(s/...)`), [medley](https://github.com/weavejester/medley) (`(m/...)`), [camel-snake-kebab](https://clj-commons.org/camel-snake-kebab/) (`(csk/...)`) & [xml-in](https://github.com/tolitius/xml-in) (`(xml/...)`) for transforming nested data structures and utilities
- Various [reader macros](#reader-macros) that make writing queries easier
- [Threading macro redirection](#threading-macro-redirection) reduces need for parentheses
- Supports all elements of Clojure that are supported by [SCI](https://github.com/borkdude/sci)
- No startup lag thanks to GraalVM native-images
- Data Formats: EDN, YAML, JSON, XML, MsgPack, CSV, Cognitec's Transit format, Text (raw and line-separated)
- Data Formats:
- EDN
- YAML
- JSON
- XML
- MsgPack
- CSV
- Cognitec's Transit format
- Text (raw and line-separated)
- [Various reader macros](#reader-macros) that make writing queries easier
- [Threading macro redirection](#threading-macro-redirection) reduces need for parentheses
- Coloured output / syntax highlig for EDN output
- No startup lag thanks to GraalVM native-images
- Comes batteries-included with the following libraries for transforming nested data structures and utilities
- [specter](https://github.com/redplanetlabs/specter) (`(s/...)`)
- [medley](https://github.com/weavejester/medley) (`(m/...)`)
- [camel-snake-kebab](https://clj-commons.org/camel-snake-kebab/) (`(csk/...)`)
- [xml-in](https://github.com/tolitius/xml-in) (`(xml/...)`)

## Installation

Expand Down

0 comments on commit 4cca614

Please sign in to comment.