Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 709 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 709 Bytes

SQLE SQL Server Plugin

This is A SQL Server SQL audit for 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.

2. Build Binary

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.