NAME
DBIOx - Bring your own database magic!
VERSION
version 0.900000
DESCRIPTION
The DBIOx namespace is the conventional home for third-party extensions to DBIO. If you are building a module that extends or integrates with DBIO but does not belong in the core distribution, publish it under DBIOx::.
For custom storage drivers, publish under DBIOx::Storage::*. For custom components, publish under DBIOx::Component::*. For ResultSet extensions, publish under DBIOx::ResultSet::*.
DBIO resolves configured component names against both DBIO:: and DBIOx:: namespaces via DBIO::Componentised.
AUTHOR
DBIO & DBIx::Class Authors
COPYRIGHT AND LICENSE
Copyright (C) 2026 DBIO Authors Portions Copyright (C) 2005-2025 DBIx::Class Authors Based on DBIx::Class, heavily modified.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.