sabiql 1.9.0

A fast, driver-less TUI for browsing and editing PostgreSQL databases
Documentation
1
2
3
4
5
mod command_tag;
mod lexer;
mod metadata;

pub(in crate::infra::adapters::postgres) use lexer::split_sql_statements;