SQLite BLOB literals
I wanted to construct a string of SQL that would return a blob value:
100 words
|
1 minute
Configuring Django SQL Dashboard for Fly PostgreSQL
I have a Fly application that uses their PostgreSQL service. I wanted to run [Django SQL Dashboard]() with a read-only user against that database.
463 words
|
2 minutes
Summing columns in remote Parquet files using DuckDB
[vivym/midjourney-messages](https://huggingface.co/datasets/vivym/midjourney-messages) on Hugging Face is a large (~8GB) dataset consisting of 55,0...
2149 words
|
11 minutes
Export a Mastodon timeline to SQLite
I've been playing around with [the Mastodon timelines API](https://docs.joinmastodon.org/methods/timelines/). It's pretty fun!
314 words
|
2 minutes
Natural Earth in SpatiaLite and Datasette
Natural Earth ([website](https://www.naturalearthdata.com/), [Wikipedia](https://en.wikipedia.org/wiki/Natural_Earth)) is a a public domain map dat...
348 words
|
2 minutes
Using tree-sitter with Python
[tree-sitter](https://tree-sitter.github.io/tree-sitter/) is a "parser generator tool and an incremental parsing library". It has a very good reput...
751 words
|
4 minutes
Using the gcloud run services list command
The `gcloud run services list` command lists your services running on Google Cloud Run:
347 words
|
2 minutes
Annotated package.json for idb-keyval
Jake Archibald [pointed to](https://twitter.com/jaffathecake/status/1491771402294370306) his `package.json` for `idb-keyval` as a "modernish exampl...
777 words
|
4 minutes