随笔分类 -  typescript

typescript相关基础
摘要:文章结构 1 新建 postgres.ts 文件 2 配置文件说明 3 依赖引用说明 4 API使用示例 1 新建 postgres.ts 文件,代码如下: import { Pool, PoolClient, QueryResult } from 'pg'; import { CONFIG } f 阅读全文
posted @ 2022-01-12 10:10 万元户jhg 阅读(369) 评论(0) 推荐(0)