Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenquan/sqlplus
A sql enhancement tool library based on database/sql/driver
https://github.com/chenquan/sqlplus
mysql sql
Last synced: 14 days ago
JSON representation
A sql enhancement tool library based on database/sql/driver
- Host: GitHub
- URL: https://github.com/chenquan/sqlplus
- Owner: chenquan
- License: apache-2.0
- Created: 2022-09-10T11:06:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T23:12:03.000Z (9 months ago)
- Last Synced: 2024-06-21T03:23:33.490Z (5 months ago)
- Topics: mysql, sql
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlplus
[![Godoc](https://img.shields.io/badge/godoc-reference-brightgreen)](https://pkg.go.dev/github.com/chenquan/sqlplus)
[![Go Report Card](https://goreportcard.com/badge/github.com/chenquan/sqlplus)](https://goreportcard.com/report/github.com/chenquan/sqlplus)
[![Release](https://img.shields.io/github/v/release/chenquan/sqlplus.svg?style=flat-square)](https://github.com/chenquan/sqlplus)
[![codecov](https://codecov.io/gh/chenquan/sqlplus/branch/master/graph/badge.svg?token=74phc5KVI7)](https://codecov.io/gh/chenquan/sqlplus)
[![Download](https://goproxy.cn/stats/github.com/chenquan/sqlplus/badges/download-count.svg)](https://github.com/chenquan/sqlplus)
[![GitHub](https://img.shields.io/github/license/chenquan/sqlplus)](https://github.com/chenquan/sqlplus/blob/master/LICENSE)A sql enhancement tool library based on `database/sql/driver`
> Unstable, use with caution in production environment.
# 😜installation
```shell
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](https://github.com/chenquan/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](https://github.com/chenquan/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.)