/apqprovider

Simple Connection pool management for APQ

Primary LanguageAda

APQ Provider

This a tiny package for handling multiple connections in a sane way for your application.

This is useful in long-lived applications that require a constant connection to the database. This module makes sure you will always have a working connection when you need it. Without the hassle of reconnecting multiple times.

It depends on two packages from KOW Framework:

And, of course, the core apq plus the specific driver you want to use.

This repository contains only the core functionality; specific implementations are provided in the same way APQ implementations are.

Notice, however, those packages are still on bitbucket: