tpf / grants-perlfoundation-org

Ideas people have suggested which could be proposed as a grant.
https://grants.perlfoundation.org/
6 stars 5 forks source link

IO::Async has no functioning database modules for Maria/Mysql or PostgreSQL #24

Open PaulGWebster opened 2 years ago

PaulGWebster commented 2 years ago

As the title suggests, both DBIx-Async as well as Net::Async::PostgreSQL do not function correctly with the latest version of PostgreSQL I could not find anyway to even connect to a MariaDB database what so ever, even though logically DBIx-Async should be able to use the DBD::Maria or DBD::Mysql driver.

PaulGWebster commented 2 years ago

The porposal for work would be to update DBIx-async or alternatively implement a new module that can use the existing DBI subsystem to allow the IO::Async ecosystems to be able to connect to common datasources

leonerd commented 2 years ago

This mostly seems to be the bug - https://rt.cpan.org/Ticket/Display.html?id=143903