Skip to content

Reactive Postgres Client extension #1862

@tsegismont

Description

@tsegismont

The Reactice Postgres Client is a client for Postgres with a straightforward API focusing on scalability and low overhead.

The goal of issue is to gather requirements for a Quarkus extension and discuss technical details.

  • Expose a PgPool instance for all supported shims (bare, Axle, RxJava)
  • Use quarkus datasource usual properties for configuration
  • Use import.sql file if present

Open issues:

  • how to make it clear to the user in the guide that datasource url is for configuring a reactive PgPool, using the reactive:postgres scheme?
  • since the Reactive Pg Client is not an ORM, is it fine to use import.sql to execute DDL statements on startup?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions