Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/memgraph-zero/memgql/licensing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ MemGQL is built with the following open-source libraries:
| [mysql](https://crates.io/crates/mysql) | MySQL synchronous client | MIT / Apache-2.0 |
| [neo4rs](https://crates.io/crates/neo4rs) | Neo4j/Memgraph Bolt protocol driver | MIT |
| [oracle-rs](https://crates.io/crates/oracle-rs) | Pure-Rust Oracle TNS protocol driver | MIT / Apache-2.0 |
| [parquet](https://crates.io/crates/parquet) | Apache Parquet columnar file format | Apache-2.0 |
| [postgres](https://crates.io/crates/postgres) | PostgreSQL synchronous client | MIT / Apache-2.0 |
| [reqwest](https://crates.io/crates/reqwest) | HTTP client | MIT / Apache-2.0 |
| [rust_decimal](https://crates.io/crates/rust_decimal) | Fixed-precision decimal numbers | MIT |
Expand Down