NAME

DBIO::PostgreSQL::Async::ConnectInfo - PostgreSQL connection string utilities for DBIO async driver

VERSION

version 0.900000

my $escaped = escape_conninfo($value);

Escape a single connection parameter value for use in a libpq conninfo string. Handles whitespace, single quotes, and backslashes.

my $str = conninfo_string({ host => 'localhost', port => 5432 });

Convert a hashref of connection parameters into a libpq connection string. Skips undefined values.

AUTHOR

DBIO Authors

COPYRIGHT AND LICENSE

Copyright (C) 2026 DBIO Authors

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 45:

Unknown directive: =func

Around line 52:

Unknown directive: =func