Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-19T10:05:56.000Z (about 11 years ago)
- Last Synced: 2023-03-23T22:01:19.076Z (over 1 year ago)
- Language: C#
- Size: 379 KB
- Stars: 6
- Watchers: 2
- 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.