# RedBeardLab/rediSQL

Redis module that provides a completely functional SQL database

Repository: https://github.com/RedBeardLab/rediSQL
Canonical: https://ross.abutalabs.com/products/redisql
Homepage: https://redisql.com
Language: C
License: NOASSERTION
License Family: other
Topics: redisql, sql, sqlite3, redis, in-memory, rust
Archived: true
Last push: 2021-07-11T11:17:04+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3572, "days_push": 1879, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1547, forks 149 (observed 2026-08-28T04:05:01.678920+00:00)

## What it is
RediSQL is a Redis module that embeds a fully functional SQL database (SQLite-based) into Redis, allowing standard SQL queries through the Redis protocol. It supports fast in-memory operations, lightweight per-tenant databases, on-disk persistence, and streaming query results, but is no longer maintained in favor of its successor zeeSQL.

## Use cases
- run SQL queries inside Redis
- in-memory SQL database with Redis persistence
- create lightweight per-tenant or per-user databases
- store transient data in SQL and discard it easily
- stream SQL query results to multiple clients via Redis Streams
- expose a SQL database directly to end users instead of building an API

## When to choose
- you already run Redis and want SQL capabilities without a separate database server
- you need very fast in-memory SQL inserts (up to 130k/sec)
- you want many small isolated SQL databases for tenants or users
- you want Redis RDB/AOF persistence backing a SQL engine

## When to avoid
- you need a maintained project - it is explicitly unmaintained in favor of zeeSQL
- you need a general-purpose relational database with full SQL feature set like Postgres
- you cannot run Redis modules or load third-party binaries
- you need strict licensing clarity - the license is non-standard

## Facets
- artifact type: library
- maturity: abandoned
- function: database, caching
- domain: databases, backend, developer-tools
- platform: self-hosted
- tags: redis-module, sqlite, sql-database, in-memory-database, superseded-by-zeesql, in-memory, linux, macos, docker

## Member repositories
- RedBeardLab/rediSQL (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:01.678920+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:30:27.905168+00:00, confidence not recorded.
  - readme: https://github.com/RedBeardLab/rediSQL (fetched 2026-08-28T04:05:01.678920+00:00, sha 366a66cd19c2)
  - homepage: https://redisql.com (fetched 2026-08-29T11:31:15.821773+00:00, sha 50f81f7e11e0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
