FirebirdConfiguration
This class exposes the UseFirebird() extension method of GlobalConfiguration, which wires up all the necessary dependencies for Firebird (via FirebirdBootstrap).
Usability
GlobalConfiguration
.Setup()
.UseFirebird();
Call this once during application start-up, before opening any
FbConnection.