Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai authored Mar 2, 2024
1 parent 213bb8b commit c0c1503
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
**liteJQ** is an SQLite extension, written in C, that brings `jq` support to SQLite.
It uses vanilla `libjq`.

## Motivation

SQLite has been supporting JSON operators for years. Complex queries, however, involving JSON can be more cumbersome to write and understand, especially when compared to more complex systems like PostgreSQL. **liteJQ** attempts to alleviate that by bringing the expressive power of jq into SQLite.

## Installation

```sh
Expand Down

0 comments on commit c0c1503

Please sign in to comment.