rsiot/doc/external_services/timescaledb/mod.rs
1//! TimescaleDB
2//!
3//! ## docker
4//!
5//! ```yml
6#![doc = include_str!("docker-compose.yml")]
7//! ```
8//!
9//! ## `postgresql.conf`
10//!
11//! ```
12#![doc = include_str!("postgresql.conf")]
13//! ```
14//!
15//! ## `pg_hba.conf`
16//!
17//! ```
18#![doc = include_str!("pg_hba.conf")]
19//! ```
20//!
21//! ## `init.sql`
22//!
23//! ```sql
24#![doc = include_str!("init.sql")]
25//! ```