Files
zmVault/timestamped/2026-03-06_12-20-32.md
T

639 B

id, title, tags, date-created, daily
id title tags date-created daily
2026-03-06T12:20:32-0500 2026-03-06 12:20:32
status/draft
2026-03-06T12:20:32-05:00 2026-03-06

2026-03-06 12:20:32

Sqlean

Sqlean is a sqlite extension implementing an opinionated list of helper functions.

Installation

Sqlean and its companion shell can be installed via your favorite package-managers.

choco install sqlean sqlean-shell

The extension can be loaded into the vanilla SQLite shell via .load,

Usage

sqlean> SELECT MEDIAN(VALUE) FROM GENERATE_SERIES(1, 99);