The repo maintains a number of tools for interacting with SQL Server. All code is built using .net core and thus cross platform.
The following tools produce from the repo.
Tool | Description | Download |
---|---|---|
XEvent App | The xEvent app is for bulk loading extended event trace files (xel) into a SQL Server table. You can map fields from the file to columns in the target table by using the columns option. |
|
SabinIO.Sql.Parse | Parsing SQL to generate workloads | Nuget |
SabinIO.SqlTest | Utilities to enable testing against SQL Server, capturing workloads | Nuget |
SabinIO.Sql.NUnitAssert | Assertions for use in data tests | Nuget |
SabinIO.xEvent.Lib | library for the processing of Extended event data | Nuget |
The following are used in the tools
library | Notes |
---|---|
Microsoft.SqlServer.XEvent.XELite | |
Dapper |