Skip to content

Commit 703315e

Browse files
committed
updated README
1 parent 2e63cf0 commit 703315e

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<a href="https://sqlpkg.org/?q=stackql/json_equal">
22
<img src="https://img.shields.io/badge/sqlpkg-stackql/json_equal-blue">
33
</a>
4+
<a href="https://sqlpkg.org/?q=stackql/regexp">
5+
<img src="https://img.shields.io/badge/sqlpkg-stackql/regexp-blue">
6+
</a>
7+
<a href="https://sqlpkg.org/?q=stackql/split_part">
8+
<img src="https://img.shields.io/badge/sqlpkg-stackql/split_part-blue">
9+
</a>
410
<a href="https://github.com/stackql/sqlite-ext-functions/actions/workflows/build.yml">
511
<img src="https://github.com/stackql/sqlite-ext-functions/actions/workflows/build.yml/badge.svg" alt="Build Status">
612
</a>
File renamed without changes.

sqlpkg/regexp.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"owner": "stackql",
3+
"name": "regexp",
4+
"version": "1.0.5",
5+
"homepage": "https://github.com/stackql/sqlite-ext-functions/blob/main/docs/regexp.md",
6+
"repository": "https://github.com/stackql/sqlite-ext-functions",
7+
"authors": ["Jeffrey Aven"],
8+
"license": "MIT",
9+
"description": "A SQLite extension for working with regular expressions using the tiny-regex-c library. Provides functions for pattern matching and manipulation of strings within SQL queries.",
10+
"keywords": ["regexp", "regexp_like", "regexp_replace", "regexp_substr", "regular expressions", "pattern matching", "string manipulation", "tiny-regex-c"],
11+
"assets": {
12+
"files": {
13+
"darwin-amd64": "stackql-sqlite-ext-functions-macos-universal.zip",
14+
"darwin-arm64": "stackql-sqlite-ext-functions-macos-universal.zip",
15+
"linux-amd64": "stackql-sqlite-ext-functions-linux-amd64.zip",
16+
"windows-amd64": "stackql-sqlite-ext-functions-windows-amd64.zip"
17+
}
18+
}
19+
}
20+

sqlpkg/split_part.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"owner": "stackql",
3+
"name": "split_part",
4+
"version": "1.0.5",
5+
"homepage": "https://github.com/stackql/sqlite-ext-functions/blob/main/docs/split_part.md",
6+
"repository": "https://github.com/stackql/sqlite-ext-functions",
7+
"authors": ["Jeffrey Aven"],
8+
"license": "MIT",
9+
"description": "A SQLite extension for splitting strings into parts using a specified separator, PostgreSQL compatible, supporting negative indexes.",
10+
"keywords": ["split_part", "string manipulation", "string splitting", "PostgreSQL compatible", "negative indexes"],
11+
"assets": {
12+
"files": {
13+
"darwin-amd64": "stackql-sqlite-ext-functions-macos-universal.zip",
14+
"darwin-arm64": "stackql-sqlite-ext-functions-macos-universal.zip",
15+
"linux-amd64": "stackql-sqlite-ext-functions-linux-amd64.zip",
16+
"windows-amd64": "stackql-sqlite-ext-functions-windows-amd64.zip"
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)