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

Topic - Edition

Java

3 items on 29 Aug 2026
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