Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linux-china/r2dbc-demo
R2DBC demo
https://github.com/linux-china/r2dbc-demo
mysql r2dbc
Last synced: 11 days ago
JSON representation
R2DBC demo
- Host: GitHub
- URL: https://github.com/linux-china/r2dbc-demo
- Owner: linux-china
- Created: 2018-11-28T05:27:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T03:20:37.000Z (over 1 year ago)
- Last Synced: 2023-05-31T04:24:16.159Z (over 1 year ago)
- Topics: mysql, r2dbc
- Language: Java
- Size: 315 KB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
R2DBC Demo
==========### Databases
* H2
* PostgreSQL
* Microsoft SQL Server
* MySQL: https://github.com/mirromutth/r2dbc-mysql
* MariaDB R2DBC connector: Non-blocking MariaDB and MySQL client: https://github.com/mariadb-corporation/mariadb-connector-r2dbc### Features
* flyway to init database
* database-rider to manage dataset
* r2dbc for reactive
* BLOB/CLOB API: https://github.com/r2dbc/r2dbc-spi/issues/41### R2DBC Connection URLs
R2DBC Connection URL support: https://github.com/r2dbc/r2dbc-spi/pull/48
```
r2dbc:mysql://localhost:3306/my_database?locale=en_US
\___/ \___/\_______________/\__________/\___________/
| | | | |
scheme sub-scheme authority path query
```# References
* R2DBC Home: http://r2dbc.io/
* R2DBC Specification: http://r2dbc.io/spec/1.0.0.M7/spec/html/
* Spring Data R2DBC - Reference Documentation: https://docs.spring.io/spring-data/r2dbc/docs/1.3.0/reference/html/
* Spring Data R2DBC 1.3.0 API: https://docs.spring.io/spring-data/r2dbc/docs/1.3.0/api/
* Asynchronous RDBMS access with Spring Data R2DBC: https://lankydanblog.com/2019/02/16/asynchronous-rdbms-access-with-spring-data-r2dbc/
* R2DBC MySQL: https://github.com/mirromutth/r2dbc-mysql
* Experimental Spring Boot support for R2DBC: https://github.com/spring-projects-experimental/spring-boot-r2dbc
* Accessing data with R2DBC: https://spring.io/guides/gs/accessing-data-r2dbc/
* What is JDBC? https://www.marcobehler.com/guides/jdbc