pg_tileserv
pg_tileserv copied to clipboard
File-based functional end points
So that devs can create complex functions without having to write actual FUNCTIONS in SQL, some way of creating template files that define
- input parameters and types
- SQL to run, and substitute in those values
That way devs can use the database smarts without having to write database-side functions if they don't want.