rsiot/doc/external_services/timescaledb/mod.rs
//! TimescaleDB
//!
//! ## docker
//!
//! ```yml
#![doc = include_str!("docker-compose.yml")]
//! ```
//!
//! ## `postgresql.conf`
//!
//! ```
#![doc = include_str!("postgresql.conf")]
//! ```
//!
//! ## `pg_hba.conf`
//!
//! ```
#![doc = include_str!("pg_hba.conf")]
//! ```
//!
//! ## `init.sql`
//!
//! ```sql
#![doc = include_str!("init.sql")]
//! ```