Skip to content

Commit

Permalink
doc: sqlite-plus -> sqlean
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Apr 5, 2021
1 parent cda9880 commit 2aafc75
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,10 +1,10 @@
# SQLite Plus: all the missing SQLite functions
# `sqlean`: all the missing SQLite functions

SQLite has very few functions compared to other DBMS. SQLite authors see this as a feature rather than a bug, because SQLite has extension mechanism in place.

There are a lot of SQLite extensions out there, but they are incomplete, inconsistent and scattered across the internet.

SQLite Plus brings them all together, neatly packaged by domain modules and built for Linux, Windows and macOS.
`sqlean` brings them all together, neatly packaged by domain modules and built for Linux, Windows and macOS.

Here is what we've got right now:

Expand All @@ -15,7 +15,7 @@ Here is what we've got right now:

## Download

There are [precompiled binaries](https://github.com/nalgeon/sqlite-plus/releases/latest) for every OS:
There are [precompiled binaries](https://github.com/nalgeon/sqlean/releases/latest) for every OS:

- `*.dll` - for Windows
- `*.so` - for Linux
Expand Down
2 changes: 1 addition & 1 deletion docs/re.md
Expand Up @@ -82,4 +82,4 @@ sqlite> .load sqlite3-re;
sqlite> select regexp_like('abcdef', 'b.d');
```

[Download](https://github.com/nalgeon/sqlite-plus/releases/latest)
[Download](https://github.com/nalgeon/sqlean/releases/latest)
2 changes: 1 addition & 1 deletion docs/stats.md
Expand Up @@ -17,7 +17,7 @@ Provides following functions:
- `variance` or `var_samp` - sample variance,
- `var_pop` - population variance.

[Download](https://github.com/nalgeon/sqlite-plus/releases/latest)
[Download](https://github.com/nalgeon/sqlean/releases/latest)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/unicode.md
Expand Up @@ -10,7 +10,7 @@ Overrides the default NOCASE case-insensitive collation sequence to support UTF-

Has no external dependencies (like libicu). Adapted from [sqlite3_unicode](https://github.com/Zensey/sqlite3_unicode) by Anton Litvinov.

[Download](https://github.com/nalgeon/sqlite-plus/releases/latest)
[Download](https://github.com/nalgeon/sqlean/releases/latest)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/vsv.md
Expand Up @@ -4,7 +4,7 @@ Provides virtual table for working directly with CSV files, without importing da

Adapted from [vsv.c](http://www.dessus.com/files/vsv.c) by Keith Medcalf.

[Download](https://github.com/nalgeon/sqlite-plus/releases/latest)
[Download](https://github.com/nalgeon/sqlean/releases/latest)

## Usage

Expand Down

0 comments on commit 2aafc75

Please sign in to comment.