vault backup: 2026-03-09 15:01:01

This commit is contained in:
2026-03-09 15:01:01 -04:00
parent ed9e9838e2
commit c7d71d7689
42 changed files with 462 additions and 48 deletions
+18 -1
View File
@@ -17,8 +17,25 @@ yearly: "[[2026]]"
---
# 2026-03-06 12:20:32
[sqlean](https://github.com/nalgeon/sqlean)
## Sqlean
[Sqlean](https://github.com/nalgeon/sqlean)
is a [[sqlite|SQLite]] extension
implementing an opinionated list of helper functions.
### Installation
Sqlean and its companion shell can be installed
via your favorite [[package-managers|package manager]].
```sh
choco install sqlean sqlean-shell
```
The extension can be loaded into the vanilla SQLite shell via `.load`,
### Usage
```sqlite
sqlean> SELECT MEDIAN(VALUE) FROM GENERATE_SERIES(1, 99);
```