Ross ROSS = Recommend OSS · open-source software intelligence for agents

x-ream/sqli

orm sql query builder, API: QB, QB.X, QrB observed · 2026-08-28

github.com/x-ream/sqli · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

65/100

  • Activity 94
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2205
  • days_rel: n/a
  • days_push: 40
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1712 stars · 802 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

sqli is a Java SQL query builder and lightweight ORM programming interface with fluent APIs (QB, QB.X, QrB) for building typed and Map-based queries. It integrates with existing frameworks such as Spring Boot via the x7 starter, supporting repositories, pagination, batch operations, and multiple SQL dialects.

Use cases

  • build SQL queries programmatically in Java without writing raw SQL
  • query MySQL, ClickHouse, Presto, Impala, or TDengine from a Spring Boot app
  • create paginated list and find queries with a fluent query builder
  • perform batch inserts and upsert-style createOrReplace operations
  • run join queries returning Map records with QB.X
  • stream large query results with a row handler

When to choose

  • you want a lightweight SQL builder/ORM layer on the JVM instead of a full heavyweight ORM
  • your project targets multiple SQL dialects like MySQL, ClickHouse, Presto, Impala, or TDengine
  • you prefer fluent query construction (QB/QB.X) with repository-style data access in Spring Boot

When to avoid

  • you need a full-featured ORM with JPA/Hibernate features like lazy loading and caching
  • you are not on the JVM or not using Java
  • you want auto-generated schema migrations or self-incrementing key returns, which are not supported

Facets

library · maturity active

orm database database-driver databases backend developer-tools jvm query-builder sql-builder jdbc mysql clickhouse presto impala tdengine fluent-api spring

1 source

Member repositories

RepositoryRoleHealth v2
x-ream/sqlimain65

For agents

markdown · JSON · MCP: product_card(name="x-ream/sqli")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem