nodedb-sql 0.2.0

SQL parser, planner, and optimizer for NodeDB
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0

pub mod arg_types;
pub mod builtins;
pub mod fts_ops;
pub mod registry;

pub use registry::{
    ArgTypeSpec, FunctionCategory, FunctionMeta, FunctionRegistry, SearchTrigger, Version,
};