Skip to content

Python API Reference

Complete reference for the grafeo Python package.

Installation

uv add grafeo

Quick Start

import grafeo

db = grafeo.GrafeoDB()
db.execute("INSERT (:Person {name: 'Alix'})")

Classes

Class Description
Database Database connection and management
Node Graph node representation
Edge Graph edge representation
QueryResult Query result iteration
Transaction Transaction management