DuckDB as the New jq [Baptiste Jonglez]
jeudi 3 octobre 2024
« Une manière intéressante de traiter du JSON à travers des requêtes SQL, grâce à l'excellent DuckDB. »
jeudi 16 mai 2024
« Co-creator of SQL, Donald Chamberlin, discusses about SQL, NoSQL, and an attempt to overcome the "impendance mismatch" between JavaScript, JSON and Relational Databases: SQL++. »
jeudi 2 mai 2024
« Une faille par injection SQL découverte sur le plugin WP-Automatic pour les sites WordPress permet de prendre le contrôle total d'un site web WordPress. »
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. »