-
Notifications
You must be signed in to change notification settings - Fork 57
R2DBC Bind Markers
Mark Paluch edited this page Apr 30, 2019
·
1 revision
R2DBC requires native bind markers ("parameter placeholders") for parametrized statements. It does not specify a common abstraction of bind markers that are portable across vendors.
R2DBC does not aim to provide SQL portability across vendors. R2DBC enables reactive access to databases.
This wiki and the README document contains a lot of information, please take your time and read these instructions carefully.
Be sure to read the CONTRIBUTING guidelines before reporting a new issue or open a pull request.
If you have any questions about the R2DBC usage or want to share some information with the community, please go to one of the following places:
- Google group
- for chatting
More resources:
- Javadoc
- Specification
- Build status: Concourse