8000 GitHub - chenquan/sqlplus at v0.1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

installation

go get -u github.com/chenquan/sqlplus

usage

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

example

  • sqltrace: A sql tracing library, suitable for any relational database such as Sqlite3, MySQL, Oracle, SQL Server, PostgreSQL, TiDB, etc.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0