SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Implement database/sql.Tx #124

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

Implements database/sql.Tx for purego.

I've also added Conn.DirectExec and Stmt.DirectExec, the need for these methods became apparent while I wrote the examples.

Related issues

-

Tests