Close

Peewee ORM

Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive.

ORM in Python: A Beginner’s Guide

ORM in Python: A Beginner's Guide

Introduction to ORM Object-relational mapping (ORM) is a technique that allows you to access data in a relational database using an object-oriented programming (OOP) language. ORMs provide a layer of abstraction between your code and the database, which makes it easier to work with data. ORMs work by mapping database […]

Devamını Oku

Using ML and Optimization to Solve DoorDash’s Dispatch Problem

Using ML and Optimization to Solve DoorDash’s Dispatch Problem

A behind-the-scenes look at how we match Dashers with orders At DoorDash, we constantly look for ways to improve the customer experience. One of the most critical aspects of the customer experience is the speed of delivery. We want to ensure our customers get their food as quickly as possible. […]

Devamını Oku

What Is Dapper?

What Is Dapper?

Dapper is an open-source micro-ORM (Object-Relational Mapper) for dotNET. It is designed to be lightweight and fast and is often used as an alternative to larger ORMs such as Entity Framework. An ORM tool simplifies interacting with a database from within an application. It does this by mapping objects in […]

Devamını Oku