diff --git a/pages/memgraph-zero/memgql/licensing.mdx b/pages/memgraph-zero/memgql/licensing.mdx index bb2e0b24b..be3e101ab 100644 --- a/pages/memgraph-zero/memgql/licensing.mdx +++ b/pages/memgraph-zero/memgql/licensing.mdx @@ -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 |