|
You are here |
blog.aymenhamza.com | ||
| | | | |
nocolumnname.blog
|
|
| | | | | Words: 375 Time to read: ~ 3 minutes I don't know if this post is a rage against "database-ubiquitous" SQL or Object-Relational Mapping tools (ORMs) I'm going to say that it's a rant against the first because if you know what you are doing, then ORMs won't be a performance concern But people use ORMs... | |
| | | | |
www.eliza-ng.me
|
|
| | | | | In the world of Java development, one topic that has sparked debate and frustration for many developers is Object-Relational Mapping (ORM). ORM is a technique used to bridge the gap between object-oriented programming languages, such as Java, and relational databases, like MySQL or PostgreSQL. The purpose of ORM is to simplify the data access layer and eliminate the need for developers to write raw SQL queries. However, a recent text expressing strong criticism of ORM on Java, particularly Hibernate, has garnered attention among developers. The author claims that ORM, in general, has always been a disappointing solution. One of the arguments presented is that the ability to use different databases, which was once touted as a selling point of ORM, is a featur... | |
| | | | |
quanttype.net
|
|
| | | | | A database schema migration tool has three tasks: creating, managing, and executing migrations. | |
| | | | |
blog.scottlogic.com
|
|
| | | In most microservice architectures, there are many opportunities and temptations for sharing code. In this post I will give advice based on my experience on when it should be avoided and when code reuse is acceptable. The points will be illustrated with the help of an example Spring Boot project. | ||