Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 809 Bytes

README.MD

File metadata and controls

14 lines (8 loc) · 809 Bytes

KiotlogDB.rs - KiotlogDB driver for Diesel.rs

KiotlogDB.rs is an experimental crate for interacting with Kiotlog's Devices and Sensors catalog.

KiotlogDB is a PostgreSQL database which makes heavy uses of column types such as UUID and JsonB.

I just started this crate to teach myself in Rust and to learn how to implement a full-mapped, strongly-typed, ORM implementation with application specific types (no generic serde_json::Values) in Diesel.rs.

Other implementations: