Code Monkey home page Code Monkey logo

Comments (4)

odrotbohm avatar odrotbohm commented on May 31, 2024 1

I'd also recommend renaming your driver to provide a clear name indicating that the driver is related to R2DBC and DB2. db2-r2dbc-adapter/db2-r2dbc-bridge could be good candidates.

I'd still love to see a R2DBC DB2 driver to eventually end up being named R2DB2. 🙃

from r2dbc.github.io.

mp911de avatar mp911de commented on May 31, 2024

Wow, this is awesome news. What is the state of the driver? Which SPI versions (0.8, 0,9) do you support, and do you pass the TCK?

Going forward, we can include your driver in the BOM until we hit R2DBC spec version 1.0 (after which the BOM will be decommissioned).

I'd also recommend renaming your driver to provide a clear name indicating that the driver is related to R2DBC and DB2. db2-r2dbc-adapter/db2-r2dbc-bridge could be good candidates.

from r2dbc.github.io.

jason-who-codes avatar jason-who-codes commented on May 31, 2024

Hey Mark, it hasn't yet been battle-tested in a prod application, but the implementation is relatively simple (it merely delegates operations to the Vert.X Reactive DB2 Client).

The driver implements the 0.8.6 version of the SPI and has a passing TCK, except it does not support compound statements and has to do a bit of tinkering with the SQL in the BLOB/CLOB test cases (since the underlying Vert.X driver doesn't support LOB's, so they have to be passed as VARCHAR/VARBINARY and aren't streamed).

from r2dbc.github.io.

mp911de avatar mp911de commented on May 31, 2024

Thanks a lot. The BLOB issue isn't really pressing. What are the plans going forward? R2DBC 0.9 has been released recently so it would make sense to have a 0.9-compliant variant.

Soon, R2DBC 1.0 will be released (with a small number of API changes). If the future maintenance is ensured, then happy to include the driver on the page and our BOM.

from r2dbc.github.io.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.