Work in progress create to provide common utilities for interfacing
with postgres via the postgres
or `tokio-postgres** crate.
SQL macro
rust
sql!(INSERT INTO schema.table VALUES(
{ entity.id },
"some_text",
ST_SetSRID({ geometry }), 4326)
)).execute(&mut tx)?;