Skip to content

Backend (base)

pylpg.backend.base

Abstract base class for database backends.

Classes:

Name Description
Backend

Abstract base class that all database backends must implement.

Backend

Bases: ABC

Abstract base class that all database backends must implement.

Backends handle all direct database operations: CRUD for nodes and relationships, batch operations, traversal, and query execution.