You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a PostgreSQL migration module to MAGE that enables directmigration from a PostgreSQL database to Memgraph. This new module streamlinesthe data import process by reducing the need for intermediate steps, such asusing CSV files. Users can now migrate tables, including nodes andrelationships, directly into Memgraph.#464
Bug fixes
Fixed building of newly created Rust query modules. Previously, there was a logical error in the code that prevented new Rust query modules from being builtcorrectly.#483