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

826 B

id, aliases, title, tags, dg-publish, date-created, daily, weekly, monthly, quarterly, yearly
id aliases title tags dg-publish date-created daily weekly monthly quarterly yearly
2026-03-06T12:20:32-05:00
2026-03-06 12:20:32
authorship/original
destiny/permanent
status/draft
type/timestamped
true 2026-03-06T12:20:32-05:00 2026-03-06 2026-W10 2026-03 2026-Q1 2026

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);