Datasette 1.0a39 and 0.65.4 security releases
Datasette releases security patches 1.0a39 and 0.65.4, fixing subtle bugs found via AI-assisted audits for public instances.
Datasette releases security patches 1.0a39 and 0.65.4, fixing subtle bugs found via AI-assisted audits for public instances.
Release notes for github-to-sqlite 2.9.1, a tool that saves GitHub data into a SQLite database, with a fix for sqlite-utils 4.x compatibility.
A Linux pattern where a SQLite database file is made executable using ELF format and binfmt_misc.
sqlite-utils 4.2.1 fixes a crashing bug caused by missing typing-extensions dependency and adds a smoke test for CLI without dev dependencies.
sqlite-utils 4.2 release: Python CLI/library for SQLite, enhancing table.transform() with better schema preservation and new introspection features.
A daily tech news roundup covering AI, .NET, web development, and developer tools with links to articles and resources.
Introducing Fisher, a SQLite-backed document database and event store for .NET, offering Marten-like developer experience without a database server.
Datasette plugin 0.5a0 adds a formal API to upload and atomically swap SQLite databases, enabling automated deployment from CI.
Comparison of SQLite prototypes for storing compressed text revision histories using whole-blob vs chunked compression strategies.
Release notes for sqlite-utils 3.39.1, a Python CLI and library for SQLite database manipulation, with a backported fix.
Interactive SQLite query explainer tool that annotates EXPLAIN and EXPLAIN QUERY PLAN output with plain-English descriptions.
Interactive browser tool that explains SQLite query execution with plain-English annotations for EXPLAIN and EXPLAIN QUERY PLAN output.
Learning practical tips for running SQLite in production, including ANALYZE for query performance and handling cleanup operations.
Lobste.rs migrated from MariaDB to SQLite, improving performance and reducing costs.
Lobste.rs migrates from MariaDB to SQLite, achieving lower CPU/memory usage and reduced costs.
DOOMQL is a Doom-like game built with SQLite as the game engine, using recursive CTEs for ray tracing and Python for terminal play.
DOOMQL is a Doom-like game built using SQLite as the game engine, with ray tracing via recursive CTEs, playable in a Python terminal.
Release notes for sqlite-utils 4.1.1, a Python CLI and library for SQLite, fixing a foreign key transaction edge case.
sqlite-utils 4.1.1 release fixes foreign key edge case in table.transform() and improves documentation cross-references.
sqlite-utils 4.1 release: new CLI features like --code for inserts, --type for column types, drop-index command, strict mode support, and more.