Skip to content

mspons/DapperNpgsqlExampleCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

DapperNpgsqlExampleCore

Simple demo for using dapper and npgsql with .NET Core. This is a code sample for a blog post at https://thespons.net/2017/09/26/dapper-and-npgsql-with-dotnet-core.html.

This is just a console application written in C#. It's designed to be used with an already existing (preferably empty) Postgres database, but does include table creation and test data population scripts.

The database connection string is configurable with the DAPPER_NPGSQL_CONN_STRING environment variable.

About

Simple demo of Dapper and Npgsql with .NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published