RFC Reader
Clean RFC reader, but the RFC Editor already exists and this adds no new capabilities.
SCIM filter expression to parameterized SQL converter
Turns RFC 7644 filter strings into safe, named-parameter SQL with Postgres-specific casts (UUID, timestamptz, jsonb) and JSON containment via @>. It also exposes a compareFilterBuilder hook to customize SQL output for other databases, which makes it immediately useful for identity services even though it's narrowly scoped to Java+Postgres.
Backend developers and engineers building identity/user-management systems or SCIM-backed APIs (Java shops).
Clean RFC reader, but the RFC Editor already exists and this adds no new capabilities.
Hard-coded DROP command blocks beat prompt engineering for database safety.
DataFusion-powered federated SQL with REST API generation, but Trino and Starburst already dominate this space.
Java Vector API beats DuckDB on 35/46 queries; O(1) table branching via structural sharing.
Comprehensive version parsing, but Apache Commons and language-specific parsers already exist.
Injection-proof filter language with cross-language parity in Go, Python, and JS.