rsql_repl 0.19.4

rsql library for creating a REPL command line SQL interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[macro_use]
extern crate rust_i18n;

pub mod commands;
pub mod executors;
pub mod shell;

pub use rsql_formatters::writers;

use rust_i18n::i18n;

i18n!("locales", fallback = "en");