Skip to content

Commit 7dac12c

Browse files
authored
fix: drop xml & yml connection option support (typeorm#9930)
1 parent daf1b47 commit 7dac12c

File tree

14 files changed

+1196
-24266
lines changed

14 files changed

+1196
-24266
lines changed

README-zh_CN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ TypeORM 的一些特性:
5656
- 监听者和订阅者(钩子)
5757
- 支持闭包表模式
5858
- 在模型或者分离的配置文件中声明模式
59-
- json / xml / yml / env 格式的连接配置
6059
- 支持 MySQL / MariaDB / Postgres / SQLite / Microsoft SQL Server / Oracle / SAP Hana / sql.js
6160
- 支持 MongoDB NoSQL 数据库
6261
- 可在 NodeJS / 浏览器 / Ionic / Cordova / React Native / Expo / Electron 平台上使用

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ TypeORM is highly influenced by other ORMs, such as [Hibernate](http://hibernate
6666
- Listeners and subscribers (hooks).
6767
- Supports closure table pattern.
6868
- Schema declaration in models or separate configuration files.
69-
- Connection configuration in json / xml / yml / env formats.
7069
- Supports MySQL / MariaDB / Postgres / CockroachDB / SQLite / Microsoft SQL Server / Oracle / SAP Hana / sql.js.
7170
- Supports MongoDB NoSQL database.
7271
- Works in NodeJS / Browser / Ionic / Cordova / React Native / NativeScript / Expo / Electron platforms.

README_ko.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ TypeORM은 [Hibernate](http://hibernate.org/orm/), [Doctrine](http://www.doctrin
3737
- 리스너 및 구독자(hooks).
3838
- 클로저 테이블 패턴 지원.
3939
- 모델 또는 별도의 설정 파일에서 스키마 선언.
40-
- json / xml / yml / env 형식의 연결 구성.
4140
- MySQL / MariaDB / Postgres / CockroachDB / SQLite / Microsoft SQL Server / Oracle / SAP Hana / sql.js를 지원.
4241
- MongoDB NoSQL 데이터베이스 지원.
4342
- NodeJS / Browser / Ionic / Cordova / React Native / NativeScript / Expo / Electron 플랫폼에서 작동.

0 commit comments

Comments
 (0)