Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 303 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 303 Bytes

sloth-sql

Generate test data for SQL queries.

How to build and run it?

Install .NET 5.x or higher, then simply execute:

$ dotnet run -p src/SlothSQL.Client/

How to test it?

Execute:

$ dotnet test -l "console;verbosity=detailed"