DEV Community

# orm

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Creating a CRUD App using Flask and SqlAlchemy

Creating a CRUD App using Flask and SqlAlchemy

4
Comments 4
8 min read
Pagination using Gorm scopes

Pagination using Gorm scopes

35
Comments 4
2 min read
Cascade deleting in Prisma (v2)

Cascade deleting in Prisma (v2)

5
Comments
2 min read
Understanding Active Record

Understanding Active Record

6
Comments
3 min read
SqlAlchemy Python ORM

SqlAlchemy Python ORM

6
Comments
2 min read
Building Web Applications using Beego + Mysql+ORM

Building Web Applications using Beego + Mysql+ORM

6
Comments
3 min read
Building Linq predicates in code

Building Linq predicates in code

6
Comments
2 min read
Can I Use MongoDB with Prisma Yet?

Can I Use MongoDB with Prisma Yet?

27
Comments 2
5 min read
Let's talk about Views

Let's talk about Views

5
Comments
2 min read
Sequelize + TypeScript - What you need to know

Sequelize + TypeScript - What you need to know

70
Comments 13
7 min read
Getting Yourself Acquainted with TypeORM

Getting Yourself Acquainted with TypeORM

10
Comments
5 min read
3 reasons why you should try Prisma, today!

3 reasons why you should try Prisma, today!

5
Comments
3 min read
Is Hibernate Really Worth It ?

Is Hibernate Really Worth It ?

9
Comments 1
5 min read
ORM for .NET 5 Records

ORM for .NET 5 Records

6
Comments
4 min read
Here is a python ORM/Driver for InfluxDB : Influxable

Here is a python ORM/Driver for InfluxDB : Influxable

7
Comments
2 min read
Connecting to a MySQL database with SQLAlchemy

Connecting to a MySQL database with SQLAlchemy

18
Comments
3 min read
Introduction to Object-relational mapping: the what, why, when and how of ORM

Introduction to Object-relational mapping: the what, why, when and how of ORM

30
Comments 6
7 min read
Should I use SQL Views With ORM frameworks?

Should I use SQL Views With ORM frameworks?

3
Comments 1
1 min read
The story behind salesforce-orm Gem

The story behind salesforce-orm Gem

9
Comments
4 min read
What are ORMs and When to Use Them

What are ORMs and When to Use Them

23
Comments 4
2 min read
aerich migration package for Tortoise ORM

aerich migration package for Tortoise ORM

6
Comments
2 min read
Django DBML generator

Django DBML generator

4
Comments
1 min read
Django GenericForeignKey with GenericRelation

Django GenericForeignKey with GenericRelation

15
Comments
2 min read
Writing another ORM for Hasura with a codegen

Writing another ORM for Hasura with a codegen

6
Comments
4 min read
Introducing JPA and Hibernate

Introducing JPA and Hibernate

8
Comments
3 min read
What is Dapper, and why you should consider it for your .NET projects

What is Dapper, and why you should consider it for your .NET projects

36
Comments 15
6 min read
Django + MySQL, How to port your web application from SQLite to MySQL

Django + MySQL, How to port your web application from SQLite to MySQL

4
Comments 1
3 min read
Can you create db table with Bitrix ORM?

Can you create db table with Bitrix ORM?

5
Comments
1 min read
Pocket Guide on Sequelize ORM for NodeJS

Pocket Guide on Sequelize ORM for NodeJS

17
Comments
12 min read
Rails like scope methods in Objection.js (NodeJS ORM)

Rails like scope methods in Objection.js (NodeJS ORM)

8
Comments
3 min read
Modality 1.0 - a lightweight Java ORM library

Modality 1.0 - a lightweight Java ORM library

3
Comments 1
1 min read
Django & DRF 101, partie 1 : ORM et accès à la donnée

Django & DRF 101, partie 1 : ORM et accès à la donnée

16
Comments 3
15 min read
RepoDb - a hybrid ORM library for .NET.

RepoDb - a hybrid ORM library for .NET.

9
Comments 4
2 min read
When to use/not use an ORM

When to use/not use an ORM

10
Comments 6
1 min read
How do Object Relational Mappers (like Entity Framework) work?

How do Object Relational Mappers (like Entity Framework) work?

79
Comments 4
5 min read
ORM vs Query Builders vs Raw SQL

ORM vs Query Builders vs Raw SQL

27
Comments 8
2 min read
Add custom operators to typeorm

Add custom operators to typeorm

13
Comments
2 min read
Django ORM

Django ORM

6
Comments
2 min read
FireO - Querying and filtering Data in Firestore

FireO - Querying and filtering Data in Firestore

4
Comments
1 min read
NestedModel in Google Firestore - FireO

NestedModel in Google Firestore - FireO

6
Comments
1 min read
Google Firestore ORM package in Python

Google Firestore ORM package in Python

7
Comments
1 min read
Importing Stored Procedures in Apache Cayenne

Importing Stored Procedures in Apache Cayenne

6
Comments
2 min read
Sequalize model validation or express-validator?

Sequalize model validation or express-validator?

7
Comments 5
1 min read
Faster CSV export with Django & Postgres

Faster CSV export with Django & Postgres

19
Comments 1
2 min read
TypeORM Connection in NestJS

TypeORM Connection in NestJS

17
Comments
2 min read
Doctrine: HOW TO recover from rolled back transaction

Doctrine: HOW TO recover from rolled back transaction

11
Comments
3 min read
DBIC testing: rs_with_new_rows

DBIC testing: rs_with_new_rows

9
Comments
2 min read
How to use Sequelize ORM in your Express application

How to use Sequelize ORM in your Express application

19
Comments
8 min read
What is Object-Relational Mapping? How to Roll-Your-Own JavaScript ORM

What is Object-Relational Mapping? How to Roll-Your-Own JavaScript ORM

60
Comments 1
14 min read
Which ORM to use for build an API with NodeJS ?

Which ORM to use for build an API with NodeJS ?

5
Comments 7
1 min read
Similarities of Sequelize.js and Mongoose.js

Similarities of Sequelize.js and Mongoose.js

12
Comments
1 min read
Explain ORM oneToMany, manyToMany relation like I'm five

Explain ORM oneToMany, manyToMany relation like I'm five

12
Comments 2
1 min read
Data Filtering in a Django Website using Elasticsearch

Data Filtering in a Django Website using Elasticsearch

31
Comments
7 min read
ORM-less Data Access in .Net Core

ORM-less Data Access in .Net Core

74
Comments 9
9 min read
QuerySet Filters on Many-to-many Relations

QuerySet Filters on Many-to-many Relations

11
Comments
4 min read
Explain ORM like I'm five

Explain ORM like I'm five

42
Comments 18
1 min read
Creating an ODM with JavaScript

Creating an ODM with JavaScript

36
Comments 4
6 min read
Subtle issues with ORMs, and how to avoid them

Subtle issues with ORMs, and how to avoid them

15
Comments 4
8 min read
ROW_NUMBER, PARTITION, & other reasons SQL is beautiful

ROW_NUMBER, PARTITION, & other reasons SQL is beautiful

14
Comments
2 min read
WillCore.Data (Entity Framework for Node.JS)

WillCore.Data (Entity Framework for Node.JS)

3
Comments
1 min read
loading...