NPoco-Mysql-NetCore-Sample
This is a basic way of using npoco and mysql on .netcore
To inject your database connection string copy the appsettings.development.json.templ to appsettings.development.json or appsettings.production.json depending on environment.
Then change the connection string under connection string default.
To get this sample set up run base.sql into a database.