//! Tiny runnable example referenced from README.
//!
//! Run with:
//!
//! ```text
//! cargo run --features sqlite --example readme_example
//! ```
//!
//! Boots dactyl against `.decapod/data/todos.db` (auto-derived from the
//! `from todos` clause in the query) and prints the rows.
use Row;