An open API service indexing awesome lists of open source software.

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

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