Tag
EF Core 11 optimizes split queries by removing unnecessary JOINs of reference navigations from collection queries, reducing database overhead and improving performance.
Introduces WeChat's mobile database framework WCDB built on SQLite and SQLCipher, and recommends related learning resources.
The author argues that ORMs are more detrimental than beneficial and that developers should focus on learning SQL directly to avoid issues like attribute creep and inefficient queries.
Gjallarhorn is a from-scratch web framework for the Odin programming language, providing an HTTP server, router, middleware, template engine, and ORM with PostgreSQL support, all with no external dependencies.
This article compares the usage scenarios of FastAPI+SQLAlchemy and SQLModel, analyzes the benefits and costs of migration, and suggests that existing projects do not need to fully migrate.
Prisma is a next-generation ORM for Node.js and TypeScript, providing an auto-generated type-safe query builder, declarative migrations, and a GUI database viewer.