rsql_repl 0.19.3

rsql library for creating a REPL command line SQL interface
Documentation
# rsql_repl

[![Documentation](https://docs.rs/rsql_repl/badge.svg)](https://docs.rs/rsql_repl)
[![Code Coverage](https://codecov.io/gh/theseus-rs/rsql/branch/main/graph/badge.svg)](https://codecov.io/gh/theseus-rs/rsql)
[![Latest version](https://img.shields.io/crates/v/rsql_repl.svg)](https://crates.io/crates/rsql_repl)
[![License](https://img.shields.io/crates/l/rsql_repl)](https://github.com/theseus-rs/rsql#license)
[![Semantic Versioning](https://img.shields.io/badge/%E2%9A%99%EF%B8%8F_SemVer-2.0.0-blue)](https://semver.org/spec/v2.0.0.html)

`rsql_repl` is a library for creating a REPL a command line SQL interface.

## Getting Started

## Safety

These crates use `#![forbid(unsafe_code)]` to ensure everything is implemented in 100% safe Rust.

## License

Licensed under either of:

- Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT]LICENSE-MIT or <http://opensource.org/licenses/MIT>)