Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Mar 3, 2024
1 parent c0c1503 commit 5bfc68c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ 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.
SQLite has been supporting JSON 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

Expand Down

0 comments on commit 5bfc68c

Please sign in to comment.