Changes for version 0.000041 - 2026-04-07
- Fix clone_dir cp fallback copying source dir into dest instead of contents
- Add unit tests for all clone_dir implementations
- Fix Windows warnings and test failures:
- SQLite version_string no longer warns when sqlite3 binary is missing
- Pool no longer warns about undefined $ENV{USER} on Windows
- Pool clear_old_cache closes file handle before remove_tree (Windows file locking)
- Test files no longer warn about undefined $ENV{HOME} on Windows
- Pool instance_dir test uses canonical paths for cross-platform comparison
- Fix PostgreSQL initdb failure when system locale is non-UTF8
Documentation
Modules
Quickly start a db server.
Base class for DBIx::QuickDB drivers.
MariaDB MySQL driver for DBIx::QuickDB.
Get ANY MySQL driver for DBIx::QuickDB.
MySQL MySQL driver for DBIx::QuickDB.
Percona MySQL driver for DBIx::QuickDB.
PostgreSQL driver for DBIx::QuickDB.
SQLite driver for DBIx::QuickDB.
Define a pool of databases to clone on demand.
Build hash based classes.
Daemon that sits between main process and the server.
Quickly spin up temporary Database servers for tests.
Provides
in lib/DBIx/QuickDB/Util.pm