sabiql 1.6.2

A fast, driver-less TUI for browsing and editing PostgreSQL databases
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod config_writer;
pub mod connection_store;
pub mod er_log_writer;
pub mod mysql;
pub mod pg_service;
pub mod postgres;

pub use config_writer::FileConfigWriter;
pub use connection_store::TomlConnectionStore;
pub use er_log_writer::FsErLogWriter;
pub use pg_service::PgServiceFileReader;
pub use postgres::PostgresAdapter;