Back to directory
GlareDB avatar

glaredb

GlareDB: A light and fast SQL database for analytics. Read more below about its uses, features, and usage.

Clone repository

git clone https://github.com/GlareDB/glaredb.git

1,021

Stars

54

Forks

9

Watchers

MIT

License

GlareDB

GlareDB is a fast, lightweight SQL database for running analytics.

curl -fsSL https://glaredb.com/install.sh | sh

Getting Started

Refer to our Docs to learn how to get started with GlareDB.

Versions

GlareDB uses calendar versioning following the format <year>.<month>.<release>.

Version 25.5.0 indicates the first release in May 2025.

Development

See Building and Testing.

Releases

What's Changed

fix: Replace powi with powers table during float->decimal cast by @scsmithr in #3928 chore(deps): Bump deps by @scsmithr in #3927 chore: Rename some buf manager funcs by @scsmithr in #...

What's Changed

chore: Flatten docs, remove 'reference' sub dir by @scsmithr in #3906 chore: Move file systems and extensions to "integrations" by @scsmithr in #3907 chore: Add benchmarking doc by @sc...

What's Changed

chore: Namespace all extension functions, allow aliases in default schema by @scsmithr in #3901 chore: Update parquet format by @scsmithr in #3902 chore: Add iceberg docs by @scsmithr...

What's Changed

chore: Add ext_default crate by @scsmithr in #3889 chore: Add ceiling and log10 as function aliases by @scsmithr in #3890 Implement PostgreSQL-compatible sign function by @devin-ai-int...

What's Changed

chore: Add TableType enum for bind tables instead of a star expandable bool by @scsmithr in #3864 fix: Don't implicitly use metadata columns in NATURAL joins by @scsmithr in #3870 chor...