gluesql-mongo-storage

Crates.iogluesql-mongo-storage
lib.rsgluesql-mongo-storage
version0.18.0
created_at2024-08-11 11:55:37.160543+00
updated_at2025-09-24 13:30:56.976621+00
descriptionGlueSQL - Open source SQL database engine fully written in Rust with pure functional execution layer, easily swappable storage and web assembly support!
homepage
repositoryhttps://github.com/gluesql/gluesql
max_upload_size
id1333245
size115,928
Taehoon Moon (panarch)

documentation

https://docs.rs/gluesql/

README

🚴 MongoStorage - Mongo storage support for GlueSQL

⚙️ Prerequisites

Install & start up MongoDB

1. By Docker

1-1) Install docker

https://docs.docker.com/engine/install/

1-2) Start up MongoDB by docker
docker run --name mongo-glue -d -p 27017:27017 mongo

2. By local installation

https://www.mongodb.com/docs/manual/installation/

🧪 Test with features

cargo test --features test-mongo
Commit count: 1637

cargo fmt