Skip to content
TILens What matters today in tech v0.0.9
Theme

Daily edition · Java

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

29 Aug 2026 edition
Java

Running DuckDB’s JDBC Driver in a GraalVM Native Image

DuckDB is an in-process analytical database. You add one JAR to a Java project and get a SQL engine that reads CSV, Parquet, and JSON files directly, with no server to run. GraalVM Native Image compiles a Java program…

Source: Foojay Today Geertjan Wielenga
Java

SQLite Across Every Port: One Contract, One Encrypted File Format

Codename One now runs the same tested SQLite contract across Android, iOS, JavaScript, Windows, Linux, watchOS, tvOS, and the simulator, with passphrase, managed-key, and raw-key encryption. The post SQLite Across Every…

Source: Foojay Today Shai Almog