#sql-database #database-engine #mongo-db #wasm #glue-sql #nosql #storage

gluesql-mongo-storage

GlueSQL - Open source SQL database engine fully written in Rust with pure functional execution layer, easily swappable storage and web assembly support!

4 releases

new 0.16.3 Dec 7, 2024
0.16.2 Aug 27, 2024
0.16.1 Aug 25, 2024
0.16.0 Aug 11, 2024

#2962 in Database interfaces

Download history 12/week @ 2024-08-16 238/week @ 2024-08-23 28/week @ 2024-08-30 28/week @ 2024-09-13 9/week @ 2024-09-20 29/week @ 2024-09-27 6/week @ 2024-10-04 30/week @ 2024-10-25 32/week @ 2024-11-01 10/week @ 2024-11-08 22/week @ 2024-11-15 26/week @ 2024-11-22 17/week @ 2024-11-29

77 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

1.5MB
39K SLoC

🚴 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

Dependencies

~33–46MB
~836K SLoC