MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / GraphLite

Class GraphLite

sdk-rust/src/connection.rs:35–37  ·  view source on GitHub ↗

Main entry point for GraphLite database operations Represents an open connection to a GraphLite database. Despite being an embedded database, we use "Connection" terminology following the SQLite convention as it represents the connection to the database files. # Examples ```no_run use graphlite_sdk::GraphLite; # fn main() -> Result<(), graphlite_sdk::Error> { // Open a database let db = GraphL

Source from the content-addressed store, hash-verified

33/// # }
34/// ```
35pub struct GraphLite {
36 coordinator: Arc<QueryCoordinator>,
37}
38
39impl GraphLite {
40 /// Open a GraphLite database at the given path

Callers 1

fromMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected