Re: What async database library does the asyncio code example use?
Posted by
Marco Villalobos-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/What-async-database-library-does-the-asyncio-code-example-use-tp37370p37372.html
So, I searched for an async DatabaseClient class, and I found r2dbc.
On Wed, Aug 12, 2020 at 9:31 AM Marco Villalobos <
[hidden email]> wrote:
I would like to enrich my stream with database calls as documented at:
What async database library does the asyncio code example use? It references a class called "DatabaseClient".
Additionally, does anybody know any async database libraries that work with PostgreSQL that they could recommend?