Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.71 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.71 KB

sqlplus

Godoc Go Report Card Release codecov Download GitHub

A sql enhancement tool library based on database/sql/driver

Unstable, use with caution in production environment.

😜installation

go get -u github.com/chenquan/sqlplus

👏how to use

Implement the sqlplus.Hook interface and wrap it with sqlplus.New(d driver.Driver, hook Hook) driver.Driver

👐ecosystem

  • sqltrace: A low-code intrusion library that provides SQL tracing capabilities, suitable for any relational database (Sqlite3, MySQL, Oracle, SQL Server, PostgreSQL, TiDB, TDengine, etc.) and ORM libraries for various relational database (gorm, xorm, sqlx, etc.)
  • sqlbreaker: A low-code intrusion library that provides SQL breaker capabilities, suitable for any relational database (Sqlite3, MySQL, Oracle, SQL Server, PostgreSQL, TiDB, TDengine, etc.) and ORM libraries for various relational database (gorm, xorm, sqlx, etc.)