NAME
DBIO::SQLMaker - An SQL::Abstract-based SQL maker class
VERSION
version 0.900000
DESCRIPTION
This module serves as a mere "nexus class" providing SQL::Abstract-based SQL generation functionality to DBIO itself, and to a number of database-engine-specific subclasses. This indirection is explicitly maintained in order to allow swapping out the core of SQL generation within DBIO on per-$schema basis without major architectural changes. It is guaranteed by design and tests that this fast-switching will continue being maintained indefinitely.
Implementation switching
See "connect_call_rebase_sqlmaker" in DBIO::Storage::DBI
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.