This library provides to run procedure and function for postgresql
go get -u github.com/elvin-tacirzade/go-pg-signature
We call New function. This function takes *sqlx.DB parameter and return Signature struct.
Signature includes two functions:
- RunProcedure()
- RunFunction()
See the example subdirectory for more information.