dragnilar / Databvase

A (sorta) lightweight query tool for MS Sql Server that makes usage of DevExpress to provide a rich user interface
3 stars 1 forks source link

Add option to use connection pooling #8

Open dragnilar opened 6 years ago

dragnilar commented 6 years ago

Databvase currently use the connect -> do action -> disconnect pattern for all database operations. This is fine but it may be advantageous to add the ability to use connection pooling. SMO provides this functionality, so its very feasible to add it to Databvase.