Skip to main content

Module connection

Module connection 

Source
Expand description

Database connection and session management

This module provides the main entry points for working with GraphLite databases. It follows a similar pattern to rusqlite (SQLite’s Rust bindings) but adapted for graph databases.

Structs§

GraphLite
Main entry point for GraphLite database operations
Session
Represents an active database session