Prerequisites

On OSX: brew install sqlite3 cargo install diesel_cli --no-default-features --features "sqlite"

On Debian sudo apt-get install sqlite3 sudo apt-get install libsqlite3-dev cargo install diesel_cli --no-default-features --features "sqlite"

Seed the database

For create the db

This take 7 minutes ~ on my mac book air end 2019 (CPU: (2) @ 1.5GH i5 / Memory 8Gb) and 33 minutes ~ on simple vps from ovh (CPU: Intel (Haswell, no TSX) (1) @ 2.394GH / Memory: 1949MiB)

Warning : this delete the db in .env (citytimezone.db) ./seed.sh

Query cli

```` cargo run --example query Geneve cargo run --example query -- --help

City time zone sqlite 0.1.0 Stéphane Bressani

USAGE: query

FLAGS: -h, --help Prints help information -V, --version Prints version information

ARGS: Name or partial name of the city (case and accent free) ````