taon-typeorm 21.0.2 → 21.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (830) hide show
  1. package/browser/fesm2022/{taon-typeorm.mjs → taon-typeorm-browser.mjs} +1 -1
  2. package/browser/fesm2022/taon-typeorm-browser.mjs.map +1 -0
  3. package/browser/package.json +1 -1
  4. package/browser/types/taon-typeorm-browser.d.ts +12402 -0
  5. package/lib/build-info._auto-generated_.d.ts +1 -1
  6. package/lib/build-info._auto-generated_.js +1 -1
  7. package/lib/typeorm/query-builder/DeleteQueryBuilder.js +5 -1
  8. package/lib/typeorm/query-builder/DeleteQueryBuilder.js.map +1 -1
  9. package/lib/typeorm/query-builder/SoftDeleteQueryBuilder.js +5 -1
  10. package/lib/typeorm/query-builder/SoftDeleteQueryBuilder.js.map +1 -1
  11. package/lib/typeorm/query-builder/UpdateQueryBuilder.js +5 -1
  12. package/lib/typeorm/query-builder/UpdateQueryBuilder.js.map +1 -1
  13. package/package.json +1 -1
  14. package/tmp-environment.json +4 -8
  15. package/websql/fesm2022/{taon-typeorm.mjs → taon-typeorm-websql.mjs} +1 -1
  16. package/websql/fesm2022/taon-typeorm-websql.mjs.map +1 -0
  17. package/websql/package.json +1 -1
  18. package/websql/types/taon-typeorm-websql.d.ts +12402 -0
  19. package/browser/fesm2022/taon-typeorm.mjs.map +0 -1
  20. package/browser/index.d.ts +0 -6
  21. package/browser/lib/index.d.ts +0 -2
  22. package/browser/lib/typeorm/cache/DbQueryResultCache.d.ts +0 -53
  23. package/browser/lib/typeorm/cache/QueryResultCache.d.ts +0 -40
  24. package/browser/lib/typeorm/cache/QueryResultCacheFactory.d.ts +0 -14
  25. package/browser/lib/typeorm/cache/QueryResultCacheOptions.d.ts +0 -27
  26. package/browser/lib/typeorm/cache/RedisQueryResultCache.d.ts +0 -66
  27. package/browser/lib/typeorm/common/DeepPartial.d.ts +0 -7
  28. package/browser/lib/typeorm/common/EntityTarget.d.ts +0 -10
  29. package/browser/lib/typeorm/common/MixedList.d.ts +0 -9
  30. package/browser/lib/typeorm/common/ObjectLiteral.d.ts +0 -7
  31. package/browser/lib/typeorm/common/ObjectType.d.ts +0 -7
  32. package/browser/lib/typeorm/common/RelationType.d.ts +0 -15
  33. package/browser/lib/typeorm/connection/Connection.d.ts +0 -11
  34. package/browser/lib/typeorm/connection/ConnectionManager.d.ts +0 -34
  35. package/browser/lib/typeorm/connection/ConnectionMetadataBuilder.d.ts +0 -25
  36. package/browser/lib/typeorm/connection/ConnectionOptions.d.ts +0 -10
  37. package/browser/lib/typeorm/connection/ConnectionOptionsReader.d.ts +0 -65
  38. package/browser/lib/typeorm/constants.d.ts +0 -2
  39. package/browser/lib/typeorm/container.d.ts +0 -40
  40. package/browser/lib/typeorm/data-source/BaseDataSourceOptions.d.ts +0 -172
  41. package/browser/lib/typeorm/data-source/DataSource.d.ts +0 -247
  42. package/browser/lib/typeorm/data-source/DataSourceOptions.d.ts +0 -9
  43. package/browser/lib/typeorm/data-source/index.d.ts +0 -3
  44. package/browser/lib/typeorm/decorator/Check.d.ts +0 -13
  45. package/browser/lib/typeorm/decorator/EntityRepository.d.ts +0 -10
  46. package/browser/lib/typeorm/decorator/Exclusion.d.ts +0 -13
  47. package/browser/lib/typeorm/decorator/Generated.d.ts +0 -11
  48. package/browser/lib/typeorm/decorator/Index.d.ts +0 -50
  49. package/browser/lib/typeorm/decorator/Unique.d.ts +0 -22
  50. package/browser/lib/typeorm/decorator/columns/Column.d.ts +0 -75
  51. package/browser/lib/typeorm/decorator/columns/CreateDateColumn.d.ts +0 -8
  52. package/browser/lib/typeorm/decorator/columns/DeleteDateColumn.d.ts +0 -7
  53. package/browser/lib/typeorm/decorator/columns/ObjectIdColumn.d.ts +0 -7
  54. package/browser/lib/typeorm/decorator/columns/PrimaryColumn.d.ts +0 -22
  55. package/browser/lib/typeorm/decorator/columns/PrimaryGeneratedColumn.d.ts +0 -25
  56. package/browser/lib/typeorm/decorator/columns/UpdateDateColumn.d.ts +0 -7
  57. package/browser/lib/typeorm/decorator/columns/VersionColumn.d.ts +0 -8
  58. package/browser/lib/typeorm/decorator/columns/ViewColumn.d.ts +0 -6
  59. package/browser/lib/typeorm/decorator/columns/VirtualColumn.d.ts +0 -11
  60. package/browser/lib/typeorm/decorator/entity/ChildEntity.d.ts +0 -5
  61. package/browser/lib/typeorm/decorator/entity/Entity.d.ts +0 -12
  62. package/browser/lib/typeorm/decorator/entity/TableInheritance.d.ts +0 -9
  63. package/browser/lib/typeorm/decorator/entity-view/ViewEntity.d.ts +0 -12
  64. package/browser/lib/typeorm/decorator/listeners/AfterInsert.d.ts +0 -5
  65. package/browser/lib/typeorm/decorator/listeners/AfterLoad.d.ts +0 -5
  66. package/browser/lib/typeorm/decorator/listeners/AfterRecover.d.ts +0 -5
  67. package/browser/lib/typeorm/decorator/listeners/AfterRemove.d.ts +0 -5
  68. package/browser/lib/typeorm/decorator/listeners/AfterSoftRemove.d.ts +0 -5
  69. package/browser/lib/typeorm/decorator/listeners/AfterUpdate.d.ts +0 -5
  70. package/browser/lib/typeorm/decorator/listeners/BeforeInsert.d.ts +0 -5
  71. package/browser/lib/typeorm/decorator/listeners/BeforeRecover.d.ts +0 -5
  72. package/browser/lib/typeorm/decorator/listeners/BeforeRemove.d.ts +0 -5
  73. package/browser/lib/typeorm/decorator/listeners/BeforeSoftRemove.d.ts +0 -5
  74. package/browser/lib/typeorm/decorator/listeners/BeforeUpdate.d.ts +0 -5
  75. package/browser/lib/typeorm/decorator/listeners/EventSubscriber.d.ts +0 -6
  76. package/browser/lib/typeorm/decorator/options/ColumnCommonOptions.d.ts +0 -58
  77. package/browser/lib/typeorm/decorator/options/ColumnEmbeddedOptions.d.ts +0 -17
  78. package/browser/lib/typeorm/decorator/options/ColumnEnumOptions.d.ts +0 -14
  79. package/browser/lib/typeorm/decorator/options/ColumnHstoreOptions.d.ts +0 -11
  80. package/browser/lib/typeorm/decorator/options/ColumnNumericOptions.d.ts +0 -25
  81. package/browser/lib/typeorm/decorator/options/ColumnOptions.d.ts +0 -159
  82. package/browser/lib/typeorm/decorator/options/ColumnWithLengthOptions.d.ts +0 -11
  83. package/browser/lib/typeorm/decorator/options/ColumnWithWidthOptions.d.ts +0 -20
  84. package/browser/lib/typeorm/decorator/options/EntityOptions.d.ts +0 -43
  85. package/browser/lib/typeorm/decorator/options/IndexOptions.d.ts +0 -53
  86. package/browser/lib/typeorm/decorator/options/JoinColumnOptions.d.ts +0 -18
  87. package/browser/lib/typeorm/decorator/options/JoinTableMultipleColumnsOptions.d.ts +0 -30
  88. package/browser/lib/typeorm/decorator/options/JoinTableOptions.d.ts +0 -30
  89. package/browser/lib/typeorm/decorator/options/PrimaryGeneratedColumnIdentityOptions.d.ts +0 -27
  90. package/browser/lib/typeorm/decorator/options/PrimaryGeneratedColumnNumericOptions.d.ts +0 -32
  91. package/browser/lib/typeorm/decorator/options/PrimaryGeneratedColumnUUIDOptions.d.ts +0 -18
  92. package/browser/lib/typeorm/decorator/options/RelationOptions.d.ts +0 -65
  93. package/browser/lib/typeorm/decorator/options/SpatialColumnOptions.d.ts +0 -16
  94. package/browser/lib/typeorm/decorator/options/UniqueOptions.d.ts +0 -11
  95. package/browser/lib/typeorm/decorator/options/ValueTransformer.d.ts +0 -14
  96. package/browser/lib/typeorm/decorator/options/ViewColumnOptions.d.ts +0 -16
  97. package/browser/lib/typeorm/decorator/options/ViewEntityOptions.d.ts +0 -40
  98. package/browser/lib/typeorm/decorator/options/VirtualColumnOptions.d.ts +0 -28
  99. package/browser/lib/typeorm/decorator/relations/JoinColumn.d.ts +0 -20
  100. package/browser/lib/typeorm/decorator/relations/JoinTable.d.ts +0 -18
  101. package/browser/lib/typeorm/decorator/relations/ManyToMany.d.ts +0 -15
  102. package/browser/lib/typeorm/decorator/relations/ManyToOne.d.ts +0 -15
  103. package/browser/lib/typeorm/decorator/relations/OneToMany.d.ts +0 -9
  104. package/browser/lib/typeorm/decorator/relations/OneToOne.d.ts +0 -13
  105. package/browser/lib/typeorm/decorator/relations/RelationCount.d.ts +0 -8
  106. package/browser/lib/typeorm/decorator/relations/RelationId.d.ts +0 -8
  107. package/browser/lib/typeorm/decorator/tree/Tree.d.ts +0 -10
  108. package/browser/lib/typeorm/decorator/tree/TreeChildren.d.ts +0 -8
  109. package/browser/lib/typeorm/decorator/tree/TreeLevelColumn.d.ts +0 -5
  110. package/browser/lib/typeorm/decorator/tree/TreeParent.d.ts +0 -9
  111. package/browser/lib/typeorm/driver/Driver.d.ts +0 -208
  112. package/browser/lib/typeorm/driver/DriverFactory.d.ts +0 -12
  113. package/browser/lib/typeorm/driver/DriverUtils.d.ts +0 -62
  114. package/browser/lib/typeorm/driver/Query.d.ts +0 -10
  115. package/browser/lib/typeorm/driver/SqlInMemory.d.ts +0 -9
  116. package/browser/lib/typeorm/driver/cordova/CordovaConnectionOptions.d.ts +0 -25
  117. package/browser/lib/typeorm/driver/cordova/CordovaDriver.d.ts +0 -26
  118. package/browser/lib/typeorm/driver/cordova/CordovaQueryRunner.d.ts +0 -81
  119. package/browser/lib/typeorm/driver/mongodb/typings.d.ts +0 -46
  120. package/browser/lib/typeorm/driver/nativescript/NativescriptConnectionOptions.d.ts +0 -46
  121. package/browser/lib/typeorm/driver/nativescript/NativescriptDriver.d.ts +0 -45
  122. package/browser/lib/typeorm/driver/nativescript/NativescriptQueryRunner.d.ts +0 -30
  123. package/browser/lib/typeorm/driver/react-native/ReactNativeConnectionOptions.d.ts +0 -25
  124. package/browser/lib/typeorm/driver/react-native/ReactNativeDriver.d.ts +0 -26
  125. package/browser/lib/typeorm/driver/react-native/ReactNativeQueryRunner.d.ts +0 -30
  126. package/browser/lib/typeorm/driver/sqlite-abstract/AbstractSqliteDriver.d.ts +0 -238
  127. package/browser/lib/typeorm/driver/sqlite-abstract/AbstractSqliteQueryRunner.d.ts +0 -301
  128. package/browser/lib/typeorm/driver/sqljs/SqljsConnectionOptions.d.ts +0 -47
  129. package/browser/lib/typeorm/driver/sqljs/SqljsDriver.d.ts +0 -68
  130. package/browser/lib/typeorm/driver/sqljs/SqljsQueryRunner.d.ts +0 -36
  131. package/browser/lib/typeorm/driver/types/ColumnTypes.d.ts +0 -26
  132. package/browser/lib/typeorm/driver/types/CteCapabilities.d.ts +0 -19
  133. package/browser/lib/typeorm/driver/types/DataTypeDefaults.d.ts +0 -9
  134. package/browser/lib/typeorm/driver/types/DatabaseType.d.ts +0 -5
  135. package/browser/lib/typeorm/driver/types/IsolationLevel.d.ts +0 -2
  136. package/browser/lib/typeorm/driver/types/MappedColumnTypes.d.ts +0 -113
  137. package/browser/lib/typeorm/driver/types/MetadataTableType.d.ts +0 -6
  138. package/browser/lib/typeorm/driver/types/ReplicationMode.d.ts +0 -2
  139. package/browser/lib/typeorm/driver/types/UpsertType.d.ts +0 -2
  140. package/browser/lib/typeorm/entity-manager/EntityManager.d.ts +0 -353
  141. package/browser/lib/typeorm/entity-manager/EntityManagerFactory.d.ts +0 -13
  142. package/browser/lib/typeorm/entity-manager/SqljsEntityManager.d.ts +0 -27
  143. package/browser/lib/typeorm/entity-schema/EntitySchema.d.ts +0 -10
  144. package/browser/lib/typeorm/entity-schema/EntitySchemaCheckOptions.d.ts +0 -11
  145. package/browser/lib/typeorm/entity-schema/EntitySchemaColumnOptions.d.ts +0 -175
  146. package/browser/lib/typeorm/entity-schema/EntitySchemaEmbeddedColumnOptions.d.ts +0 -19
  147. package/browser/lib/typeorm/entity-schema/EntitySchemaEmbeddedError.d.ts +0 -7
  148. package/browser/lib/typeorm/entity-schema/EntitySchemaExclusionOptions.d.ts +0 -11
  149. package/browser/lib/typeorm/entity-schema/EntitySchemaIndexOptions.d.ts +0 -54
  150. package/browser/lib/typeorm/entity-schema/EntitySchemaOptions.d.ts +0 -104
  151. package/browser/lib/typeorm/entity-schema/EntitySchemaRelationIdOptions.d.ts +0 -16
  152. package/browser/lib/typeorm/entity-schema/EntitySchemaRelationOptions.d.ts +0 -96
  153. package/browser/lib/typeorm/entity-schema/EntitySchemaTransformer.d.ts +0 -14
  154. package/browser/lib/typeorm/entity-schema/EntitySchemaUniqueOptions.d.ts +0 -18
  155. package/browser/lib/typeorm/error/AlreadyHasActiveConnectionError.d.ts +0 -8
  156. package/browser/lib/typeorm/error/CannotAttachTreeChildrenEntityError.d.ts +0 -8
  157. package/browser/lib/typeorm/error/CannotConnectAlreadyConnectedError.d.ts +0 -8
  158. package/browser/lib/typeorm/error/CannotCreateEntityIdMapError.d.ts +0 -10
  159. package/browser/lib/typeorm/error/CannotDetermineEntityError.d.ts +0 -8
  160. package/browser/lib/typeorm/error/CannotExecuteNotConnectedError.d.ts +0 -8
  161. package/browser/lib/typeorm/error/CannotGetEntityManagerNotConnectedError.d.ts +0 -8
  162. package/browser/lib/typeorm/error/CannotReflectMethodParameterTypeError.d.ts +0 -9
  163. package/browser/lib/typeorm/error/CircularRelationsError.d.ts +0 -8
  164. package/browser/lib/typeorm/error/ColumnTypeUndefinedError.d.ts +0 -9
  165. package/browser/lib/typeorm/error/ConnectionIsNotSetError.d.ts +0 -8
  166. package/browser/lib/typeorm/error/ConnectionNotFoundError.d.ts +0 -8
  167. package/browser/lib/typeorm/error/CustomRepositoryCannotInheritRepositoryError.d.ts +0 -8
  168. package/browser/lib/typeorm/error/CustomRepositoryDoesNotHaveEntityError.d.ts +0 -8
  169. package/browser/lib/typeorm/error/CustomRepositoryNotFoundError.d.ts +0 -8
  170. package/browser/lib/typeorm/error/DataTypeNotSupportedError.d.ts +0 -8
  171. package/browser/lib/typeorm/error/DriverOptionNotSetError.d.ts +0 -8
  172. package/browser/lib/typeorm/error/DriverPackageNotInstalledError.d.ts +0 -8
  173. package/browser/lib/typeorm/error/EntityMetadataNotFoundError.d.ts +0 -7
  174. package/browser/lib/typeorm/error/EntityNotFoundError.d.ts +0 -11
  175. package/browser/lib/typeorm/error/EntityPropertyNotFoundError.d.ts +0 -9
  176. package/browser/lib/typeorm/error/FindRelationsNotFoundError.d.ts +0 -8
  177. package/browser/lib/typeorm/error/InitializedRelationError.d.ts +0 -12
  178. package/browser/lib/typeorm/error/InsertValuesMissingError.d.ts +0 -8
  179. package/browser/lib/typeorm/error/LimitOnUpdateNotSupportedError.d.ts +0 -8
  180. package/browser/lib/typeorm/error/LockNotSupportedOnGivenDriverError.d.ts +0 -8
  181. package/browser/lib/typeorm/error/MetadataAlreadyExistsError.d.ts +0 -5
  182. package/browser/lib/typeorm/error/MetadataWithSuchNameAlreadyExistsError.d.ts +0 -5
  183. package/browser/lib/typeorm/error/MissingDeleteDateColumnError.d.ts +0 -6
  184. package/browser/lib/typeorm/error/MissingDriverError.d.ts +0 -8
  185. package/browser/lib/typeorm/error/MissingJoinColumnError.d.ts +0 -7
  186. package/browser/lib/typeorm/error/MissingJoinTableError.d.ts +0 -7
  187. package/browser/lib/typeorm/error/MissingPrimaryColumnError.d.ts +0 -6
  188. package/browser/lib/typeorm/error/MustBeEntityError.d.ts +0 -8
  189. package/browser/lib/typeorm/error/NamingStrategyNotFoundError.d.ts +0 -8
  190. package/browser/lib/typeorm/error/NestedSetMultipleRootError.d.ts +0 -5
  191. package/browser/lib/typeorm/error/NoConnectionForRepositoryError.d.ts +0 -8
  192. package/browser/lib/typeorm/error/NoConnectionOptionError.d.ts +0 -8
  193. package/browser/lib/typeorm/error/NoNeedToReleaseEntityManagerError.d.ts +0 -8
  194. package/browser/lib/typeorm/error/NoVersionOrUpdateDateColumnError.d.ts +0 -8
  195. package/browser/lib/typeorm/error/OffsetWithoutLimitNotSupportedError.d.ts +0 -8
  196. package/browser/lib/typeorm/error/OptimisticLockCanNotBeUsedError.d.ts +0 -8
  197. package/browser/lib/typeorm/error/OptimisticLockVersionMismatchError.d.ts +0 -8
  198. package/browser/lib/typeorm/error/PersistedEntityNotFoundError.d.ts +0 -8
  199. package/browser/lib/typeorm/error/PessimisticLockTransactionRequiredError.d.ts +0 -8
  200. package/browser/lib/typeorm/error/PrimaryColumnCannotBeNullableError.d.ts +0 -5
  201. package/browser/lib/typeorm/error/QueryFailedError.d.ts +0 -11
  202. package/browser/lib/typeorm/error/QueryRunnerAlreadyReleasedError.d.ts +0 -5
  203. package/browser/lib/typeorm/error/QueryRunnerProviderAlreadyReleasedError.d.ts +0 -8
  204. package/browser/lib/typeorm/error/RepositoryNotTreeError.d.ts +0 -9
  205. package/browser/lib/typeorm/error/ReturningStatementNotSupportedError.d.ts +0 -9
  206. package/browser/lib/typeorm/error/SubjectRemovedAndUpdatedError.d.ts +0 -9
  207. package/browser/lib/typeorm/error/SubjectWithoutIdentifierError.d.ts +0 -11
  208. package/browser/lib/typeorm/error/TransactionAlreadyStartedError.d.ts +0 -8
  209. package/browser/lib/typeorm/error/TransactionNotStartedError.d.ts +0 -8
  210. package/browser/lib/typeorm/error/TreeRepositoryNotSupportedError.d.ts +0 -6
  211. package/browser/lib/typeorm/error/TypeORMError.d.ts +0 -5
  212. package/browser/lib/typeorm/error/UpdateValuesMissingError.d.ts +0 -5
  213. package/browser/lib/typeorm/error/UsingJoinColumnIsNotAllowedError.d.ts +0 -7
  214. package/browser/lib/typeorm/error/UsingJoinColumnOnlyOnOneSideAllowedError.d.ts +0 -7
  215. package/browser/lib/typeorm/error/UsingJoinTableIsNotAllowedError.d.ts +0 -7
  216. package/browser/lib/typeorm/error/UsingJoinTableOnlyOnOneSideAllowedError.d.ts +0 -7
  217. package/browser/lib/typeorm/error/index.d.ts +0 -62
  218. package/browser/lib/typeorm/find-options/EqualOperator.d.ts +0 -6
  219. package/browser/lib/typeorm/find-options/FindManyOptions.d.ts +0 -15
  220. package/browser/lib/typeorm/find-options/FindOneOptions.d.ts +0 -89
  221. package/browser/lib/typeorm/find-options/FindOperator.d.ts +0 -66
  222. package/browser/lib/typeorm/find-options/FindOperatorType.d.ts +0 -5
  223. package/browser/lib/typeorm/find-options/FindOptionsOrder.d.ts +0 -19
  224. package/browser/lib/typeorm/find-options/FindOptionsRelations.d.ts +0 -19
  225. package/browser/lib/typeorm/find-options/FindOptionsSelect.d.ts +0 -18
  226. package/browser/lib/typeorm/find-options/FindOptionsUtils.d.ts +0 -191
  227. package/browser/lib/typeorm/find-options/FindOptionsWhere.d.ts +0 -14
  228. package/browser/lib/typeorm/find-options/FindTreeOptions.d.ts +0 -14
  229. package/browser/lib/typeorm/find-options/JoinOptions.d.ts +0 -77
  230. package/browser/lib/typeorm/find-options/OrderByCondition.d.ts +0 -18
  231. package/browser/lib/typeorm/find-options/operator/Any.d.ts +0 -7
  232. package/browser/lib/typeorm/find-options/operator/ArrayContainedBy.d.ts +0 -7
  233. package/browser/lib/typeorm/find-options/operator/ArrayContains.d.ts +0 -7
  234. package/browser/lib/typeorm/find-options/operator/ArrayOverlap.d.ts +0 -7
  235. package/browser/lib/typeorm/find-options/operator/Between.d.ts +0 -7
  236. package/browser/lib/typeorm/find-options/operator/Equal.d.ts +0 -12
  237. package/browser/lib/typeorm/find-options/operator/ILike.d.ts +0 -7
  238. package/browser/lib/typeorm/find-options/operator/In.d.ts +0 -7
  239. package/browser/lib/typeorm/find-options/operator/IsNull.d.ts +0 -7
  240. package/browser/lib/typeorm/find-options/operator/LessThan.d.ts +0 -7
  241. package/browser/lib/typeorm/find-options/operator/LessThanOrEqual.d.ts +0 -7
  242. package/browser/lib/typeorm/find-options/operator/Like.d.ts +0 -7
  243. package/browser/lib/typeorm/find-options/operator/MoreThan.d.ts +0 -7
  244. package/browser/lib/typeorm/find-options/operator/MoreThanOrEqual.d.ts +0 -7
  245. package/browser/lib/typeorm/find-options/operator/Not.d.ts +0 -8
  246. package/browser/lib/typeorm/find-options/operator/Raw.d.ts +0 -19
  247. package/browser/lib/typeorm/globals.d.ts +0 -104
  248. package/browser/lib/typeorm/index.d.ts +0 -168
  249. package/browser/lib/typeorm/logger/AdvancedConsoleLogger.d.ts +0 -42
  250. package/browser/lib/typeorm/logger/DebugLogger.d.ts +0 -41
  251. package/browser/lib/typeorm/logger/Logger.d.ts +0 -32
  252. package/browser/lib/typeorm/logger/LoggerFactory.d.ts +0 -12
  253. package/browser/lib/typeorm/logger/LoggerOptions.d.ts +0 -14
  254. package/browser/lib/typeorm/logger/SimpleConsoleLogger.d.ts +0 -42
  255. package/browser/lib/typeorm/metadata/CheckMetadata.d.ts +0 -40
  256. package/browser/lib/typeorm/metadata/ColumnMetadata.d.ts +0 -316
  257. package/browser/lib/typeorm/metadata/EmbeddedMetadata.d.ts +0 -166
  258. package/browser/lib/typeorm/metadata/EntityListenerMetadata.d.ts +0 -49
  259. package/browser/lib/typeorm/metadata/EntityMetadata.d.ts +0 -562
  260. package/browser/lib/typeorm/metadata/ExclusionMetadata.d.ts +0 -40
  261. package/browser/lib/typeorm/metadata/ForeignKeyMetadata.d.ts +0 -78
  262. package/browser/lib/typeorm/metadata/IndexMetadata.d.ts +0 -112
  263. package/browser/lib/typeorm/metadata/RelationCountMetadata.d.ts +0 -47
  264. package/browser/lib/typeorm/metadata/RelationIdMetadata.d.ts +0 -54
  265. package/browser/lib/typeorm/metadata/RelationMetadata.d.ts +0 -291
  266. package/browser/lib/typeorm/metadata/UniqueMetadata.d.ts +0 -66
  267. package/browser/lib/typeorm/metadata/types/ClosureTreeOptions.d.ts +0 -11
  268. package/browser/lib/typeorm/metadata/types/DeferrableType.d.ts +0 -5
  269. package/browser/lib/typeorm/metadata/types/EventListenerTypes.d.ts +0 -21
  270. package/browser/lib/typeorm/metadata/types/OnDeleteType.d.ts +0 -5
  271. package/browser/lib/typeorm/metadata/types/OnUpdateType.d.ts +0 -5
  272. package/browser/lib/typeorm/metadata/types/PropertyTypeInFunction.d.ts +0 -5
  273. package/browser/lib/typeorm/metadata/types/RelationTypeInFunction.d.ts +0 -6
  274. package/browser/lib/typeorm/metadata/types/RelationTypes.d.ts +0 -5
  275. package/browser/lib/typeorm/metadata/types/TableTypes.d.ts +0 -5
  276. package/browser/lib/typeorm/metadata/types/TreeTypes.d.ts +0 -6
  277. package/browser/lib/typeorm/metadata-args/CheckMetadataArgs.d.ts +0 -18
  278. package/browser/lib/typeorm/metadata-args/ColumnMetadataArgs.d.ts +0 -26
  279. package/browser/lib/typeorm/metadata-args/DiscriminatorValueMetadataArgs.d.ts +0 -14
  280. package/browser/lib/typeorm/metadata-args/EmbeddedMetadataArgs.d.ts +0 -27
  281. package/browser/lib/typeorm/metadata-args/EntityListenerMetadataArgs.d.ts +0 -19
  282. package/browser/lib/typeorm/metadata-args/EntityRepositoryMetadataArgs.d.ts +0 -15
  283. package/browser/lib/typeorm/metadata-args/EntitySubscriberMetadataArgs.d.ts +0 -10
  284. package/browser/lib/typeorm/metadata-args/ExclusionMetadataArgs.d.ts +0 -18
  285. package/browser/lib/typeorm/metadata-args/GeneratedMetadataArgs.d.ts +0 -18
  286. package/browser/lib/typeorm/metadata-args/IndexMetadataArgs.d.ts +0 -71
  287. package/browser/lib/typeorm/metadata-args/InheritanceMetadataArgs.d.ts +0 -19
  288. package/browser/lib/typeorm/metadata-args/JoinColumnMetadataArgs.d.ts +0 -27
  289. package/browser/lib/typeorm/metadata-args/JoinTableMetadataArgs.d.ts +0 -38
  290. package/browser/lib/typeorm/metadata-args/MetadataArgsStorage.d.ts +0 -109
  291. package/browser/lib/typeorm/metadata-args/NamingStrategyMetadataArgs.d.ts +0 -14
  292. package/browser/lib/typeorm/metadata-args/RelationCountMetadataArgs.d.ts +0 -27
  293. package/browser/lib/typeorm/metadata-args/RelationIdMetadataArgs.d.ts +0 -27
  294. package/browser/lib/typeorm/metadata-args/RelationMetadataArgs.d.ts +0 -56
  295. package/browser/lib/typeorm/metadata-args/TableMetadataArgs.d.ts +0 -62
  296. package/browser/lib/typeorm/metadata-args/TransactionEntityMetadataArgs.d.ts +0 -18
  297. package/browser/lib/typeorm/metadata-args/TransactionRepositoryMetadataArgs.d.ts +0 -26
  298. package/browser/lib/typeorm/metadata-args/TreeMetadataArgs.d.ts +0 -20
  299. package/browser/lib/typeorm/metadata-args/UniqueMetadataArgs.d.ts +0 -25
  300. package/browser/lib/typeorm/metadata-args/types/ColumnMode.d.ts +0 -8
  301. package/browser/lib/typeorm/metadata-builder/ClosureJunctionEntityMetadataBuilder.d.ts +0 -15
  302. package/browser/lib/typeorm/metadata-builder/EntityMetadataBuilder.d.ts +0 -58
  303. package/browser/lib/typeorm/metadata-builder/EntityMetadataValidator.d.ts +0 -24
  304. package/browser/lib/typeorm/metadata-builder/JunctionEntityMetadataBuilder.d.ts +0 -27
  305. package/browser/lib/typeorm/metadata-builder/MetadataUtils.d.ts +0 -24
  306. package/browser/lib/typeorm/metadata-builder/RelationJoinColumnBuilder.d.ts +0 -57
  307. package/browser/lib/typeorm/migration/Migration.d.ts +0 -25
  308. package/browser/lib/typeorm/migration/MigrationExecutor.d.ts +0 -100
  309. package/browser/lib/typeorm/migration/MigrationInterface.d.ts +0 -19
  310. package/browser/lib/typeorm/naming-strategy/DefaultNamingStrategy.d.ts +0 -50
  311. package/browser/lib/typeorm/naming-strategy/NamingStrategyInterface.d.ts +0 -117
  312. package/browser/lib/typeorm/persistence/EntityPersistExecutor.d.ts +0 -22
  313. package/browser/lib/typeorm/persistence/Subject.d.ts +0 -156
  314. package/browser/lib/typeorm/persistence/SubjectChangeMap.d.ts +0 -24
  315. package/browser/lib/typeorm/persistence/SubjectChangedColumnsComputer.d.ts +0 -19
  316. package/browser/lib/typeorm/persistence/SubjectDatabaseEntityLoader.d.ts +0 -36
  317. package/browser/lib/typeorm/persistence/SubjectExecutor.d.ts +0 -119
  318. package/browser/lib/typeorm/persistence/SubjectTopoligicalSorter.d.ts +0 -46
  319. package/browser/lib/typeorm/persistence/subject-builder/CascadesSubjectBuilder.d.ts +0 -20
  320. package/browser/lib/typeorm/persistence/subject-builder/ManyToManySubjectBuilder.d.ts +0 -35
  321. package/browser/lib/typeorm/persistence/subject-builder/OneToManySubjectBuilder.d.ts +0 -28
  322. package/browser/lib/typeorm/persistence/subject-builder/OneToOneInverseSideSubjectBuilder.d.ts +0 -28
  323. package/browser/lib/typeorm/persistence/tree/ClosureSubjectExecutor.d.ts +0 -27
  324. package/browser/lib/typeorm/persistence/tree/MaterializedPathSubjectExecutor.d.ts +0 -19
  325. package/browser/lib/typeorm/persistence/tree/NestedSetSubjectExecutor.d.ts +0 -39
  326. package/browser/lib/typeorm/platform/PlatformTools.d.ts +0 -65
  327. package/browser/lib/typeorm/query-builder/Alias.d.ts +0 -23
  328. package/browser/lib/typeorm/query-builder/Brackets.d.ts +0 -17
  329. package/browser/lib/typeorm/query-builder/DeleteQueryBuilder.d.ts +0 -92
  330. package/browser/lib/typeorm/query-builder/InsertOrUpdateOptions.d.ts +0 -4
  331. package/browser/lib/typeorm/query-builder/InsertQueryBuilder.d.ts +0 -118
  332. package/browser/lib/typeorm/query-builder/JoinAttribute.d.ts +0 -84
  333. package/browser/lib/typeorm/query-builder/NotBrackets.d.ts +0 -9
  334. package/browser/lib/typeorm/query-builder/QueryBuilder.d.ts +0 -268
  335. package/browser/lib/typeorm/query-builder/QueryBuilderCte.d.ts +0 -18
  336. package/browser/lib/typeorm/query-builder/QueryBuilderUtils.d.ts +0 -11
  337. package/browser/lib/typeorm/query-builder/QueryExpressionMap.d.ts +0 -306
  338. package/browser/lib/typeorm/query-builder/QueryPartialEntity.d.ts +0 -16
  339. package/browser/lib/typeorm/query-builder/RelationIdLoader.d.ts +0 -71
  340. package/browser/lib/typeorm/query-builder/RelationLoader.d.ts +0 -60
  341. package/browser/lib/typeorm/query-builder/RelationQueryBuilder.d.ts +0 -70
  342. package/browser/lib/typeorm/query-builder/RelationRemover.d.ts +0 -17
  343. package/browser/lib/typeorm/query-builder/RelationUpdater.d.ts +0 -17
  344. package/browser/lib/typeorm/query-builder/ReturningResultsEntityUpdator.d.ts +0 -31
  345. package/browser/lib/typeorm/query-builder/SelectQuery.d.ts +0 -6
  346. package/browser/lib/typeorm/query-builder/SelectQueryBuilder.d.ts +0 -665
  347. package/browser/lib/typeorm/query-builder/SelectQueryBuilderOption.d.ts +0 -2
  348. package/browser/lib/typeorm/query-builder/SoftDeleteQueryBuilder.d.ts +0 -139
  349. package/browser/lib/typeorm/query-builder/UpdateQueryBuilder.d.ts +0 -144
  350. package/browser/lib/typeorm/query-builder/WhereClause.d.ts +0 -17
  351. package/browser/lib/typeorm/query-builder/WhereExpressionBuilder.d.ts +0 -127
  352. package/browser/lib/typeorm/query-builder/relation-count/RelationCountAttribute.d.ts +0 -54
  353. package/browser/lib/typeorm/query-builder/relation-count/RelationCountLoadResult.d.ts +0 -9
  354. package/browser/lib/typeorm/query-builder/relation-count/RelationCountLoader.d.ts +0 -12
  355. package/browser/lib/typeorm/query-builder/relation-count/RelationCountMetadataToAttributeTransformer.d.ts +0 -8
  356. package/browser/lib/typeorm/query-builder/relation-id/RelationIdAttribute.d.ts +0 -65
  357. package/browser/lib/typeorm/query-builder/relation-id/RelationIdLoadResult.d.ts +0 -6
  358. package/browser/lib/typeorm/query-builder/relation-id/RelationIdLoader.d.ts +0 -12
  359. package/browser/lib/typeorm/query-builder/relation-id/RelationIdMetadataToAttributeTransformer.d.ts +0 -8
  360. package/browser/lib/typeorm/query-builder/result/DeleteResult.d.ts +0 -17
  361. package/browser/lib/typeorm/query-builder/result/InsertResult.d.ts +0 -23
  362. package/browser/lib/typeorm/query-builder/result/UpdateResult.d.ts +0 -27
  363. package/browser/lib/typeorm/query-builder/transformer/PlainObjectToDatabaseEntityTransformer.d.ts +0 -13
  364. package/browser/lib/typeorm/query-builder/transformer/PlainObjectToNewEntityTransformer.d.ts +0 -15
  365. package/browser/lib/typeorm/query-builder/transformer/RawSqlResultsToEntityTransformer.d.ts +0 -56
  366. package/browser/lib/typeorm/query-runner/BaseQueryRunner.d.ts +0 -204
  367. package/browser/lib/typeorm/query-runner/QueryResult.d.ts +0 -18
  368. package/browser/lib/typeorm/query-runner/QueryRunner.d.ts +0 -359
  369. package/browser/lib/typeorm/relation-path.d.ts +0 -7
  370. package/browser/lib/typeorm/repository/AbstractRepository.d.ts +0 -52
  371. package/browser/lib/typeorm/repository/BaseEntity.d.ts +0 -298
  372. package/browser/lib/typeorm/repository/FindTreesOptions.d.ts +0 -10
  373. package/browser/lib/typeorm/repository/RemoveOptions.d.ts +0 -28
  374. package/browser/lib/typeorm/repository/Repository.d.ts +0 -292
  375. package/browser/lib/typeorm/repository/SaveOptions.d.ts +0 -36
  376. package/browser/lib/typeorm/repository/TreeRepository.d.ts +0 -56
  377. package/browser/lib/typeorm/repository/UpsertOptions.d.ts +0 -11
  378. package/browser/lib/typeorm/schema-builder/RdbmsSchemaBuilder.d.ts +0 -145
  379. package/browser/lib/typeorm/schema-builder/SchemaBuilder.d.ts +0 -15
  380. package/browser/lib/typeorm/schema-builder/options/TableCheckOptions.d.ts +0 -18
  381. package/browser/lib/typeorm/schema-builder/options/TableColumnOptions.d.ts +0 -123
  382. package/browser/lib/typeorm/schema-builder/options/TableExclusionOptions.d.ts +0 -14
  383. package/browser/lib/typeorm/schema-builder/options/TableForeignKeyOptions.d.ts +0 -45
  384. package/browser/lib/typeorm/schema-builder/options/TableIndexOptions.d.ts +0 -45
  385. package/browser/lib/typeorm/schema-builder/options/TableOptions.d.ts +0 -62
  386. package/browser/lib/typeorm/schema-builder/options/TableUniqueOptions.d.ts +0 -19
  387. package/browser/lib/typeorm/schema-builder/options/ViewOptions.d.ts +0 -27
  388. package/browser/lib/typeorm/schema-builder/table/Table.d.ts +0 -143
  389. package/browser/lib/typeorm/schema-builder/table/TableCheck.d.ts +0 -30
  390. package/browser/lib/typeorm/schema-builder/table/TableColumn.d.ts +0 -127
  391. package/browser/lib/typeorm/schema-builder/table/TableExclusion.d.ts +0 -26
  392. package/browser/lib/typeorm/schema-builder/table/TableForeignKey.d.ts +0 -58
  393. package/browser/lib/typeorm/schema-builder/table/TableIndex.d.ts +0 -57
  394. package/browser/lib/typeorm/schema-builder/table/TableUnique.d.ts +0 -31
  395. package/browser/lib/typeorm/schema-builder/util/TableUtils.d.ts +0 -7
  396. package/browser/lib/typeorm/schema-builder/util/ViewUtils.d.ts +0 -8
  397. package/browser/lib/typeorm/schema-builder/view/View.d.ts +0 -38
  398. package/browser/lib/typeorm/subscriber/Broadcaster.d.ts +0 -168
  399. package/browser/lib/typeorm/subscriber/BroadcasterResult.d.ts +0 -18
  400. package/browser/lib/typeorm/subscriber/EntitySubscriberInterface.d.ts +0 -93
  401. package/browser/lib/typeorm/subscriber/event/InsertEvent.d.ts +0 -32
  402. package/browser/lib/typeorm/subscriber/event/LoadEvent.d.ts +0 -32
  403. package/browser/lib/typeorm/subscriber/event/RecoverEvent.d.ts +0 -7
  404. package/browser/lib/typeorm/subscriber/event/RemoveEvent.d.ts +0 -41
  405. package/browser/lib/typeorm/subscriber/event/SoftRemoveEvent.d.ts +0 -7
  406. package/browser/lib/typeorm/subscriber/event/TransactionCommitEvent.d.ts +0 -23
  407. package/browser/lib/typeorm/subscriber/event/TransactionRollbackEvent.d.ts +0 -23
  408. package/browser/lib/typeorm/subscriber/event/TransactionStartEvent.d.ts +0 -23
  409. package/browser/lib/typeorm/subscriber/event/UpdateEvent.d.ts +0 -47
  410. package/browser/lib/typeorm/util/ApplyValueTransformers.d.ts +0 -6
  411. package/browser/lib/typeorm/util/DateUtils.d.ts +0 -59
  412. package/browser/lib/typeorm/util/DepGraph.d.ts +0 -65
  413. package/browser/lib/typeorm/util/DirectoryExportedClassesLoader.d.ts +0 -10
  414. package/browser/lib/typeorm/util/ImportUtils.d.ts +0 -2
  415. package/browser/lib/typeorm/util/InstanceChecker.d.ts +0 -60
  416. package/browser/lib/typeorm/util/ObjectUtils.d.ts +0 -38
  417. package/browser/lib/typeorm/util/OrmUtils.d.ts +0 -53
  418. package/browser/lib/typeorm/util/PathUtils.d.ts +0 -11
  419. package/browser/lib/typeorm/util/RandomGenerator.d.ts +0 -16
  420. package/browser/lib/typeorm/util/StringUtils.d.ts +0 -64
  421. package/browser/lib/typeorm/util/TreeRepositoryUtils.d.ts +0 -24
  422. package/browser/lib/typeorm/util/VersionUtils.d.ts +0 -5
  423. package/browser/lib/typeorm/util/escapeRegExp.d.ts +0 -2
  424. package/browser/public-api.d.ts +0 -2
  425. package/websql/fesm2022/taon-typeorm.mjs.map +0 -1
  426. package/websql/index.d.ts +0 -6
  427. package/websql/lib/index.d.ts +0 -2
  428. package/websql/lib/typeorm/cache/DbQueryResultCache.d.ts +0 -53
  429. package/websql/lib/typeorm/cache/QueryResultCache.d.ts +0 -40
  430. package/websql/lib/typeorm/cache/QueryResultCacheFactory.d.ts +0 -14
  431. package/websql/lib/typeorm/cache/QueryResultCacheOptions.d.ts +0 -27
  432. package/websql/lib/typeorm/cache/RedisQueryResultCache.d.ts +0 -66
  433. package/websql/lib/typeorm/common/DeepPartial.d.ts +0 -7
  434. package/websql/lib/typeorm/common/EntityTarget.d.ts +0 -10
  435. package/websql/lib/typeorm/common/MixedList.d.ts +0 -9
  436. package/websql/lib/typeorm/common/ObjectLiteral.d.ts +0 -7
  437. package/websql/lib/typeorm/common/ObjectType.d.ts +0 -7
  438. package/websql/lib/typeorm/common/RelationType.d.ts +0 -15
  439. package/websql/lib/typeorm/connection/Connection.d.ts +0 -11
  440. package/websql/lib/typeorm/connection/ConnectionManager.d.ts +0 -34
  441. package/websql/lib/typeorm/connection/ConnectionMetadataBuilder.d.ts +0 -25
  442. package/websql/lib/typeorm/connection/ConnectionOptions.d.ts +0 -10
  443. package/websql/lib/typeorm/connection/ConnectionOptionsReader.d.ts +0 -65
  444. package/websql/lib/typeorm/constants.d.ts +0 -2
  445. package/websql/lib/typeorm/container.d.ts +0 -40
  446. package/websql/lib/typeorm/data-source/BaseDataSourceOptions.d.ts +0 -172
  447. package/websql/lib/typeorm/data-source/DataSource.d.ts +0 -247
  448. package/websql/lib/typeorm/data-source/DataSourceOptions.d.ts +0 -9
  449. package/websql/lib/typeorm/data-source/index.d.ts +0 -3
  450. package/websql/lib/typeorm/decorator/Check.d.ts +0 -13
  451. package/websql/lib/typeorm/decorator/EntityRepository.d.ts +0 -10
  452. package/websql/lib/typeorm/decorator/Exclusion.d.ts +0 -13
  453. package/websql/lib/typeorm/decorator/Generated.d.ts +0 -11
  454. package/websql/lib/typeorm/decorator/Index.d.ts +0 -50
  455. package/websql/lib/typeorm/decorator/Unique.d.ts +0 -22
  456. package/websql/lib/typeorm/decorator/columns/Column.d.ts +0 -75
  457. package/websql/lib/typeorm/decorator/columns/CreateDateColumn.d.ts +0 -8
  458. package/websql/lib/typeorm/decorator/columns/DeleteDateColumn.d.ts +0 -7
  459. package/websql/lib/typeorm/decorator/columns/ObjectIdColumn.d.ts +0 -7
  460. package/websql/lib/typeorm/decorator/columns/PrimaryColumn.d.ts +0 -22
  461. package/websql/lib/typeorm/decorator/columns/PrimaryGeneratedColumn.d.ts +0 -25
  462. package/websql/lib/typeorm/decorator/columns/UpdateDateColumn.d.ts +0 -7
  463. package/websql/lib/typeorm/decorator/columns/VersionColumn.d.ts +0 -8
  464. package/websql/lib/typeorm/decorator/columns/ViewColumn.d.ts +0 -6
  465. package/websql/lib/typeorm/decorator/columns/VirtualColumn.d.ts +0 -11
  466. package/websql/lib/typeorm/decorator/entity/ChildEntity.d.ts +0 -5
  467. package/websql/lib/typeorm/decorator/entity/Entity.d.ts +0 -12
  468. package/websql/lib/typeorm/decorator/entity/TableInheritance.d.ts +0 -9
  469. package/websql/lib/typeorm/decorator/entity-view/ViewEntity.d.ts +0 -12
  470. package/websql/lib/typeorm/decorator/listeners/AfterInsert.d.ts +0 -5
  471. package/websql/lib/typeorm/decorator/listeners/AfterLoad.d.ts +0 -5
  472. package/websql/lib/typeorm/decorator/listeners/AfterRecover.d.ts +0 -5
  473. package/websql/lib/typeorm/decorator/listeners/AfterRemove.d.ts +0 -5
  474. package/websql/lib/typeorm/decorator/listeners/AfterSoftRemove.d.ts +0 -5
  475. package/websql/lib/typeorm/decorator/listeners/AfterUpdate.d.ts +0 -5
  476. package/websql/lib/typeorm/decorator/listeners/BeforeInsert.d.ts +0 -5
  477. package/websql/lib/typeorm/decorator/listeners/BeforeRecover.d.ts +0 -5
  478. package/websql/lib/typeorm/decorator/listeners/BeforeRemove.d.ts +0 -5
  479. package/websql/lib/typeorm/decorator/listeners/BeforeSoftRemove.d.ts +0 -5
  480. package/websql/lib/typeorm/decorator/listeners/BeforeUpdate.d.ts +0 -5
  481. package/websql/lib/typeorm/decorator/listeners/EventSubscriber.d.ts +0 -6
  482. package/websql/lib/typeorm/decorator/options/ColumnCommonOptions.d.ts +0 -58
  483. package/websql/lib/typeorm/decorator/options/ColumnEmbeddedOptions.d.ts +0 -17
  484. package/websql/lib/typeorm/decorator/options/ColumnEnumOptions.d.ts +0 -14
  485. package/websql/lib/typeorm/decorator/options/ColumnHstoreOptions.d.ts +0 -11
  486. package/websql/lib/typeorm/decorator/options/ColumnNumericOptions.d.ts +0 -25
  487. package/websql/lib/typeorm/decorator/options/ColumnOptions.d.ts +0 -159
  488. package/websql/lib/typeorm/decorator/options/ColumnWithLengthOptions.d.ts +0 -11
  489. package/websql/lib/typeorm/decorator/options/ColumnWithWidthOptions.d.ts +0 -20
  490. package/websql/lib/typeorm/decorator/options/EntityOptions.d.ts +0 -43
  491. package/websql/lib/typeorm/decorator/options/IndexOptions.d.ts +0 -53
  492. package/websql/lib/typeorm/decorator/options/JoinColumnOptions.d.ts +0 -18
  493. package/websql/lib/typeorm/decorator/options/JoinTableMultipleColumnsOptions.d.ts +0 -30
  494. package/websql/lib/typeorm/decorator/options/JoinTableOptions.d.ts +0 -30
  495. package/websql/lib/typeorm/decorator/options/PrimaryGeneratedColumnIdentityOptions.d.ts +0 -27
  496. package/websql/lib/typeorm/decorator/options/PrimaryGeneratedColumnNumericOptions.d.ts +0 -32
  497. package/websql/lib/typeorm/decorator/options/PrimaryGeneratedColumnUUIDOptions.d.ts +0 -18
  498. package/websql/lib/typeorm/decorator/options/RelationOptions.d.ts +0 -65
  499. package/websql/lib/typeorm/decorator/options/SpatialColumnOptions.d.ts +0 -16
  500. package/websql/lib/typeorm/decorator/options/UniqueOptions.d.ts +0 -11
  501. package/websql/lib/typeorm/decorator/options/ValueTransformer.d.ts +0 -14
  502. package/websql/lib/typeorm/decorator/options/ViewColumnOptions.d.ts +0 -16
  503. package/websql/lib/typeorm/decorator/options/ViewEntityOptions.d.ts +0 -40
  504. package/websql/lib/typeorm/decorator/options/VirtualColumnOptions.d.ts +0 -28
  505. package/websql/lib/typeorm/decorator/relations/JoinColumn.d.ts +0 -20
  506. package/websql/lib/typeorm/decorator/relations/JoinTable.d.ts +0 -18
  507. package/websql/lib/typeorm/decorator/relations/ManyToMany.d.ts +0 -15
  508. package/websql/lib/typeorm/decorator/relations/ManyToOne.d.ts +0 -15
  509. package/websql/lib/typeorm/decorator/relations/OneToMany.d.ts +0 -9
  510. package/websql/lib/typeorm/decorator/relations/OneToOne.d.ts +0 -13
  511. package/websql/lib/typeorm/decorator/relations/RelationCount.d.ts +0 -8
  512. package/websql/lib/typeorm/decorator/relations/RelationId.d.ts +0 -8
  513. package/websql/lib/typeorm/decorator/tree/Tree.d.ts +0 -10
  514. package/websql/lib/typeorm/decorator/tree/TreeChildren.d.ts +0 -8
  515. package/websql/lib/typeorm/decorator/tree/TreeLevelColumn.d.ts +0 -5
  516. package/websql/lib/typeorm/decorator/tree/TreeParent.d.ts +0 -9
  517. package/websql/lib/typeorm/driver/Driver.d.ts +0 -208
  518. package/websql/lib/typeorm/driver/DriverFactory.d.ts +0 -12
  519. package/websql/lib/typeorm/driver/DriverUtils.d.ts +0 -62
  520. package/websql/lib/typeorm/driver/Query.d.ts +0 -10
  521. package/websql/lib/typeorm/driver/SqlInMemory.d.ts +0 -9
  522. package/websql/lib/typeorm/driver/cordova/CordovaConnectionOptions.d.ts +0 -25
  523. package/websql/lib/typeorm/driver/cordova/CordovaDriver.d.ts +0 -26
  524. package/websql/lib/typeorm/driver/cordova/CordovaQueryRunner.d.ts +0 -81
  525. package/websql/lib/typeorm/driver/mongodb/typings.d.ts +0 -46
  526. package/websql/lib/typeorm/driver/nativescript/NativescriptConnectionOptions.d.ts +0 -46
  527. package/websql/lib/typeorm/driver/nativescript/NativescriptDriver.d.ts +0 -45
  528. package/websql/lib/typeorm/driver/nativescript/NativescriptQueryRunner.d.ts +0 -30
  529. package/websql/lib/typeorm/driver/react-native/ReactNativeConnectionOptions.d.ts +0 -25
  530. package/websql/lib/typeorm/driver/react-native/ReactNativeDriver.d.ts +0 -26
  531. package/websql/lib/typeorm/driver/react-native/ReactNativeQueryRunner.d.ts +0 -30
  532. package/websql/lib/typeorm/driver/sqlite-abstract/AbstractSqliteDriver.d.ts +0 -238
  533. package/websql/lib/typeorm/driver/sqlite-abstract/AbstractSqliteQueryRunner.d.ts +0 -301
  534. package/websql/lib/typeorm/driver/sqljs/SqljsConnectionOptions.d.ts +0 -47
  535. package/websql/lib/typeorm/driver/sqljs/SqljsDriver.d.ts +0 -68
  536. package/websql/lib/typeorm/driver/sqljs/SqljsQueryRunner.d.ts +0 -36
  537. package/websql/lib/typeorm/driver/types/ColumnTypes.d.ts +0 -26
  538. package/websql/lib/typeorm/driver/types/CteCapabilities.d.ts +0 -19
  539. package/websql/lib/typeorm/driver/types/DataTypeDefaults.d.ts +0 -9
  540. package/websql/lib/typeorm/driver/types/DatabaseType.d.ts +0 -5
  541. package/websql/lib/typeorm/driver/types/IsolationLevel.d.ts +0 -2
  542. package/websql/lib/typeorm/driver/types/MappedColumnTypes.d.ts +0 -113
  543. package/websql/lib/typeorm/driver/types/MetadataTableType.d.ts +0 -6
  544. package/websql/lib/typeorm/driver/types/ReplicationMode.d.ts +0 -2
  545. package/websql/lib/typeorm/driver/types/UpsertType.d.ts +0 -2
  546. package/websql/lib/typeorm/entity-manager/EntityManager.d.ts +0 -353
  547. package/websql/lib/typeorm/entity-manager/EntityManagerFactory.d.ts +0 -13
  548. package/websql/lib/typeorm/entity-manager/SqljsEntityManager.d.ts +0 -27
  549. package/websql/lib/typeorm/entity-schema/EntitySchema.d.ts +0 -10
  550. package/websql/lib/typeorm/entity-schema/EntitySchemaCheckOptions.d.ts +0 -11
  551. package/websql/lib/typeorm/entity-schema/EntitySchemaColumnOptions.d.ts +0 -175
  552. package/websql/lib/typeorm/entity-schema/EntitySchemaEmbeddedColumnOptions.d.ts +0 -19
  553. package/websql/lib/typeorm/entity-schema/EntitySchemaEmbeddedError.d.ts +0 -7
  554. package/websql/lib/typeorm/entity-schema/EntitySchemaExclusionOptions.d.ts +0 -11
  555. package/websql/lib/typeorm/entity-schema/EntitySchemaIndexOptions.d.ts +0 -54
  556. package/websql/lib/typeorm/entity-schema/EntitySchemaOptions.d.ts +0 -104
  557. package/websql/lib/typeorm/entity-schema/EntitySchemaRelationIdOptions.d.ts +0 -16
  558. package/websql/lib/typeorm/entity-schema/EntitySchemaRelationOptions.d.ts +0 -96
  559. package/websql/lib/typeorm/entity-schema/EntitySchemaTransformer.d.ts +0 -14
  560. package/websql/lib/typeorm/entity-schema/EntitySchemaUniqueOptions.d.ts +0 -18
  561. package/websql/lib/typeorm/error/AlreadyHasActiveConnectionError.d.ts +0 -8
  562. package/websql/lib/typeorm/error/CannotAttachTreeChildrenEntityError.d.ts +0 -8
  563. package/websql/lib/typeorm/error/CannotConnectAlreadyConnectedError.d.ts +0 -8
  564. package/websql/lib/typeorm/error/CannotCreateEntityIdMapError.d.ts +0 -10
  565. package/websql/lib/typeorm/error/CannotDetermineEntityError.d.ts +0 -8
  566. package/websql/lib/typeorm/error/CannotExecuteNotConnectedError.d.ts +0 -8
  567. package/websql/lib/typeorm/error/CannotGetEntityManagerNotConnectedError.d.ts +0 -8
  568. package/websql/lib/typeorm/error/CannotReflectMethodParameterTypeError.d.ts +0 -9
  569. package/websql/lib/typeorm/error/CircularRelationsError.d.ts +0 -8
  570. package/websql/lib/typeorm/error/ColumnTypeUndefinedError.d.ts +0 -9
  571. package/websql/lib/typeorm/error/ConnectionIsNotSetError.d.ts +0 -8
  572. package/websql/lib/typeorm/error/ConnectionNotFoundError.d.ts +0 -8
  573. package/websql/lib/typeorm/error/CustomRepositoryCannotInheritRepositoryError.d.ts +0 -8
  574. package/websql/lib/typeorm/error/CustomRepositoryDoesNotHaveEntityError.d.ts +0 -8
  575. package/websql/lib/typeorm/error/CustomRepositoryNotFoundError.d.ts +0 -8
  576. package/websql/lib/typeorm/error/DataTypeNotSupportedError.d.ts +0 -8
  577. package/websql/lib/typeorm/error/DriverOptionNotSetError.d.ts +0 -8
  578. package/websql/lib/typeorm/error/DriverPackageNotInstalledError.d.ts +0 -8
  579. package/websql/lib/typeorm/error/EntityMetadataNotFoundError.d.ts +0 -7
  580. package/websql/lib/typeorm/error/EntityNotFoundError.d.ts +0 -11
  581. package/websql/lib/typeorm/error/EntityPropertyNotFoundError.d.ts +0 -9
  582. package/websql/lib/typeorm/error/FindRelationsNotFoundError.d.ts +0 -8
  583. package/websql/lib/typeorm/error/InitializedRelationError.d.ts +0 -12
  584. package/websql/lib/typeorm/error/InsertValuesMissingError.d.ts +0 -8
  585. package/websql/lib/typeorm/error/LimitOnUpdateNotSupportedError.d.ts +0 -8
  586. package/websql/lib/typeorm/error/LockNotSupportedOnGivenDriverError.d.ts +0 -8
  587. package/websql/lib/typeorm/error/MetadataAlreadyExistsError.d.ts +0 -5
  588. package/websql/lib/typeorm/error/MetadataWithSuchNameAlreadyExistsError.d.ts +0 -5
  589. package/websql/lib/typeorm/error/MissingDeleteDateColumnError.d.ts +0 -6
  590. package/websql/lib/typeorm/error/MissingDriverError.d.ts +0 -8
  591. package/websql/lib/typeorm/error/MissingJoinColumnError.d.ts +0 -7
  592. package/websql/lib/typeorm/error/MissingJoinTableError.d.ts +0 -7
  593. package/websql/lib/typeorm/error/MissingPrimaryColumnError.d.ts +0 -6
  594. package/websql/lib/typeorm/error/MustBeEntityError.d.ts +0 -8
  595. package/websql/lib/typeorm/error/NamingStrategyNotFoundError.d.ts +0 -8
  596. package/websql/lib/typeorm/error/NestedSetMultipleRootError.d.ts +0 -5
  597. package/websql/lib/typeorm/error/NoConnectionForRepositoryError.d.ts +0 -8
  598. package/websql/lib/typeorm/error/NoConnectionOptionError.d.ts +0 -8
  599. package/websql/lib/typeorm/error/NoNeedToReleaseEntityManagerError.d.ts +0 -8
  600. package/websql/lib/typeorm/error/NoVersionOrUpdateDateColumnError.d.ts +0 -8
  601. package/websql/lib/typeorm/error/OffsetWithoutLimitNotSupportedError.d.ts +0 -8
  602. package/websql/lib/typeorm/error/OptimisticLockCanNotBeUsedError.d.ts +0 -8
  603. package/websql/lib/typeorm/error/OptimisticLockVersionMismatchError.d.ts +0 -8
  604. package/websql/lib/typeorm/error/PersistedEntityNotFoundError.d.ts +0 -8
  605. package/websql/lib/typeorm/error/PessimisticLockTransactionRequiredError.d.ts +0 -8
  606. package/websql/lib/typeorm/error/PrimaryColumnCannotBeNullableError.d.ts +0 -5
  607. package/websql/lib/typeorm/error/QueryFailedError.d.ts +0 -11
  608. package/websql/lib/typeorm/error/QueryRunnerAlreadyReleasedError.d.ts +0 -5
  609. package/websql/lib/typeorm/error/QueryRunnerProviderAlreadyReleasedError.d.ts +0 -8
  610. package/websql/lib/typeorm/error/RepositoryNotTreeError.d.ts +0 -9
  611. package/websql/lib/typeorm/error/ReturningStatementNotSupportedError.d.ts +0 -9
  612. package/websql/lib/typeorm/error/SubjectRemovedAndUpdatedError.d.ts +0 -9
  613. package/websql/lib/typeorm/error/SubjectWithoutIdentifierError.d.ts +0 -11
  614. package/websql/lib/typeorm/error/TransactionAlreadyStartedError.d.ts +0 -8
  615. package/websql/lib/typeorm/error/TransactionNotStartedError.d.ts +0 -8
  616. package/websql/lib/typeorm/error/TreeRepositoryNotSupportedError.d.ts +0 -6
  617. package/websql/lib/typeorm/error/TypeORMError.d.ts +0 -5
  618. package/websql/lib/typeorm/error/UpdateValuesMissingError.d.ts +0 -5
  619. package/websql/lib/typeorm/error/UsingJoinColumnIsNotAllowedError.d.ts +0 -7
  620. package/websql/lib/typeorm/error/UsingJoinColumnOnlyOnOneSideAllowedError.d.ts +0 -7
  621. package/websql/lib/typeorm/error/UsingJoinTableIsNotAllowedError.d.ts +0 -7
  622. package/websql/lib/typeorm/error/UsingJoinTableOnlyOnOneSideAllowedError.d.ts +0 -7
  623. package/websql/lib/typeorm/error/index.d.ts +0 -62
  624. package/websql/lib/typeorm/find-options/EqualOperator.d.ts +0 -6
  625. package/websql/lib/typeorm/find-options/FindManyOptions.d.ts +0 -15
  626. package/websql/lib/typeorm/find-options/FindOneOptions.d.ts +0 -89
  627. package/websql/lib/typeorm/find-options/FindOperator.d.ts +0 -66
  628. package/websql/lib/typeorm/find-options/FindOperatorType.d.ts +0 -5
  629. package/websql/lib/typeorm/find-options/FindOptionsOrder.d.ts +0 -19
  630. package/websql/lib/typeorm/find-options/FindOptionsRelations.d.ts +0 -19
  631. package/websql/lib/typeorm/find-options/FindOptionsSelect.d.ts +0 -18
  632. package/websql/lib/typeorm/find-options/FindOptionsUtils.d.ts +0 -191
  633. package/websql/lib/typeorm/find-options/FindOptionsWhere.d.ts +0 -14
  634. package/websql/lib/typeorm/find-options/FindTreeOptions.d.ts +0 -14
  635. package/websql/lib/typeorm/find-options/JoinOptions.d.ts +0 -77
  636. package/websql/lib/typeorm/find-options/OrderByCondition.d.ts +0 -18
  637. package/websql/lib/typeorm/find-options/operator/Any.d.ts +0 -7
  638. package/websql/lib/typeorm/find-options/operator/ArrayContainedBy.d.ts +0 -7
  639. package/websql/lib/typeorm/find-options/operator/ArrayContains.d.ts +0 -7
  640. package/websql/lib/typeorm/find-options/operator/ArrayOverlap.d.ts +0 -7
  641. package/websql/lib/typeorm/find-options/operator/Between.d.ts +0 -7
  642. package/websql/lib/typeorm/find-options/operator/Equal.d.ts +0 -12
  643. package/websql/lib/typeorm/find-options/operator/ILike.d.ts +0 -7
  644. package/websql/lib/typeorm/find-options/operator/In.d.ts +0 -7
  645. package/websql/lib/typeorm/find-options/operator/IsNull.d.ts +0 -7
  646. package/websql/lib/typeorm/find-options/operator/LessThan.d.ts +0 -7
  647. package/websql/lib/typeorm/find-options/operator/LessThanOrEqual.d.ts +0 -7
  648. package/websql/lib/typeorm/find-options/operator/Like.d.ts +0 -7
  649. package/websql/lib/typeorm/find-options/operator/MoreThan.d.ts +0 -7
  650. package/websql/lib/typeorm/find-options/operator/MoreThanOrEqual.d.ts +0 -7
  651. package/websql/lib/typeorm/find-options/operator/Not.d.ts +0 -8
  652. package/websql/lib/typeorm/find-options/operator/Raw.d.ts +0 -19
  653. package/websql/lib/typeorm/globals.d.ts +0 -104
  654. package/websql/lib/typeorm/index.d.ts +0 -168
  655. package/websql/lib/typeorm/logger/AdvancedConsoleLogger.d.ts +0 -42
  656. package/websql/lib/typeorm/logger/DebugLogger.d.ts +0 -41
  657. package/websql/lib/typeorm/logger/Logger.d.ts +0 -32
  658. package/websql/lib/typeorm/logger/LoggerFactory.d.ts +0 -12
  659. package/websql/lib/typeorm/logger/LoggerOptions.d.ts +0 -14
  660. package/websql/lib/typeorm/logger/SimpleConsoleLogger.d.ts +0 -42
  661. package/websql/lib/typeorm/metadata/CheckMetadata.d.ts +0 -40
  662. package/websql/lib/typeorm/metadata/ColumnMetadata.d.ts +0 -316
  663. package/websql/lib/typeorm/metadata/EmbeddedMetadata.d.ts +0 -166
  664. package/websql/lib/typeorm/metadata/EntityListenerMetadata.d.ts +0 -49
  665. package/websql/lib/typeorm/metadata/EntityMetadata.d.ts +0 -562
  666. package/websql/lib/typeorm/metadata/ExclusionMetadata.d.ts +0 -40
  667. package/websql/lib/typeorm/metadata/ForeignKeyMetadata.d.ts +0 -78
  668. package/websql/lib/typeorm/metadata/IndexMetadata.d.ts +0 -112
  669. package/websql/lib/typeorm/metadata/RelationCountMetadata.d.ts +0 -47
  670. package/websql/lib/typeorm/metadata/RelationIdMetadata.d.ts +0 -54
  671. package/websql/lib/typeorm/metadata/RelationMetadata.d.ts +0 -291
  672. package/websql/lib/typeorm/metadata/UniqueMetadata.d.ts +0 -66
  673. package/websql/lib/typeorm/metadata/types/ClosureTreeOptions.d.ts +0 -11
  674. package/websql/lib/typeorm/metadata/types/DeferrableType.d.ts +0 -5
  675. package/websql/lib/typeorm/metadata/types/EventListenerTypes.d.ts +0 -21
  676. package/websql/lib/typeorm/metadata/types/OnDeleteType.d.ts +0 -5
  677. package/websql/lib/typeorm/metadata/types/OnUpdateType.d.ts +0 -5
  678. package/websql/lib/typeorm/metadata/types/PropertyTypeInFunction.d.ts +0 -5
  679. package/websql/lib/typeorm/metadata/types/RelationTypeInFunction.d.ts +0 -6
  680. package/websql/lib/typeorm/metadata/types/RelationTypes.d.ts +0 -5
  681. package/websql/lib/typeorm/metadata/types/TableTypes.d.ts +0 -5
  682. package/websql/lib/typeorm/metadata/types/TreeTypes.d.ts +0 -6
  683. package/websql/lib/typeorm/metadata-args/CheckMetadataArgs.d.ts +0 -18
  684. package/websql/lib/typeorm/metadata-args/ColumnMetadataArgs.d.ts +0 -26
  685. package/websql/lib/typeorm/metadata-args/DiscriminatorValueMetadataArgs.d.ts +0 -14
  686. package/websql/lib/typeorm/metadata-args/EmbeddedMetadataArgs.d.ts +0 -27
  687. package/websql/lib/typeorm/metadata-args/EntityListenerMetadataArgs.d.ts +0 -19
  688. package/websql/lib/typeorm/metadata-args/EntityRepositoryMetadataArgs.d.ts +0 -15
  689. package/websql/lib/typeorm/metadata-args/EntitySubscriberMetadataArgs.d.ts +0 -10
  690. package/websql/lib/typeorm/metadata-args/ExclusionMetadataArgs.d.ts +0 -18
  691. package/websql/lib/typeorm/metadata-args/GeneratedMetadataArgs.d.ts +0 -18
  692. package/websql/lib/typeorm/metadata-args/IndexMetadataArgs.d.ts +0 -71
  693. package/websql/lib/typeorm/metadata-args/InheritanceMetadataArgs.d.ts +0 -19
  694. package/websql/lib/typeorm/metadata-args/JoinColumnMetadataArgs.d.ts +0 -27
  695. package/websql/lib/typeorm/metadata-args/JoinTableMetadataArgs.d.ts +0 -38
  696. package/websql/lib/typeorm/metadata-args/MetadataArgsStorage.d.ts +0 -109
  697. package/websql/lib/typeorm/metadata-args/NamingStrategyMetadataArgs.d.ts +0 -14
  698. package/websql/lib/typeorm/metadata-args/RelationCountMetadataArgs.d.ts +0 -27
  699. package/websql/lib/typeorm/metadata-args/RelationIdMetadataArgs.d.ts +0 -27
  700. package/websql/lib/typeorm/metadata-args/RelationMetadataArgs.d.ts +0 -56
  701. package/websql/lib/typeorm/metadata-args/TableMetadataArgs.d.ts +0 -62
  702. package/websql/lib/typeorm/metadata-args/TransactionEntityMetadataArgs.d.ts +0 -18
  703. package/websql/lib/typeorm/metadata-args/TransactionRepositoryMetadataArgs.d.ts +0 -26
  704. package/websql/lib/typeorm/metadata-args/TreeMetadataArgs.d.ts +0 -20
  705. package/websql/lib/typeorm/metadata-args/UniqueMetadataArgs.d.ts +0 -25
  706. package/websql/lib/typeorm/metadata-args/types/ColumnMode.d.ts +0 -8
  707. package/websql/lib/typeorm/metadata-builder/ClosureJunctionEntityMetadataBuilder.d.ts +0 -15
  708. package/websql/lib/typeorm/metadata-builder/EntityMetadataBuilder.d.ts +0 -58
  709. package/websql/lib/typeorm/metadata-builder/EntityMetadataValidator.d.ts +0 -24
  710. package/websql/lib/typeorm/metadata-builder/JunctionEntityMetadataBuilder.d.ts +0 -27
  711. package/websql/lib/typeorm/metadata-builder/MetadataUtils.d.ts +0 -24
  712. package/websql/lib/typeorm/metadata-builder/RelationJoinColumnBuilder.d.ts +0 -57
  713. package/websql/lib/typeorm/migration/Migration.d.ts +0 -25
  714. package/websql/lib/typeorm/migration/MigrationExecutor.d.ts +0 -100
  715. package/websql/lib/typeorm/migration/MigrationInterface.d.ts +0 -19
  716. package/websql/lib/typeorm/naming-strategy/DefaultNamingStrategy.d.ts +0 -50
  717. package/websql/lib/typeorm/naming-strategy/NamingStrategyInterface.d.ts +0 -117
  718. package/websql/lib/typeorm/persistence/EntityPersistExecutor.d.ts +0 -22
  719. package/websql/lib/typeorm/persistence/Subject.d.ts +0 -156
  720. package/websql/lib/typeorm/persistence/SubjectChangeMap.d.ts +0 -24
  721. package/websql/lib/typeorm/persistence/SubjectChangedColumnsComputer.d.ts +0 -19
  722. package/websql/lib/typeorm/persistence/SubjectDatabaseEntityLoader.d.ts +0 -36
  723. package/websql/lib/typeorm/persistence/SubjectExecutor.d.ts +0 -119
  724. package/websql/lib/typeorm/persistence/SubjectTopoligicalSorter.d.ts +0 -46
  725. package/websql/lib/typeorm/persistence/subject-builder/CascadesSubjectBuilder.d.ts +0 -20
  726. package/websql/lib/typeorm/persistence/subject-builder/ManyToManySubjectBuilder.d.ts +0 -35
  727. package/websql/lib/typeorm/persistence/subject-builder/OneToManySubjectBuilder.d.ts +0 -28
  728. package/websql/lib/typeorm/persistence/subject-builder/OneToOneInverseSideSubjectBuilder.d.ts +0 -28
  729. package/websql/lib/typeorm/persistence/tree/ClosureSubjectExecutor.d.ts +0 -27
  730. package/websql/lib/typeorm/persistence/tree/MaterializedPathSubjectExecutor.d.ts +0 -19
  731. package/websql/lib/typeorm/persistence/tree/NestedSetSubjectExecutor.d.ts +0 -39
  732. package/websql/lib/typeorm/platform/PlatformTools.d.ts +0 -65
  733. package/websql/lib/typeorm/query-builder/Alias.d.ts +0 -23
  734. package/websql/lib/typeorm/query-builder/Brackets.d.ts +0 -17
  735. package/websql/lib/typeorm/query-builder/DeleteQueryBuilder.d.ts +0 -92
  736. package/websql/lib/typeorm/query-builder/InsertOrUpdateOptions.d.ts +0 -4
  737. package/websql/lib/typeorm/query-builder/InsertQueryBuilder.d.ts +0 -118
  738. package/websql/lib/typeorm/query-builder/JoinAttribute.d.ts +0 -84
  739. package/websql/lib/typeorm/query-builder/NotBrackets.d.ts +0 -9
  740. package/websql/lib/typeorm/query-builder/QueryBuilder.d.ts +0 -268
  741. package/websql/lib/typeorm/query-builder/QueryBuilderCte.d.ts +0 -18
  742. package/websql/lib/typeorm/query-builder/QueryBuilderUtils.d.ts +0 -11
  743. package/websql/lib/typeorm/query-builder/QueryExpressionMap.d.ts +0 -306
  744. package/websql/lib/typeorm/query-builder/QueryPartialEntity.d.ts +0 -16
  745. package/websql/lib/typeorm/query-builder/RelationIdLoader.d.ts +0 -71
  746. package/websql/lib/typeorm/query-builder/RelationLoader.d.ts +0 -60
  747. package/websql/lib/typeorm/query-builder/RelationQueryBuilder.d.ts +0 -70
  748. package/websql/lib/typeorm/query-builder/RelationRemover.d.ts +0 -17
  749. package/websql/lib/typeorm/query-builder/RelationUpdater.d.ts +0 -17
  750. package/websql/lib/typeorm/query-builder/ReturningResultsEntityUpdator.d.ts +0 -31
  751. package/websql/lib/typeorm/query-builder/SelectQuery.d.ts +0 -6
  752. package/websql/lib/typeorm/query-builder/SelectQueryBuilder.d.ts +0 -665
  753. package/websql/lib/typeorm/query-builder/SelectQueryBuilderOption.d.ts +0 -2
  754. package/websql/lib/typeorm/query-builder/SoftDeleteQueryBuilder.d.ts +0 -139
  755. package/websql/lib/typeorm/query-builder/UpdateQueryBuilder.d.ts +0 -144
  756. package/websql/lib/typeorm/query-builder/WhereClause.d.ts +0 -17
  757. package/websql/lib/typeorm/query-builder/WhereExpressionBuilder.d.ts +0 -127
  758. package/websql/lib/typeorm/query-builder/relation-count/RelationCountAttribute.d.ts +0 -54
  759. package/websql/lib/typeorm/query-builder/relation-count/RelationCountLoadResult.d.ts +0 -9
  760. package/websql/lib/typeorm/query-builder/relation-count/RelationCountLoader.d.ts +0 -12
  761. package/websql/lib/typeorm/query-builder/relation-count/RelationCountMetadataToAttributeTransformer.d.ts +0 -8
  762. package/websql/lib/typeorm/query-builder/relation-id/RelationIdAttribute.d.ts +0 -65
  763. package/websql/lib/typeorm/query-builder/relation-id/RelationIdLoadResult.d.ts +0 -6
  764. package/websql/lib/typeorm/query-builder/relation-id/RelationIdLoader.d.ts +0 -12
  765. package/websql/lib/typeorm/query-builder/relation-id/RelationIdMetadataToAttributeTransformer.d.ts +0 -8
  766. package/websql/lib/typeorm/query-builder/result/DeleteResult.d.ts +0 -17
  767. package/websql/lib/typeorm/query-builder/result/InsertResult.d.ts +0 -23
  768. package/websql/lib/typeorm/query-builder/result/UpdateResult.d.ts +0 -27
  769. package/websql/lib/typeorm/query-builder/transformer/PlainObjectToDatabaseEntityTransformer.d.ts +0 -13
  770. package/websql/lib/typeorm/query-builder/transformer/PlainObjectToNewEntityTransformer.d.ts +0 -15
  771. package/websql/lib/typeorm/query-builder/transformer/RawSqlResultsToEntityTransformer.d.ts +0 -56
  772. package/websql/lib/typeorm/query-runner/BaseQueryRunner.d.ts +0 -204
  773. package/websql/lib/typeorm/query-runner/QueryResult.d.ts +0 -18
  774. package/websql/lib/typeorm/query-runner/QueryRunner.d.ts +0 -359
  775. package/websql/lib/typeorm/relation-path.d.ts +0 -7
  776. package/websql/lib/typeorm/repository/AbstractRepository.d.ts +0 -52
  777. package/websql/lib/typeorm/repository/BaseEntity.d.ts +0 -298
  778. package/websql/lib/typeorm/repository/FindTreesOptions.d.ts +0 -10
  779. package/websql/lib/typeorm/repository/RemoveOptions.d.ts +0 -28
  780. package/websql/lib/typeorm/repository/Repository.d.ts +0 -292
  781. package/websql/lib/typeorm/repository/SaveOptions.d.ts +0 -36
  782. package/websql/lib/typeorm/repository/TreeRepository.d.ts +0 -56
  783. package/websql/lib/typeorm/repository/UpsertOptions.d.ts +0 -11
  784. package/websql/lib/typeorm/schema-builder/RdbmsSchemaBuilder.d.ts +0 -145
  785. package/websql/lib/typeorm/schema-builder/SchemaBuilder.d.ts +0 -15
  786. package/websql/lib/typeorm/schema-builder/options/TableCheckOptions.d.ts +0 -18
  787. package/websql/lib/typeorm/schema-builder/options/TableColumnOptions.d.ts +0 -123
  788. package/websql/lib/typeorm/schema-builder/options/TableExclusionOptions.d.ts +0 -14
  789. package/websql/lib/typeorm/schema-builder/options/TableForeignKeyOptions.d.ts +0 -45
  790. package/websql/lib/typeorm/schema-builder/options/TableIndexOptions.d.ts +0 -45
  791. package/websql/lib/typeorm/schema-builder/options/TableOptions.d.ts +0 -62
  792. package/websql/lib/typeorm/schema-builder/options/TableUniqueOptions.d.ts +0 -19
  793. package/websql/lib/typeorm/schema-builder/options/ViewOptions.d.ts +0 -27
  794. package/websql/lib/typeorm/schema-builder/table/Table.d.ts +0 -143
  795. package/websql/lib/typeorm/schema-builder/table/TableCheck.d.ts +0 -30
  796. package/websql/lib/typeorm/schema-builder/table/TableColumn.d.ts +0 -127
  797. package/websql/lib/typeorm/schema-builder/table/TableExclusion.d.ts +0 -26
  798. package/websql/lib/typeorm/schema-builder/table/TableForeignKey.d.ts +0 -58
  799. package/websql/lib/typeorm/schema-builder/table/TableIndex.d.ts +0 -57
  800. package/websql/lib/typeorm/schema-builder/table/TableUnique.d.ts +0 -31
  801. package/websql/lib/typeorm/schema-builder/util/TableUtils.d.ts +0 -7
  802. package/websql/lib/typeorm/schema-builder/util/ViewUtils.d.ts +0 -8
  803. package/websql/lib/typeorm/schema-builder/view/View.d.ts +0 -38
  804. package/websql/lib/typeorm/subscriber/Broadcaster.d.ts +0 -168
  805. package/websql/lib/typeorm/subscriber/BroadcasterResult.d.ts +0 -18
  806. package/websql/lib/typeorm/subscriber/EntitySubscriberInterface.d.ts +0 -93
  807. package/websql/lib/typeorm/subscriber/event/InsertEvent.d.ts +0 -32
  808. package/websql/lib/typeorm/subscriber/event/LoadEvent.d.ts +0 -32
  809. package/websql/lib/typeorm/subscriber/event/RecoverEvent.d.ts +0 -7
  810. package/websql/lib/typeorm/subscriber/event/RemoveEvent.d.ts +0 -41
  811. package/websql/lib/typeorm/subscriber/event/SoftRemoveEvent.d.ts +0 -7
  812. package/websql/lib/typeorm/subscriber/event/TransactionCommitEvent.d.ts +0 -23
  813. package/websql/lib/typeorm/subscriber/event/TransactionRollbackEvent.d.ts +0 -23
  814. package/websql/lib/typeorm/subscriber/event/TransactionStartEvent.d.ts +0 -23
  815. package/websql/lib/typeorm/subscriber/event/UpdateEvent.d.ts +0 -47
  816. package/websql/lib/typeorm/util/ApplyValueTransformers.d.ts +0 -6
  817. package/websql/lib/typeorm/util/DateUtils.d.ts +0 -59
  818. package/websql/lib/typeorm/util/DepGraph.d.ts +0 -65
  819. package/websql/lib/typeorm/util/DirectoryExportedClassesLoader.d.ts +0 -10
  820. package/websql/lib/typeorm/util/ImportUtils.d.ts +0 -2
  821. package/websql/lib/typeorm/util/InstanceChecker.d.ts +0 -60
  822. package/websql/lib/typeorm/util/ObjectUtils.d.ts +0 -38
  823. package/websql/lib/typeorm/util/OrmUtils.d.ts +0 -53
  824. package/websql/lib/typeorm/util/PathUtils.d.ts +0 -11
  825. package/websql/lib/typeorm/util/RandomGenerator.d.ts +0 -16
  826. package/websql/lib/typeorm/util/StringUtils.d.ts +0 -64
  827. package/websql/lib/typeorm/util/TreeRepositoryUtils.d.ts +0 -24
  828. package/websql/lib/typeorm/util/VersionUtils.d.ts +0 -5
  829. package/websql/lib/typeorm/util/escapeRegExp.d.ts +0 -2
  830. package/websql/public-api.d.ts +0 -2
@@ -1,25 +0,0 @@
1
- // @ts-nocheck
2
- import { BaseDataSourceOptions } from "../../data-source/BaseDataSourceOptions";
3
- /**
4
- * Sqlite-specific connection options.
5
- */
6
- export interface CordovaConnectionOptions extends BaseDataSourceOptions {
7
- /**
8
- * Database type.
9
- */
10
- readonly type: "cordova";
11
- /**
12
- * Database name.
13
- */
14
- readonly database: string;
15
- /**
16
- * The driver object
17
- * This defaults to `window.sqlitePlugin`
18
- */
19
- readonly driver?: any;
20
- /**
21
- * Storage Location
22
- */
23
- readonly location: string;
24
- readonly poolSize?: never;
25
- }
@@ -1,26 +0,0 @@
1
- // @ts-nocheck
2
- import { AbstractSqliteDriver } from "../sqlite-abstract/AbstractSqliteDriver";
3
- import { CordovaConnectionOptions } from "./CordovaConnectionOptions";
4
- import { QueryRunner } from "../../query-runner/QueryRunner";
5
- import { DataSource } from "../../data-source/DataSource";
6
- import { ReplicationMode } from "../types/ReplicationMode";
7
- export declare class CordovaDriver extends AbstractSqliteDriver {
8
- options: CordovaConnectionOptions;
9
- constructor(connection: DataSource);
10
- /**
11
- * Closes connection with database.
12
- */
13
- disconnect(): Promise<void>;
14
- /**
15
- * Creates a query runner used to execute database queries.
16
- */
17
- createQueryRunner(mode: ReplicationMode): QueryRunner;
18
- /**
19
- * Creates connection with the database.
20
- */
21
- protected createDatabaseConnection(): Promise<any>;
22
- /**
23
- * If driver dependency is not given explicitly, then try to load it via "require".
24
- */
25
- protected loadDependencies(): void;
26
- }
@@ -1,81 +0,0 @@
1
- // @ts-nocheck
2
- import { ObjectLiteral } from "../../common/ObjectLiteral";
3
- import { AbstractSqliteQueryRunner } from "../sqlite-abstract/AbstractSqliteQueryRunner";
4
- import { CordovaDriver } from "./CordovaDriver";
5
- /**
6
- * Runs queries on a single sqlite database connection.
7
- */
8
- export declare class CordovaQueryRunner extends AbstractSqliteQueryRunner {
9
- /**
10
- * Database driver used by connection.
11
- */
12
- driver: CordovaDriver;
13
- constructor(driver: CordovaDriver);
14
- /**
15
- * Called before migrations are run.
16
- */
17
- beforeMigration(): Promise<void>;
18
- /**
19
- * Called after migrations are run.
20
- */
21
- afterMigration(): Promise<void>;
22
- /**
23
- * Executes a given SQL query.
24
- */
25
- query(query: string, parameters?: any[], useStructuredResult?: boolean): Promise<any>;
26
- /**
27
- * Insert a new row with given values into the given table.
28
- * Returns value of the generated column if given and generate column exist in the table.
29
- // todo: implement new syntax
30
- async insert(tableName: string, keyValues: ObjectLiteral): Promise<InsertResult> {
31
- const keys = Object.keys(keyValues);
32
- const columns = keys.map(key => `"${key}"`).join(", ");
33
- const values = keys.map(key => "?").join(",");
34
- const generatedColumns = this.connection.hasMetadata(tableName) ? this.connection.getMetadata(tableName).generatedColumns : [];
35
- const sql = columns.length > 0 ? (`INSERT INTO "${tableName}"(${columns}) VALUES (${values})`) : `INSERT INTO "${tableName}" DEFAULT VALUES`;
36
- const parameters = keys.map(key => keyValues[key]);
37
-
38
- return new Promise<InsertResult>(async (ok, fail) => {
39
- this.driver.connection.logger.logQuery(sql, parameters, this);
40
- const __this = this;
41
- const databaseConnection = await this.connect();
42
- databaseConnection.executeSql(sql, parameters, (resultSet: any) => {
43
- const generatedMap = generatedColumns.reduce((map, generatedColumn) => {
44
- const value = generatedColumn.isPrimary && generatedColumn.generationStrategy === "increment" && resultSet.insertId ? resultSet.insertId : keyValues[generatedColumn.databaseName];
45
- if (!value) return map;
46
- return OrmUtils.mergeDeep(map, generatedColumn.createValueMap(value));
47
- }, {} as ObjectLiteral);
48
-
49
- ok({
50
- result: undefined,
51
- generatedMap: Object.keys(generatedMap).length > 0 ? generatedMap : undefined
52
- });
53
- }, (err: any) => {
54
- __this.driver.connection.logger.logQueryError(err, sql, parameters, this);
55
- fail(err);
56
- });
57
- });
58
- }*/
59
- /**
60
- * Would start a transaction but this driver does not support transactions.
61
- */
62
- startTransaction(): Promise<void>;
63
- /**
64
- * Would start a transaction but this driver does not support transactions.
65
- */
66
- commitTransaction(): Promise<void>;
67
- /**
68
- * Would start a transaction but this driver does not support transactions.
69
- */
70
- rollbackTransaction(): Promise<void>;
71
- /**
72
- * Removes all tables from the currently connected database.
73
- * Be careful with using this method and avoid using it in production or migrations
74
- * (because it can clear all your database).
75
- */
76
- clearDatabase(): Promise<void>;
77
- /**
78
- * Parametrizes given object of values. Used to create column=value queries.
79
- */
80
- protected parametrize(objectLiteral: ObjectLiteral, startIndex?: number): string[];
81
- }
@@ -1,46 +0,0 @@
1
- // @ts-nocheck
2
- /**
3
- * Create a new ObjectID instance.
4
- *
5
- * @see http://mongodb.github.io/node-mongodb-native/2.1/api/ObjectID.html
6
- */
7
- export declare class ObjectID {
8
- constructor(s?: string | number);
9
- /**
10
- * The generation time of this ObjectId instance.
11
- */
12
- generationTime: number;
13
- /**
14
- * Creates an ObjectID from a hex string representation of an ObjectID.
15
- */
16
- static createFromHexString(hexString: string): ObjectID;
17
- /**
18
- * Creates an ObjectID from a second based number, with the rest of the ObjectID zeroed out. Used for comparisons or sorting the ObjectID.
19
- */
20
- static createFromTime(time: number): ObjectID;
21
- /**
22
- * Checks if a value is a valid bson ObjectId.
23
- */
24
- static isValid(id: any): boolean;
25
- /**
26
- * Compares the equality of this ObjectID with otherID.
27
- */
28
- equals(otherID: ObjectID): boolean;
29
- /**
30
- * Generate a 12 byte id buffer used in ObjectID's.
31
- */
32
- generate(time?: number): string;
33
- /**
34
- * Returns the generation date (accurate up to the second) that this ID was generated.
35
- *
36
- */
37
- getTimestamp(): Date;
38
- /**
39
- * Return the ObjectID id as a 24 byte hex string representation.
40
- */
41
- toHexString(): string;
42
- /**
43
- * Get the timestamp and validate correctness.
44
- */
45
- toString(): string;
46
- }
@@ -1,46 +0,0 @@
1
- // @ts-nocheck
2
- import { BaseDataSourceOptions } from "../../data-source/BaseDataSourceOptions";
3
- /**
4
- * NativeScript-specific connection options.
5
- */
6
- export interface NativescriptConnectionOptions extends BaseDataSourceOptions {
7
- /**
8
- * Database type.
9
- */
10
- readonly type: "nativescript";
11
- /**
12
- * Database name.
13
- */
14
- readonly database: string;
15
- /**
16
- * The driver object
17
- * you should pass `require('nativescript-sqlite') here
18
- */
19
- readonly driver: any;
20
- /**
21
- * Whether to mark the mark the database as read only on open (iOS only).
22
- */
23
- readonly readOnly?: boolean;
24
- /**
25
- * The key to use for for using/opening encrypted databases. (requires the "Encrypted Plugin")
26
- */
27
- readonly key?: string;
28
- /**
29
- * Whether to enable background multitasking. All SQL is ran on a background worker thread. (requires the "Commercial Plugin")
30
- */
31
- readonly multithreading?: boolean;
32
- /**
33
- * Migrates a Encrypted Sql database from v3 to the new v4. If you are a new user you do not need to set this flag as new created databases will already be in v4.
34
- * If you are upgrading a app that used v1.3.0 or earlier of NS-Sqlite-Encrypted; then you will probably want to set this flag to true. (requires the "Encrypted Plugin")
35
- */
36
- readonly migrate?: boolean;
37
- /**
38
- * Flags to pass to SQLite when opening the database on iOS. (see https://www.sqlite.org/c3ref/open.html)
39
- */
40
- readonly iosFlags?: number;
41
- /**
42
- * Flags to pass to SQLite when opening the database on Android. (see https://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html)
43
- */
44
- readonly androidFlags?: number;
45
- readonly poolSize?: never;
46
- }
@@ -1,45 +0,0 @@
1
- // @ts-nocheck
2
- import { AbstractSqliteDriver } from "../sqlite-abstract/AbstractSqliteDriver";
3
- import { NativescriptConnectionOptions } from "./NativescriptConnectionOptions";
4
- import { QueryRunner } from "../../query-runner/QueryRunner";
5
- import { DataSource } from "../../data-source/DataSource";
6
- import { ColumnType } from "../types/ColumnTypes";
7
- import { ReplicationMode } from "../types/ReplicationMode";
8
- /**
9
- * Organizes communication with sqlite DBMS within Nativescript.
10
- */
11
- export declare class NativescriptDriver extends AbstractSqliteDriver {
12
- /**
13
- * Connection options.
14
- */
15
- options: NativescriptConnectionOptions;
16
- /**
17
- * Nativescript driver module
18
- * this is most likely `nativescript-sqlite`
19
- * but user can pass his own
20
- */
21
- driver: any;
22
- constructor(connection: DataSource);
23
- /**
24
- * Closes connection with database.
25
- */
26
- disconnect(): Promise<void>;
27
- /**
28
- * Creates a query runner used to execute database queries.
29
- */
30
- createQueryRunner(mode: ReplicationMode): QueryRunner;
31
- normalizeType(column: {
32
- type?: ColumnType;
33
- length?: number | string;
34
- precision?: number | null;
35
- scale?: number;
36
- }): string;
37
- /**
38
- * Creates connection with the database.
39
- */
40
- protected createDatabaseConnection(): Promise<void>;
41
- /**
42
- * If driver dependency is not given explicitly, then try to load it via "require".
43
- */
44
- protected loadDependencies(): void;
45
- }
@@ -1,30 +0,0 @@
1
- // @ts-nocheck
2
- import { ObjectLiteral } from "../../common/ObjectLiteral";
3
- import { AbstractSqliteQueryRunner } from "../sqlite-abstract/AbstractSqliteQueryRunner";
4
- import { NativescriptDriver } from "./NativescriptDriver";
5
- /**
6
- * Runs queries on a single sqlite database connection.
7
- */
8
- export declare class NativescriptQueryRunner extends AbstractSqliteQueryRunner {
9
- /**
10
- * Database driver used by connection.
11
- */
12
- driver: NativescriptDriver;
13
- constructor(driver: NativescriptDriver);
14
- /**
15
- * Called before migrations are run.
16
- */
17
- beforeMigration(): Promise<void>;
18
- /**
19
- * Called after migrations are run.
20
- */
21
- afterMigration(): Promise<void>;
22
- /**
23
- * Executes a given SQL query.
24
- */
25
- query(query: string, parameters?: any[], useStructuredResult?: boolean): Promise<any>;
26
- /**
27
- * Parametrizes given object of values. Used to create column=value queries.
28
- */
29
- protected parametrize(objectLiteral: ObjectLiteral, startIndex?: number): string[];
30
- }
@@ -1,25 +0,0 @@
1
- // @ts-nocheck
2
- import { BaseDataSourceOptions } from "../../data-source/BaseDataSourceOptions";
3
- /**
4
- * Sqlite-specific connection options.
5
- */
6
- export interface ReactNativeConnectionOptions extends BaseDataSourceOptions {
7
- /**
8
- * Database type.
9
- */
10
- readonly type: "react-native";
11
- /**
12
- * Database name.
13
- */
14
- readonly database: string;
15
- /**
16
- * The driver object
17
- * This defaults to require("react-native-sqlite-storage")
18
- */
19
- readonly driver?: any;
20
- /**
21
- * Storage Location
22
- */
23
- readonly location: string;
24
- readonly poolSize?: never;
25
- }
@@ -1,26 +0,0 @@
1
- // @ts-nocheck
2
- import { AbstractSqliteDriver } from "../sqlite-abstract/AbstractSqliteDriver";
3
- import { ReactNativeConnectionOptions } from "./ReactNativeConnectionOptions";
4
- import { QueryRunner } from "../../query-runner/QueryRunner";
5
- import { DataSource } from "../../data-source/DataSource";
6
- import { ReplicationMode } from "../types/ReplicationMode";
7
- export declare class ReactNativeDriver extends AbstractSqliteDriver {
8
- options: ReactNativeConnectionOptions;
9
- constructor(connection: DataSource);
10
- /**
11
- * Closes connection with database.
12
- */
13
- disconnect(): Promise<void>;
14
- /**
15
- * Creates a query runner used to execute database queries.
16
- */
17
- createQueryRunner(mode: ReplicationMode): QueryRunner;
18
- /**
19
- * Creates connection with the database.
20
- */
21
- protected createDatabaseConnection(): Promise<void>;
22
- /**
23
- * If driver dependency is not given explicitly, then try to load it via "require".
24
- */
25
- protected loadDependencies(): void;
26
- }
@@ -1,30 +0,0 @@
1
- // @ts-nocheck
2
- import { ObjectLiteral } from "../../common/ObjectLiteral";
3
- import { AbstractSqliteQueryRunner } from "../sqlite-abstract/AbstractSqliteQueryRunner";
4
- import { ReactNativeDriver } from "./ReactNativeDriver";
5
- /**
6
- * Runs queries on a single sqlite database connection.
7
- */
8
- export declare class ReactNativeQueryRunner extends AbstractSqliteQueryRunner {
9
- /**
10
- * Database driver used by connection.
11
- */
12
- driver: ReactNativeDriver;
13
- constructor(driver: ReactNativeDriver);
14
- /**
15
- * Called before migrations are run.
16
- */
17
- beforeMigration(): Promise<void>;
18
- /**
19
- * Called after migrations are run.
20
- */
21
- afterMigration(): Promise<void>;
22
- /**
23
- * Executes a given SQL query.
24
- */
25
- query(query: string, parameters?: any[], useStructuredResult?: boolean): Promise<any>;
26
- /**
27
- * Parametrizes given object of values. Used to create column=value queries.
28
- */
29
- protected parametrize(objectLiteral: ObjectLiteral, startIndex?: number): string[];
30
- }
@@ -1,238 +0,0 @@
1
- // @ts-nocheck
2
- import { Driver } from "../Driver";
3
- import { ObjectLiteral } from "../../common/ObjectLiteral";
4
- import { ColumnMetadata } from "../../metadata/ColumnMetadata";
5
- import { DataSource } from "../../data-source/DataSource";
6
- import { RdbmsSchemaBuilder } from "../../schema-builder/RdbmsSchemaBuilder";
7
- import { CteCapabilities } from "../types/CteCapabilities";
8
- import { MappedColumnTypes } from "../types/MappedColumnTypes";
9
- import { ColumnType } from "../types/ColumnTypes";
10
- import { QueryRunner } from "../../query-runner/QueryRunner";
11
- import { DataTypeDefaults } from "../types/DataTypeDefaults";
12
- import { TableColumn } from "../../schema-builder/table/TableColumn";
13
- import { BaseDataSourceOptions } from "../../data-source/BaseDataSourceOptions";
14
- import { EntityMetadata } from "../../metadata/EntityMetadata";
15
- import { ReplicationMode } from "../types/ReplicationMode";
16
- import { Table } from "../../schema-builder/table/Table";
17
- import { View } from "../../schema-builder/view/View";
18
- import { TableForeignKey } from "../../schema-builder/table/TableForeignKey";
19
- type DatabasesMap = Record<string, {
20
- attachFilepathAbsolute: string;
21
- attachFilepathRelative: string;
22
- attachHandle: string;
23
- }>;
24
- /**
25
- * Organizes communication with sqlite DBMS.
26
- */
27
- export declare abstract class AbstractSqliteDriver implements Driver {
28
- /**
29
- * Connection used by driver.
30
- */
31
- connection: DataSource;
32
- /**
33
- * Sqlite has a single QueryRunner because it works on a single database connection.
34
- */
35
- queryRunner?: QueryRunner;
36
- /**
37
- * Real database connection with sqlite database.
38
- */
39
- databaseConnection: any;
40
- /**
41
- * Connection options.
42
- */
43
- options: BaseDataSourceOptions;
44
- /**
45
- * Master database used to perform all write queries.
46
- */
47
- database?: string;
48
- /**
49
- * Indicates if replication is enabled.
50
- */
51
- isReplicated: boolean;
52
- /**
53
- * SQLite underlying library.
54
- */
55
- sqlite: any;
56
- /**
57
- * Indicates if tree tables are supported by this driver.
58
- */
59
- treeSupport: boolean;
60
- /**
61
- * Represent transaction support by this driver
62
- */
63
- transactionSupport: "simple" | "nested" | "none";
64
- /**
65
- * Gets list of supported column data types by a driver.
66
- *
67
- * @see https://www.tutorialspoint.com/sqlite/sqlite_data_types.htm
68
- * @see https://sqlite.org/datatype3.html
69
- */
70
- supportedDataTypes: ColumnType[];
71
- /**
72
- * Returns type of upsert supported by driver if any
73
- */
74
- readonly supportedUpsertType = "on-conflict-do-update";
75
- /**
76
- * Gets list of column data types that support length by a driver.
77
- */
78
- withLengthColumnTypes: ColumnType[];
79
- /**
80
- * Gets list of spatial column data types.
81
- */
82
- spatialTypes: ColumnType[];
83
- /**
84
- * Gets list of column data types that support precision by a driver.
85
- */
86
- withPrecisionColumnTypes: ColumnType[];
87
- /**
88
- * Gets list of column data types that support scale by a driver.
89
- */
90
- withScaleColumnTypes: ColumnType[];
91
- /**
92
- * Orm has special columns and we need to know what database column types should be for those types.
93
- * Column types are driver dependant.
94
- */
95
- mappedDataTypes: MappedColumnTypes;
96
- /**
97
- * Default values of length, precision and scale depends on column data type.
98
- * Used in the cases when length/precision/scale is not specified by user.
99
- */
100
- dataTypeDefaults: DataTypeDefaults;
101
- /**
102
- * No documentation specifying a maximum length for identifiers could be found
103
- * for SQLite.
104
- */
105
- maxAliasLength?: number;
106
- cteCapabilities: CteCapabilities;
107
- /**
108
- * Any attached databases (excepting default 'main')
109
- */
110
- attachedDatabases: DatabasesMap;
111
- constructor(connection: DataSource);
112
- /**
113
- * Creates a query runner used to execute database queries.
114
- */
115
- abstract createQueryRunner(mode: ReplicationMode): QueryRunner;
116
- /**
117
- * Performs connection to the database.
118
- */
119
- connect(): Promise<void>;
120
- /**
121
- * Makes any action after connection (e.g. create extensions in Postgres driver).
122
- */
123
- afterConnect(): Promise<void>;
124
- /**
125
- * Closes connection with database.
126
- */
127
- disconnect(): Promise<void>;
128
- hasAttachedDatabases(): boolean;
129
- getAttachedDatabaseHandleByRelativePath(path: string): string | undefined;
130
- getAttachedDatabasePathRelativeByHandle(handle: string): string | undefined;
131
- /**
132
- * Creates a schema builder used to build and sync a schema.
133
- */
134
- createSchemaBuilder(): RdbmsSchemaBuilder;
135
- /**
136
- * Prepares given value to a value to be persisted, based on its column type and metadata.
137
- */
138
- preparePersistentValue(value: any, columnMetadata: ColumnMetadata): any;
139
- /**
140
- * Prepares given value to a value to be hydrated, based on its column type or metadata.
141
- */
142
- prepareHydratedValue(value: any, columnMetadata: ColumnMetadata): any;
143
- /**
144
- * Replaces parameters in the given sql with special escaping character
145
- * and an array of parameter names to be passed to a query.
146
- */
147
- escapeQueryWithParameters(sql: string, parameters: ObjectLiteral, nativeParameters: ObjectLiteral): [string, any[]];
148
- /**
149
- * Escapes a column name.
150
- */
151
- escape(columnName: string): string;
152
- /**
153
- * Build full table name with database name, schema name and table name.
154
- * E.g. myDB.mySchema.myTable
155
- *
156
- * Returns only simple table name because all inherited drivers does not supports schema and database.
157
- */
158
- buildTableName(tableName: string, schema?: string, database?: string): string;
159
- /**
160
- * Parse a target table name or other types and return a normalized table definition.
161
- */
162
- parseTableName(target: EntityMetadata | Table | View | TableForeignKey | string): {
163
- database?: string;
164
- schema?: string;
165
- tableName: string;
166
- };
167
- /**
168
- * Creates a database type from a given column metadata.
169
- */
170
- normalizeType(column: {
171
- type?: ColumnType;
172
- length?: number | string;
173
- precision?: number | null;
174
- scale?: number;
175
- }): string;
176
- /**
177
- * Normalizes "default" value of the column.
178
- */
179
- normalizeDefault(columnMetadata: ColumnMetadata): string | undefined;
180
- /**
181
- * Normalizes "isUnique" value of the column.
182
- */
183
- normalizeIsUnique(column: ColumnMetadata): boolean;
184
- /**
185
- * Calculates column length taking into account the default length values.
186
- */
187
- getColumnLength(column: ColumnMetadata): string;
188
- /**
189
- * Normalizes "default" value of the column.
190
- */
191
- createFullType(column: TableColumn): string;
192
- /**
193
- * Obtains a new database connection to a master server.
194
- * Used for replication.
195
- * If replication is not setup then returns default connection's database connection.
196
- */
197
- obtainMasterConnection(): Promise<any>;
198
- /**
199
- * Obtains a new database connection to a slave server.
200
- * Used for replication.
201
- * If replication is not setup then returns master (default) connection's database connection.
202
- */
203
- obtainSlaveConnection(): Promise<any>;
204
- /**
205
- * Creates generated map of values generated or returned by database after INSERT query.
206
- */
207
- createGeneratedMap(metadata: EntityMetadata, insertResult: any, entityIndex: number, entityNum: number): any;
208
- /**
209
- * Differentiate columns of this table and columns from the given column metadatas columns
210
- * and returns only changed.
211
- */
212
- findChangedColumns(tableColumns: TableColumn[], columnMetadatas: ColumnMetadata[]): ColumnMetadata[];
213
- /**
214
- * Returns true if driver supports RETURNING / OUTPUT statement.
215
- */
216
- isReturningSqlSupported(): boolean;
217
- /**
218
- * Returns true if driver supports uuid values generation on its own.
219
- */
220
- isUUIDGenerationSupported(): boolean;
221
- /**
222
- * Returns true if driver supports fulltext indices.
223
- */
224
- isFullTextColumnTypeSupported(): boolean;
225
- /**
226
- * Creates an escaped parameter.
227
- */
228
- createParameter(parameterName: string, index: number): string;
229
- /**
230
- * Creates connection with the database.
231
- */
232
- protected createDatabaseConnection(): void;
233
- /**
234
- * If driver dependency is not given explicitly, then try to load it via "require".
235
- */
236
- protected loadDependencies(): void;
237
- }
238
- export {};