//! sqly is a lightweight macro system on top of [sqlx].
//!
//! See the [README](https://github.com/LMOORS30/sqly#sqly) for additional information, [Installation](https://github.com/LMOORS30/sqly#cargotoml) and [Features](https://github.com/LMOORS30/sqly#features).
//!
//! [![github-com]](https://github.com/LMOORS30/sqly) [![crates-io]](https://crates.io/crates/sqly) [![docs-rs]](crate)
//!
//! [github-com]: https://img.shields.io/badge/github.com-LMOORS30/sqly-5e728a?labelColor=505050&style=for-the-badge&logo=github
//! [crates-io]: https://img.shields.io/badge/crates.io-sqly-5e888a?labelColor=505050&style=for-the-badge&logo=rust
//! [docs-rs]: https://img.shields.io/badge/docs.rs-sqly-5e8a76?labelColor=505050&style=for-the-badge&logo=docs.rs
//!
//! <br>
//!
//! See [`#[derive(Table)]`](derive@Table) to browse the documentation or follow the chapters in the [examples](https://github.com/LMOORS30/sqly/tree/master/examples).
//!
//! <br>
compile_error!;
compile_error!;
compile_error!;
pub use *;