Published with Ghost

Tolkiana

I code and eat tacos.

Home Author
Twitter Github Instagram
Nelida Velazquez Nelida Velazquez
Introduction to Spring Data R2DBC with Kotlin

Introduction to Spring Data R2DBC with Kotlin

R2DBC is a specification that provides database connectivity in a non blocking way and Spring Data R2DBC is one of the implementations of this specification. Reactive Connectivity for Relational Databases is still relatively new and, if like me, you are working with Kotlin it can be a little bit challenging

postgres springboot kotlin
4 years ago
Nelida Velazquez Nelida Velazquez
Managing Database migrations with Liquibase and Spring Boot

Managing Database migrations with Liquibase and Spring Boot

When I worked on my first Backend project, I realized how useful it was to have a process that allows you to track and manage changes in the Database and to be able to do it in a way that was easy to apply or rollback these changes to your different environments.

liquibase springboot postgres kotlin
4 years ago