Expand description
Configuration and database settings for Spatio
This module provides configuration types and re-exports spatial types
from the spatio-types crate for convenience.
Structs§
- Bounding
Box2D - A 2D axis-aligned bounding box.
- Bounding
Box3D - A 3D axis-aligned bounding box.
- Config
- Database configuration
- DbItem
- Internal representation of a database item.
- DbStats
- Database statistics
- History
Entry - Historical record for key mutations.
- Persistence
Config - Configuration for data persistence and durability
- Point3d
- A 3D geographic point with x, y (longitude/latitude) and z (altitude/elevation).
- Polygon3D
- Polygon
Dynamic - Polygon
Dynamic3D - SetOptions
- Options for setting values.
- Temporal
Bounding Box2D - A 2D bounding box with an associated timestamp.
- Temporal
Bounding Box3D - A 3D bounding box with an associated timestamp.
- Temporal
Point - A geographic point with an associated timestamp.
- Temporal
Point3D - A geographic point with an associated altitude and timestamp.
Enums§
- History
Event Kind - Operation types captured in history tracking.
- Sync
Mode - File synchronization strategy (fsync vs fdatasync).
- Sync
Policy - Synchronization policy for persistence.