Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1 KB

README.md

File metadata and controls

14 lines (9 loc) · 1 KB

Database Pool

Build Status Bitdeli Badge

Pool Strategy is a c# implementation of Pool Strategy for c# language with a usage example for Database Connection Pooling. This repository contains a solution with 2 projects (Database Pool,Test), a README and a gitignore file.

Database Pool

This project contains Pool Strategy implementation class as Pool.cs and the usage example to support Database connection to some of the known databases with connection polling as ConnectionPool.cs. Except the cs files there is a Resources folder with some dlls required for the ConnectionPool class.

Test

This project contains Pool Strategy implementation class as Pool.cs and the usage example to support Database connection to some of the known databases with connection polling as ConnectionPool.cs.