Skip to content

elvin-tajirzada/go-pg-signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub go.mod Go version (subdirectory of monorepo) Go Reference

Go Postgres Signature Library

This library provides to run procedure and function for postgresql

Installation

go get -u github.com/elvin-tacirzade/go-pg-signature

Usage

We call New function. This function takes *sqlx.DB parameter and return Signature struct.

Signature includes two functions:

  1. RunProcedure()
  2. RunFunction()

See the example subdirectory for more information.