orm

Tag

Cards List
#orm

EF Core 11 makes your split queries faster

Hacker News Top · 2026-07-04 Cached

EF Core 11 optimizes split queries by removing unnecessary JOINs of reference navigations from collection queries, reducing database overhead and improving performance.

0 favorites 0 likes
#orm

@huihoo: In this discussion about SQLite, you can also dive deeper into SQLite. WeChat's mobile database framework WCDB built on SQLite and SQLCipher https://github.com/Tencent/wcdb DB Browser for…

X AI KOLs Timeline · 2026-07-02 Cached

Introduces WeChat's mobile database framework WCDB built on SQLite and SQLCipher, and recommends related learning resources.

0 favorites 0 likes
#orm

What ORMs have taught me: just learn SQL (2014)

Hacker News Top · 2026-07-01 Cached

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.

0 favorites 0 likes
#orm

A simple web framework for odin

Lobsters Hottest · 2026-06-27 Cached

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.

0 favorites 0 likes
#orm

@seclink: Sharing a new article 'Is it necessary to migrate an application based on FastAPI + SQLAlchemy ORM to FastAPI + SQLModel?' https://juejin.cn/post/7648902852933304360…

X AI KOLs Following · 2026-06-09 Cached

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.

0 favorites 0 likes
#orm

prisma/prisma

GitHub Trending (daily) · 2026-07-09 Cached

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.

0 favorites 0 likes
← Back to home

Submit Feedback