Module config

Module config 

Source
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§

BoundingBox2D
A 2D axis-aligned bounding box.
BoundingBox3D
A 3D axis-aligned bounding box.
Config
Database configuration
DbItem
Internal representation of a database item.
DbStats
Database statistics
HistoryEntry
Historical record for key mutations.
PersistenceConfig
Configuration for data persistence and durability
Point3d
A 3D geographic point with x, y (longitude/latitude) and z (altitude/elevation).
Polygon3D
PolygonDynamic
PolygonDynamic3D
SetOptions
Options for setting values.
TemporalBoundingBox2D
A 2D bounding box with an associated timestamp.
TemporalBoundingBox3D
A 3D bounding box with an associated timestamp.
TemporalPoint
A geographic point with an associated timestamp.
TemporalPoint3D
A geographic point with an associated altitude and timestamp.

Enums§

HistoryEventKind
Operation types captured in history tracking.
SyncMode
File synchronization strategy (fsync vs fdatasync).
SyncPolicy
Synchronization policy for persistence.