All Posts

Example: Use Liquibase with Spring Boot in Kubernetes


As a follow-up to using Using SQLcl + Liquibase in Kubernetes initContainers for Schema Change Management… You can also use Liquibase if your Microservice is a Spring Boot project with...

Example: Use SQLcl + Liquibase in Kubernetes initContainers


If your Microservice application running on Kubernetes relies on the Oracle Database, you can take advantage of SQLcl + Liquibase with initContainers for effective Schema Change Management during your deployments....

Experience: Cloud Databases and On-Premises Proxies


As a follow-up on Using Oracle PDBs in Continuous Integration pipelines, I have been struggling with one of those “works on my machine” nightmares. The ask was simple, centralise the...

Code: Using Oracle PDBs in Continuous Integration pipelines


When developing against an Oracle Database, developers will often use a local installation or a container image to run their database CI tests against. This widely used practice gives the...