Skip to content

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

License

Notifications You must be signed in to change notification settings

chenquan/sqlplus

Repository files navigation

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.)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages