Skip to content

Commit 2e63cf0

Browse files
committed
updated README
1 parent 83f19d7 commit 2e63cf0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a href="https://sqlpkg.org/?q=stackql/json_equal">
2+
<img src="https://img.shields.io/badge/sqlpkg-stackql/json_equal-blue">
3+
</a>
4+
<a href="https://github.com/stackql/sqlite-ext-functions/actions/workflows/build.yml">
5+
<img src="https://github.com/stackql/sqlite-ext-functions/actions/workflows/build.yml/badge.svg" alt="Build Status">
6+
</a>
7+
<a href="https://github.com/stackql/sqlite-ext-functions/actions/workflows/publish.yml">
8+
<img src="https://github.com/stackql/sqlite-ext-functions/actions/workflows/publish.yml/badge.svg" alt="Publish Status">
9+
</a>
10+
111
# SQLite Extended Functions for StackQL
212

313
Extended SQLite functions for StackQL providing additional capabilities for JSON manipulation, regular expressions, and string splitting.
@@ -59,6 +69,8 @@ After compilation, you can load the extensions in your SQLite shell using:
5969
.load '/path/to/dist/split_part'
6070
```
6171

72+
Alternatively, you can download the extensions from [__sqlpkg__](https://sqlpkg.org/?q=stackql%2Fjson_equal).
73+
6274
## Usage
6375

6476
### JSON Functions

json_equal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "https://github.com/stackql/sqlite-ext-functions",
77
"authors": ["Jeffrey Aven"],
88
"license": "MIT",
9-
"description": "A SQLite extension for comparing JSON strings for equivalence, allowing developers to perform advanced JSON operations directly within SQL queries.",
9+
"description": "A SQLite extension for comparing JSON strings (objects or arrays) for equivalence within SQL queries.",
1010
"keywords": ["JSON", "JSON comparison", "JSON equality", "json_equal"],
1111
"assets": {
1212
"files": {

0 commit comments

Comments
 (0)