atmosphere-extras 0.4.1

Implementations for additional database types.
Documentation
1
2
3
4
5
6
//! # `🌍 Atmosphere Extras`
//!
//! Implementations for additional database types, such as types from PostGIS plugin for Postgres.

#[cfg(feature = "postgis")]
pub mod postgis;