Install SqlKata and SqlKata.Execution
mainTo use SqlKata for query building, install the core package. If you need to execute queries against a database using Dapper, you must also install the SqlKata.Execution package.
$ dotnet add package SqlKata
$ dotnet add package SqlKata.Execution # (optional) If you want the execution support