A library to run queries generated by GSqlQuery on the MySql database for .NET.
GSqlQuery.MySql can be installed using the Nuget packages or the dotnet CLI
dotnet add package GSqlQuery.MySql --version 3.0.0See our documentation for instructions on how to use the package.
using GSqlQuery.MySql;
MySqlConnectionOptions connectionOptions = new MySqlConnectionOptions("<connectionString>");
IEnumerable<Actor> rows = EntityExecute<Actor>.Select(connectionOptions).Build().Execute();GSqlQuery.MySql is actively maintained by Guillermo Galván. Contributions are welcome and can be submitted using pull request.
Copyright (c) Guillermo Galván. All rights reserved.
Licensed under the Apache-2.0 license.