Skip to main content

Reactive SQL Clients

https://quarkus.io/guides/reactive-sql-clients

Currently, the following database servers are supported:

  • IBM Db2
  • PostgreSQL
  • MariaDB/MySQL
  • Microsoft SQL Server
  • Oracle

In this guide, you will learn how to implement a simple CRUD application exposing data stored in PostgreSQL over a RESTful API.