pounard / goat-query

Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter
GNU General Public License v2.0
2 stars 0 forks source link

pgsql create and execute stored procedure tutorial #32

Open pounard opened 4 years ago

pounard commented 4 years ago

Add a "tutorial" section in documentation. Divide in sub-sections for specific backends or RDBMS.

Start with documentation on how to create a volatile stored procedure (for session lifetime) then how to execute it (it took me a while to figure it out, even though the answer was simple).