memgraph / gqlalchemy

GQLAlchemy is a library developed with the purpose of assisting in writing and running queries on Memgraph. GQLAlchemy supports high-level connection to Memgraph as well as modular query builder.

Home Page:https://pypi.org/project/gqlalchemy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing documentation section on execute()

antejavor opened this issue · comments

execute and execute__and_fetch are not in the docs: https://github.com/memgraph/gqlalchemy/blob/main/gqlalchemy/connection.py#L48

We should document this.

This was updated with the last release (reference guide regenerated)