https://github.com/benfoster/dapperdemo
A demo that uses Dapper and DbUp to automate the setup of database integration tests.
https://github.com/benfoster/dapperdemo
Last synced: 6 months ago
JSON representation
A demo that uses Dapper and DbUp to automate the setup of database integration tests.
- Host: GitHub
- URL: https://github.com/benfoster/dapperdemo
- Owner: benfoster
- License: mit
- Created: 2013-08-19T09:57:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-19T10:05:56.000Z (almost 13 years ago)
- Last Synced: 2025-12-22T19:59:47.282Z (6 months ago)
- Language: C#
- Size: 379 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dapper Demo
## Overview
A demo that uses [Dapper](https://code.google.com/p/dapper-dot-net) and [DbUp](http://dbup.github.io) to automate the set up of database integration tests.
Create a new empty database, update the connection string in app.config and run the tests. Simple.
## License
Licensed under the MIT License.