Articles by Tag #orm

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Typing Prisma Json Fields? Yes, You Can!

SQL databases provide us with many benefits, the most important of which is strong schema...

Learn More 26 0Nov 7 '24

Node.js uchun ORM tanlaymiz!

Postda o'zim eng asosiylari deb bilgan 5 ta ORM'ni taqqoslamoqchiman: Prisma, TypeORM, Sequalize,...

Learn More 14 6Apr 26

Less Code (-75%) & More Power (💪) with Remult

I've been using Remult for a while now and I'm really happy with it. Let me walk you through why I...

Learn More 8 1May 8 '24

Building a Mini ORM with Ruby Metaprogramming: A Deep Dive into Active Record Pattern

Code Writes Code Object-Relational Mapping (ORM) frameworks like ActiveRecord are...

Learn More 6 0Mar 25

The Power of Less: Streamlining Dependencies with Remult

In my last post, I shared my epic journey switching to Remult, which shrank my codebase by 75% and...

Learn More 6 1Jun 13 '24

Rose::DB ORM and Perl

A while ago I found out from a post that Dbix::Class Perls default ORM is abandoned dbixclass not...

Learn More 5 11Jan 12

Let's take a quick look at Drizzle ORM

Drizzle ORM Crash Course Burak Boduroğlu ・ Jan 14 ...

Learn More 5 0Jan 14

TypeORM: O ORM que Você Precisa Conhecer para Trabalhar com Node.js e TypeScript

No mundo do desenvolvimento web, trabalhar com banco de dados é uma parte essencial da criação de...

Learn More 4 0Jun 11 '24

Trysil - Multi-tenat API REST

Run "Create new Trysil multi-tenant API REST" from the Trysil menu. Choose the folder, the name of...

Learn More 4 1Nov 26 '24

Introduction to "Accel Record": A TypeScript ORM Using the Active Record Pattern

In this article, we'll briefly introduce Accel Record, an ORM for TypeScript that we're...

Learn More 3 0Jun 4 '24

RedEventStore

Recently, I wrote my first blog post on this blog about Sourcing, a Raku framework I'm developing for...

Learn More 3 0Mar 15

Data Access with Dapper: A Lightweight ORM for .NET Apps

Introduction In this blog article, we'll cover how to efficiently access data using...

Learn More 3 0Jun 27 '24

The Future of Red ORM for Raku

Introduction Red is Raku’s object-relational mapper (ORM) – a library that lets you work...

Learn More 2 0Mar 23

Writing code like this improves efficiency by 100 times compared to directly using MyBatis

For a Java backend programmer, MyBatis, Hibernate, Data Jdbc, and others are commonly used ORM...

Learn More 2 1Jun 19 '24

Introdução ao ORM do Django: Exercícios Práticos

O ORM (Object-Relational Mapping) do Django é uma poderosa ferramenta que permite aos desenvolvedores...

Learn More 2 1Jul 10 '24

Why We Adopted a Synchronous API for the New TypeScript ORM

I am developing a TypeScript ORM library called Accel Record. Unlike other TypeScript/JavaScript ORM...

Learn More 1 0Jun 20 '24

SQL generation: Golang's builder pattern vs Clojure's persistent map

I worked on a TODO code assignment for showing off my skills, and more importantly, showing my weak...

Learn More 1 0Jun 8 '24

Difference Between ORM and ODM

Hi, Today we will discuss shortly about ORM and ODM tools and we will clear our all confusions of ORM...

Learn More 1 1Jun 12 '24

After a Year of Wanting a Typed Rails and Starting Development, I Released a Framework for TypeScript

I released version 1.0 of Accella, a TypeScript-oriented web framework, in February 2025. In this...

Learn More 1 0Mar 28

Gorm Pagination With Ease

Recently I've been struggling with pagination on Gorm, indeed gorm has an example that you need for...

Learn More 1 0Jul 20 '24

Seeking a Type-Safe Ruby on Rails in TypeScript, I Started Developing an ORM

I am developing an ORM library for TypeScript called Accel Record. Recently, I published an article...

Learn More 0 0Jun 11 '24

Introducing Stalactite ORM

Java ORM world is very steady and few libraries exist, but none of them brought any breaking change...

Learn More 0 0May 20 '24

Explorando ORM: Facilitando o Desenvolvimento com Bancos de Dados

O desenvolvimento de aplicações modernas frequentemente exige uma interação eficiente e segura com...

Learn More 0 0Jun 10 '24

Techniques for Synchronous DB Access in TypeScript

I am developing an ORM library for TypeScript called Accel Record. Unlike other TypeScript/JavaScript...

Learn More 0 0Jul 5 '24

Most popular Postgres ORMs

This blog post will discuss popular Postgres ORM tools and other alternatives. Those who are not...

Learn More 0 0May 29 '24

How to Setting Default UUID for User Model in Peewee

hi 🙂🖐 How to Setting Default UUID for User Model in Peewee from peewee import...

Learn More 0 0May 11 '24

ORM Postgres for lambda

A post by Prawee Wongsa

Learn More 0 0May 2

Prisma 101 baby.

What is prisma ? Prisma is an ORM (Object Relational Mapper) that simplifies database...

Learn More 0 0Dec 23 '24

Advanced Django ORM Features (Q-Objects, F-Expressions, Aggregations and Annotations)

In this video, we explore advanced topics related to using the Django ORM. We cover concepts like Q...

Learn More 0 1May 19 '24

What is ORM

ORM is a technique or a Design Pattern used to access relational database from an object oriented...

Learn More 0 0Oct 4 '24