Back to browse
GitHub Repository

SCIM filter expression to parameterized SQL converter

5 starsJava

SCIM filters to parameterized Postgres SQL for modern Java

by uday_singlr·Feb 17, 2026·1 point·0 comments

AI Analysis

MidNiche GemSolve My Problem
The Take

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.

Target Audience

Backend developers and engineers building identity/user-management systems or SCIM-backed APIs (Java shops).

Similar Projects