Functions exposed in file named database_psql.go doesn't allow me to send transactions to database as it doesn't have a specific function that deal with pq driver transaction function.
I think we can solve this issue by generating new function that uses pq driver transaction functions.
Thanks in advance