Full Steam Ahead, R2DBC!

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • It’s almost three years since the inception of the open standard Reactive Relational Database Connectivity specification (R2DBC). R2DBC is driven by the community. It started as a research project to explore how reactive applications running on the JVM can integrate with SQL databases using an end-to-end reactive approach. Learn in this session how R2DBC started and what you can do today. We’ll have a look at various database drivers and client projects. If you’re new to R2DBC, then this session will introduce R2DBC key concepts to you and will give you an overview of the specification.
    Mark Paluch, Spring Data Project Lead at VMware
    Slides: www.slideshare.net/Pivotal/fu...
  • Věda a technologie

Komentáře • 11

  • @gabrielferrer3205
    @gabrielferrer3205 Před 3 lety +8

    Have you addressed OneToMany, OneToOne and ManyToMany in R2DBC?

    • @anshumandhal
      @anshumandhal Před 3 lety +2

      Is there any update on this? I am currently trying to make it work but can't find anything.

    • @hectorboone4662
      @hectorboone4662 Před 3 lety

      i realize Im quite off topic but does anybody know of a good place to watch newly released series online ?

    • @ahmedizaiah9199
      @ahmedizaiah9199 Před 3 lety

      @Hector Boone I watch on FlixZone. You can find it by googling =)

    • @adrienmaverick8334
      @adrienmaverick8334 Před 3 lety

      @Hector Boone I use flixzone. Just search on google for it =)

    • @jamesonkasen5696
      @jamesonkasen5696 Před 3 lety

      @Hector Boone I watch on FlixZone. You can find it on google =)

  • @nawazkhan-op4us
    @nawazkhan-op4us Před 3 lety

    Pls share update on relationship of entities

  • @ogyct
    @ogyct Před 3 lety +1

    The whole point of sql databases is to support relations. If spring data r2dbc isn't going to support it, what is it good for?

  • @sivaprasadkompalli362

    After using client.sql("insert into ..."), I want to use the cleint.sql("select * from table") which gives the latest inserted value. I am following the approach but unable to get the data. Got empty data. Please help me to resolve this. Thanks