Secure and Efficient Oracle DB Setup with Spring Boot and Testcontainers
Development
en
Having one user for creating database objects (DDL) and another for application-level data operations (DML) has many benefits. It improves security, keeps things organized, and[...]
Hibernate Schema-based Multi-Tenancy using StatementInspector
Development
en
When using schema-based multi-tenancy with Hibernate, a simple way to define the schema is using a MultiTenantConnectionProvider where we call SET SCHEMA on the connection.[...]