You may not nedd an ORM [Laurent STEFF]
jeudi 25 avril 2024
« This HackerNoon's post discuss the motivation behind migrating away from an ORM to get closer to SQL and the database. An excellent reminder that an ORM is just a tool that comes with costs and benefits.  »
mercredi 26 janvier 2022
« Le PRQL est une alternative, une surcouche au langage SQL. Il permet une écriture plus moderne de requêtes SQL sous forme de pipelines.  »
lundi 20 septembre 2021
« When we start an application, we often draw the data model, and also, most of the time, implement "normalization" concepts, without really knowing it exists, and what means 1NF, 2NF, 3NF, ... This article is a good introduction to this, along with what are keys, composite keys, foreign keys.  »
SQLModel [Romain]
lundi 20 septembre 2021
« Un ORM basé sur sqlalchemy et pydantic.  »