graphlite 0.0.1

GraphLite - A lightweight ISO GQL Graph Database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2024-2025 DeepGraph Inc.
// SPDX-License-Identifier: Apache-2.0
//
// Schema executor module for ISO GQL Graph Type statements

pub mod alter_graph_type;
pub mod create_graph_type;
pub mod drop_graph_type;

// pub use create_graph_type::CreateGraphTypeExecutor;
// pub use drop_graph_type::DropGraphTypeExecutor;
// pub use alter_graph_type::AlterGraphTypeExecutor;