sqruff-lib-core 0.36.0

Core library that underpins the sqruff library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod dialects;
pub mod errors;
pub mod helpers;
pub mod lint_fix;
pub mod linter;
pub mod parser;
pub mod segments;
pub mod slice_helpers;
pub mod templaters;
pub mod utils;
pub mod value;