-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Milestone
Description
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.sqlfile 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:postgresscheme? - since the Reactive Pg Client is not an ORM, is it fine to use
import.sqlto execute DDL statements on startup?
Metadata
Metadata
Assignees
Labels
No labels