nodedb-sql 0.0.6

SQL parser, planner, and optimizer for NodeDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod alert;
mod backup;
mod change_stream;
mod cluster_admin;
mod collection;
mod dispatch;
mod helpers;
mod index;
mod maintenance;
mod materialized_view;
mod retention;
mod rls;
mod schedule;
mod sequence;
mod trigger;
mod user_auth;

pub use dispatch::parse;