oracle / oracle-r2dbc

R2DBC Driver for Oracle Database
https://oracle.com
Other
197 stars 40 forks source link

1 0 0 readme #74

Closed Michael-A-McMahon closed 2 years ago

Michael-A-McMahon commented 2 years ago

This branch updates the README in preparation for a 1.0.0 release of Oracle R2DBC.

Information in the README has been updated to reflect changes since the 0.4.0 release.

I've also updated the code examples make use of Flux's usingWhen operator, and to print errors just in case something goes wrong.

The most noticeable change will be a complete reformatting of the Documentation section. In hindsight, a massive bullet point list was not the best choice in terms of readability 👎 I've reformatted the section to use normal paragraphs, with headers, and even tossed in some more code examples for good measure 👍

Finally, I updated the JdbcToR2dbc code sample. It needed to use long type update counts to compile with the 1.0.0.RELEASE of the SPI.