# 分类：database-development

> 该分类下的文章按时间倒序排列，便于按主题继续深挖。

## 页面摘要
- 路径: /categories/database-development/
- 当前页: 1 / 1
- 文章总数: 1
- 当前页文章数: 1

## 快速导航
- [首页](/)
- [分类索引](/categories/)
- [归档索引](/archive/)

## 本页文章
### [用pg-typesafe实现PostgreSQL查询的编译时类型安全：AST生成与增量同步](/posts/2026/02/18/pg-typesafe-strongly-typed-postgresql-queries-typescript/)
- 日期: 2026-02-18T12:16:02+08:00
- 分类: [database-development](/categories/database-development/)
- 摘要: 探讨pg-typesafe如何通过AST分析与TypeScript Compiler API实现PostgreSQL查询的编译时类型安全，设计增量类型同步机制，并提供可落地的工程参数与监控要点。
