Skip to content

tdav/DatabasePool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Database Pool specialization for Database connections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%