Official Memgraph Drivers Are Out!
Blog post from Memgraph
Memgraph has released official drivers for Python and C languages, along with a command line interface (CLI), to facilitate interactions with its database system, and these resources are available on GitHub. The article provides a tutorial on how to install the C driver, mgclient, which is essential for both the Python driver, pymgclient, and the CLI, mgconsole. It details the installation process of the Python driver via PyPI using PIP and the CLI from source, with comprehensive instructions available in their respective GitHub README files. The tutorial also demonstrates how to execute basic queries using pymgclient, which is compliant with the DB-API 2.0 specification, and mgconsole, which supports interactive Cypher queries. Users are encouraged to explore further, consult GitHub repositories for more information, and engage with the community via Discord for support and feedback on these early-version tools.