1. 首页
  2. 数据库
  3. 其它
  4. nodejs环境使用Typeorm连接查询Oracle数据

nodejs环境使用Typeorm连接查询Oracle数据

上传者: 2021-01-03 22:08:19上传 PDF文件 91KB 热度 14次
首先是typeorm的官方地址, 国内有人翻了中文版,不保证时效性 ·通过npm安装下列包: typeorm //typeorm连接数据库 @types/node //类型系统 typescript //ts基础 oracledb //oracle基础 ts-node //nodejs编译运行ts的工具; ·根路径配置: package.json //项目依赖、脚本、描述等 tsconfig.json //ts编译设置 { compilerOptions: { module: commonjs, noImplicitAny: true
下载地址
用户评论