为使用postgres提供扩展和实用工具
作者:Thomas Dagenais
#3 在 #utilites
10KB 203 行
正在进行中,创建用于通过postgres或`tokio-postgres**` crate与postgres进行接口的常用工具。
postgres
SQL宏
sql!(INSERT INTO schema.table VALUES( { entity.id }, "some_text", ST_SetSRID({ geometry }), 4326) )).execute(&mut tx)?;
~7–16MB ~223K SLoC