# gluesql/gluesql

GlueSQL is quite sticky. It sticks to anything.

Repository: https://github.com/gluesql/gluesql
Canonical: https://ross.abutalabs.com/products/gluesql
Homepage: https://gluesql.org/docs
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: rust, sql, webassembly, websql, database, nosql, schemaless, storage
Last push: 2026-08-24T08:35:21+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 33, longevity 100
- inputs: {"age_days": 2457, "days_push": 9, "days_rel": 234, "gap_med": 199.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3112, forks 279 (observed 2026-08-28T04:07:43.991627+00:00)

## What it is
GlueSQL is an open-source SQL database engine written in Rust, packaged as a library with a parser, execution layer, and swappable storage backends. It supports both SQL and a query builder, works with structured and schemaless data, and compiles to WebAssembly for browser use.

## Use cases
- add SQL query support to a NoSQL or custom storage backend
- embed a SQL database in a Rust application
- run SQL queries in the browser via WebAssembly
- query log files or unstructured data with SQL
- build queries programmatically with a query builder instead of SQL strings
- prototype a database engine with custom planners

## When to choose
- you need an embeddable SQL engine in Rust with pluggable storage
- you want to expose a SQL interface over non-SQL data stores
- you need SQL in WebAssembly environments

## When to avoid
- you need a full standalone client-server production database like PostgreSQL
- you rely on advanced SQL features like stored procedures or rich transactional guarantees
- your stack is not Rust or WebAssembly

## Facets
- artifact type: library
- maturity: active
- function: database, parser, orm
- domain: databases, web-development, developer-tools
- platform: rust, wasm, cross-platform
- tags: sql-engine, nosql, schemaless, query-builder, embedded-database, websql

## Member repositories
- gluesql/gluesql (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:43.991627+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-29T18:45:59.863322+00:00, confidence not recorded.
  - readme: https://github.com/gluesql/gluesql (fetched 2026-08-28T04:07:43.991627+00:00, sha 759cfed85ddf)
  - homepage: https://gluesql.org/docs (fetched 2026-08-29T09:41:49.898457+00:00, sha 0b5b2f69b815)
  - registry_crates: https://crates.io/api/v1/crates/gluesql (fetched 2026-08-29T09:41:49.907476+00:00, sha 04cc8715c0f6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
