Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
SQL databases provide us with many benefits, the most important of which is strong schema...
Postda o'zim eng asosiylari deb bilgan 5 ta ORM'ni taqqoslamoqchiman: Prisma, TypeORM, Sequalize,...
I've been using Remult for a while now and I'm really happy with it. Let me walk you through why I...
Code Writes Code Object-Relational Mapping (ORM) frameworks like ActiveRecord are...
In my last post, I shared my epic journey switching to Remult, which shrank my codebase by 75% and...
A while ago I found out from a post that Dbix::Class Perls default ORM is abandoned dbixclass not...
Drizzle ORM Crash Course Burak Boduroğlu ・ Jan 14 ...
No mundo do desenvolvimento web, trabalhar com banco de dados é uma parte essencial da criação de...
Run "Create new Trysil multi-tenant API REST" from the Trysil menu. Choose the folder, the name of...
In this article, we'll briefly introduce Accel Record, an ORM for TypeScript that we're...
Recently, I wrote my first blog post on this blog about Sourcing, a Raku framework I'm developing for...
Introduction In this blog article, we'll cover how to efficiently access data using...
Introduction Red is Raku’s object-relational mapper (ORM) – a library that lets you work...
For a Java backend programmer, MyBatis, Hibernate, Data Jdbc, and others are commonly used ORM...
O ORM (Object-Relational Mapping) do Django é uma poderosa ferramenta que permite aos desenvolvedores...
I am developing a TypeScript ORM library called Accel Record. Unlike other TypeScript/JavaScript ORM...
I worked on a TODO code assignment for showing off my skills, and more importantly, showing my weak...
Hi, Today we will discuss shortly about ORM and ODM tools and we will clear our all confusions of ORM...
I released version 1.0 of Accella, a TypeScript-oriented web framework, in February 2025. In this...
Recently I've been struggling with pagination on Gorm, indeed gorm has an example that you need for...
I am developing an ORM library for TypeScript called Accel Record. Recently, I published an article...
Java ORM world is very steady and few libraries exist, but none of them brought any breaking change...
O desenvolvimento de aplicações modernas frequentemente exige uma interação eficiente e segura com...
I am developing an ORM library for TypeScript called Accel Record. Unlike other TypeScript/JavaScript...
This blog post will discuss popular Postgres ORM tools and other alternatives. Those who are not...
hi 🙂🖐 How to Setting Default UUID for User Model in Peewee from peewee import...
A post by Prawee Wongsa
What is prisma ? Prisma is an ORM (Object Relational Mapper) that simplifies database...
In this video, we explore advanced topics related to using the Django ORM. We cover concepts like Q...
ORM is a technique or a Design Pattern used to access relational database from an object oriented...