https://github.com/actiontech/sqle-ms-plugin
this a SQL Server SQL audit plugin for SQLE
https://github.com/actiontech/sqle-ms-plugin
Last synced: 8 months ago
JSON representation
this a SQL Server SQL audit plugin for SQLE
- Host: GitHub
- URL: https://github.com/actiontech/sqle-ms-plugin
- Owner: actiontech
- Created: 2022-01-11T10:51:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T07:39:46.000Z (about 4 years ago)
- Last Synced: 2025-04-10T00:36:55.615Z (12 months ago)
- Language: Go
- Size: 4.61 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SQLE SQL Server Plugin
This is A SQL Server SQL audit for [SQLE](https://github.com/actiontech/sqle), which is an SQL audit platform.
### 1. Add Rule
You can define a rule in coresponding file, and then add it to the plugin by `AddRule()` method. More details please refer to [docs](https://actiontech.github.io/sqle-docs-cn/3.modules/3.7_auditplugin/auditplugin_development.html).
### 2. Build Binary
```bash
make docker_install # see binary file in bin/
```
The binary file is located in `bin/` folder, and you can use it to audit your database.
### 3. Begin to use
More details please refer to [docs](https://actiontech.github.io/sqle-docs-cn/3.modules/3.7_auditplugin/auditplugin_management.html).