프로그래밍
Asynchronous micro web service framework 찾기
seungdols
2023. 8. 9. 14:39
Framework
Spring Webflux
Armeria
Ktor
Database driver
spring-data-r2dbc
- https://spring.io/projects/spring-data-r2dbc/
- H2 (
io.r2dbc:r2dbc-h2
) - MariaDB (
org.mariadb:r2dbc-mariadb
) - Microsoft SQL Server (
io.r2dbc:r2dbc-mssql
) - MySQL (
io.asyncer:r2dbc-mysql
) - jasync-sql MySQL (
com.github.jasync-sql:jasync-r2dbc-mysql
) - Postgres (
io.r2dbc:r2dbc-postgresql
) - Oracle (
com.oracle.database.r2dbc:oracle-r2dbc
)
- H2 (
반응형