Changes for version 0.013 - 2020-12-03
- New features:
- support for `type` configuration parameter, allowing connection to databases without needing to pass a specific URI
- notification channel support (currently undocumented, since the interface may change slightly to make it compatible with non-PostgreSQL databases)
- Bugs fixed:
- single-row queries via `->single` generated superfluous log messages (thanks to Mehdi Zarei for helping test this)
Modules
provides a database abstraction layer for IO::Async
support for backoff algorithms in Database::Async
base class for database implementation support in Database::Async
a database engine that does nothing useful
provides object-relational features for Database::Async
connection manager for Database::Async
represents a single database query
represents a single row response
utilities for testing with Database::Async.
represents a single database transaction in Database::Async
Provides
in lib/Database/Async/Backoff/Exponential.pm
in lib/Database/Async/DB.pm
in lib/Database/Async/ORM/Constraint.pm
in lib/Database/Async/ORM/Extension.pm
in lib/Database/Async/ORM/Field.pm
in lib/Database/Async/ORM/Schema.pm
in lib/Database/Async/ORM/Table.pm
in lib/Database/Async/ORM/Type.pm
in lib/Database/Async/StatementHandle.pm