Skip to content

Commit

Permalink
doc: download links
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Mar 18, 2021
1 parent 3d582ba commit c7eb385
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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](/nalgeon/sqlite-plus/releases/latest) for every OS:

- `*.dll` - for Windows
- `*.so` - for Linux
Expand Down
4 changes: 3 additions & 1 deletion docs/stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Provides following functions:
- `variance` or `var_samp` - sample variance,
- `var_pop` - population variance.

Usage:
[Download](/nalgeon/sqlite-plus/releases/latest)

## Usage

```
sqlite> .load sqlite3-stats;
Expand Down
4 changes: 4 additions & 0 deletions docs/unicode.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This extension implements true UNICODE functionality for SQLite in regards of ca

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

[Download](/nalgeon/sqlite-plus/releases/latest)

## Usage

Before:

```
Expand Down
4 changes: 3 additions & 1 deletion docs/vsv.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ 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.

Usage:
[Download](/nalgeon/sqlite-plus/releases/latest)

## Usage

```sql
create virtual table temp.vsv using vsv(...);
Expand Down

0 comments on commit c7eb385

Please sign in to comment.