Licensing and Third-party Attributions
MemGQL Community
MemGQL Community is free of charge. Important: This product is part of our community-driven ecosystem and is provided without any official support obligations, SLAs, or guaranteed maintenance from Memgraph. Users assume all risks associated with its performance, and Memgraph disclaims any liability for damages resulting from its use.
MemGQL Enterprise
MemGQL Enterprise is licensed under the Memgraph Enterprise License (MEL). If you are interested in MemGQL Enterprise, please contact us.
Third-party Libraries
MemGQL is built with the following open-source libraries:
| Library | Description | License |
|---|---|---|
| antlr4rust | ANTLR4 parser runtime for Rust | BSD-3-Clause |
| async-trait | Async trait methods | MIT / Apache-2.0 |
| base64 | Base64 encoding/decoding | MIT / Apache-2.0 |
| bytes | Byte buffer utilities | MIT |
| duckdb | DuckDB embedded database bindings | MIT |
| futures | Asynchronous programming | MIT / Apache-2.0 |
| neo4rs | Neo4j/Memgraph Bolt protocol driver | MIT |
| postgres | PostgreSQL synchronous client | MIT / Apache-2.0 |
| reqwest | HTTP client | MIT / Apache-2.0 |
| serde | Serialization framework | MIT / Apache-2.0 |
| serde_json | JSON serialization | MIT / Apache-2.0 |
| tokio | Asynchronous runtime | MIT |
| tokio-util | Tokio codec and utility types | MIT |