From 2aafc75e248fc91f33b18e3628f5484156870445 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 5 Apr 2021 18:51:26 +0300 Subject: [PATCH] doc: sqlite-plus -> sqlean --- README.md | 6 +++--- docs/re.md | 2 +- docs/stats.md | 2 +- docs/unicode.md | 2 +- docs/vsv.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b8b90b4..6c167bf 100644 --- a/README.md +++ b/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: @@ -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 diff --git a/docs/re.md b/docs/re.md index a32b192..dfc9763 100644 --- a/docs/re.md +++ b/docs/re.md @@ -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) diff --git a/docs/stats.md b/docs/stats.md index 91b2422..116ef42 100644 --- a/docs/stats.md +++ b/docs/stats.md @@ -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 diff --git a/docs/unicode.md b/docs/unicode.md index 769e975..312d70a 100644 --- a/docs/unicode.md +++ b/docs/unicode.md @@ -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 diff --git a/docs/vsv.md b/docs/vsv.md index d4422ce..aa47409 100644 --- a/docs/vsv.md +++ b/docs/vsv.md @@ -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