Loading...
Loading...
Compare original and translation side by side
Learn to THINK, not copy SQL patterns.
学会思考,而非照搬SQL模式。
| File | Description | When to Read |
|---|---|---|
| PostgreSQL vs Neon vs Turso vs SQLite | Choosing database |
| Drizzle vs Prisma vs Kysely | Choosing ORM |
| Normalization, PKs, relationships | Designing schema |
| Index types, composite indexes | Performance tuning |
| N+1, EXPLAIN ANALYZE | Query optimization |
| Safe migrations, serverless DBs | Schema changes |
| 文件 | 描述 | 阅读时机 |
|---|---|---|
| PostgreSQL vs Neon vs Turso vs SQLite | 选择数据库时 |
| Drizzle vs Prisma vs Kysely | 选择ORM时 |
| 规范化、主键、关系 | 设计模式时 |
| 索引类型、复合索引 | 性能调优时 |
| N+1问题、EXPLAIN ANALYZE | 查询优化时 |
| 安全迁移、无服务器数据库 | 模式变更时 |