pg_tileserv icon indicating copy to clipboard operation
pg_tileserv copied to clipboard

File-based functional end points

Open pramsey opened this issue 5 years ago • 0 comments

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.

pramsey avatar Feb 21 '20 17:02 pramsey