EarthWyrm is a Rust library for generating vector tiles in [MVT] format. It can serve [OpenStreetMap] or other GIS data.
GIS data is stored in a PostgreSQL database, using the PostGIS extension.
Geometry columns can be points, linestrings or polygons. The osm2pgsql
tool
creates tables in the proper format.