gluesql-mongo-storage

Crates.iogluesql-mongo-storage
lib.rsgluesql-mongo-storage
version0.16.3
sourcesrc
created_at2024-08-11 11:55:37.160543
updated_at2024-12-07 07:03:05.841305
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
size50,439
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: 1532

cargo fmt