gluesql/gluesql
GlueSQL is quite sticky. It sticks to anything. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 99
- Release rhythm 33
- 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: 199.5
- age_days: 2457
- days_rel: 234
- days_push: 9
- n_releases_24m: 3
Adoption not part of the score
3112 stars · 279 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
library · maturity active
database parser orm databases web-development developer-tools rust wasm cross-platform sql-engine nosql schemaless query-builder embedded-database websql
3 sources
- readme: https://github.com/gluesql/gluesql · fetched 2026-08-28 · 759cfed85ddf
- homepage: https://gluesql.org/docs · fetched 2026-08-29 · 0b5b2f69b815
- registry_crates: https://crates.io/api/v1/crates/gluesql · fetched 2026-08-29 · 04cc8715c0f6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gluesql/gluesql | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem