# rsql_core
[](https://github.com/theseus-rs/rsql/actions/workflows/ci.yml)
[](https://docs.rs/rsql_core)
[](https://codecov.io/gh/theseus-rs/rsql)
[](https://bencher.dev/perf/theseus-rs-rsql)
[](https://crates.io/crates/rsql_core)
[](https://github.com/theseus-rs/rsql#license)
[](https://semver.org/spec/v2.0.0.html)
`rsql_core` is a library for creating a command line SQL interfaces.
## 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>)
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.
<a href="https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/theseus-rs/rsql">
<img
src="https://img.shields.io/static/v1?label=VSCode%20Development%20Container&logo=visualstudiocode&message=Open&color=orange"
alt="VSCode Development Container"
/>
</a>
<br/>
<a href="https://github.dev/theseus-rs/rsql">
<img
src="https://img.shields.io/static/v1?label=GitHub%20Codespaces&logo=github&message=Open&color=orange"
alt="GitHub Codespaces"
/>
</a>