@tsonic/efcore-sqlite 0.1.1 → 10.0.1

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 (75) hide show
  1. package/Microsoft.Data.Sqlite/bindings.json +1757 -3354
  2. package/Microsoft.Data.Sqlite/internal/index.d.ts +261 -261
  3. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
  4. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
  5. package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
  6. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
  8. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
  9. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
  10. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
  11. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
  12. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
  15. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
  16. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
  17. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
  18. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
  19. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
  20. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
  21. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
  22. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
  23. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
  24. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
  25. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
  26. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
  27. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
  28. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
  29. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
  30. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +60 -60
  31. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
  32. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
  33. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
  34. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
  35. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
  36. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
  37. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
  38. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
  39. package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
  40. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  41. package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
  42. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +78 -78
  43. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
  44. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
  45. package/SQLitePCL/bindings.json +9554 -14759
  46. package/SQLitePCL/internal/index.d.ts +33 -33
  47. package/System.Collections.Generic/bindings.json +48 -70
  48. package/System.Collections.Generic/internal/index.d.ts +6 -6
  49. package/__build/scripts/generate.sh +4 -4
  50. package/__internal/extensions/index.d.ts +12 -12
  51. package/package.json +5 -5
  52. package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
  53. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
  54. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
  55. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
  56. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
  57. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
  58. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
  59. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  60. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
  61. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
  62. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
  63. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
  64. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
  65. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
  66. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
  67. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
  68. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
  71. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  72. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
  73. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
  74. package/SQLitePCL/internal/metadata.json +0 -11902
  75. package/System.Collections.Generic/internal/metadata.json +0 -123
@@ -12,25 +12,25 @@ import * as Microsoft_EntityFrameworkCore_Diagnostics_Internal from "@tsonic/efc
12
12
  import type { EventData, EventDefinitionBase, RelationalLoggingDefinitions } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
13
13
 
14
14
  export interface SqliteLoggingDefinitions$instance extends RelationalLoggingDefinitions {
15
- logSchemaConfigured: EventDefinitionBase | undefined;
16
- logSequenceConfigured: EventDefinitionBase | undefined;
17
- logUsingSchemaSelectionsWarning: EventDefinitionBase | undefined;
18
- logFoundColumn: EventDefinitionBase | undefined;
19
- logFoundForeignKey: EventDefinitionBase | undefined;
20
- logForeignKeyScaffoldErrorPrincipalTableNotFound: EventDefinitionBase | undefined;
21
- logFoundTable: EventDefinitionBase | undefined;
22
- logMissingTable: EventDefinitionBase | undefined;
23
- logPrincipalColumnNotFound: EventDefinitionBase | undefined;
24
- logFoundIndex: EventDefinitionBase | undefined;
25
- logFoundPrimaryKey: EventDefinitionBase | undefined;
26
- logFoundUniqueConstraint: EventDefinitionBase | undefined;
27
- logUnexpectedConnectionType: EventDefinitionBase | undefined;
28
- logTableRebuildPendingWarning: EventDefinitionBase | undefined;
29
- logCompositeKeyWithValueGeneration: EventDefinitionBase | undefined;
30
- logConflictingValueGenerationStrategies: EventDefinitionBase | undefined;
31
- logInferringTypes: EventDefinitionBase | undefined;
32
- logOutOfRangeWarning: EventDefinitionBase | undefined;
33
- logFormatWarning: EventDefinitionBase | undefined;
15
+ LogSchemaConfigured: EventDefinitionBase | undefined;
16
+ LogSequenceConfigured: EventDefinitionBase | undefined;
17
+ LogUsingSchemaSelectionsWarning: EventDefinitionBase | undefined;
18
+ LogFoundColumn: EventDefinitionBase | undefined;
19
+ LogFoundForeignKey: EventDefinitionBase | undefined;
20
+ LogForeignKeyScaffoldErrorPrincipalTableNotFound: EventDefinitionBase | undefined;
21
+ LogFoundTable: EventDefinitionBase | undefined;
22
+ LogMissingTable: EventDefinitionBase | undefined;
23
+ LogPrincipalColumnNotFound: EventDefinitionBase | undefined;
24
+ LogFoundIndex: EventDefinitionBase | undefined;
25
+ LogFoundPrimaryKey: EventDefinitionBase | undefined;
26
+ LogFoundUniqueConstraint: EventDefinitionBase | undefined;
27
+ LogUnexpectedConnectionType: EventDefinitionBase | undefined;
28
+ LogTableRebuildPendingWarning: EventDefinitionBase | undefined;
29
+ LogCompositeKeyWithValueGeneration: EventDefinitionBase | undefined;
30
+ LogConflictingValueGenerationStrategies: EventDefinitionBase | undefined;
31
+ LogInferringTypes: EventDefinitionBase | undefined;
32
+ LogOutOfRangeWarning: EventDefinitionBase | undefined;
33
+ LogFormatWarning: EventDefinitionBase | undefined;
34
34
  }
35
35
 
36
36
 
@@ -42,8 +42,8 @@ export const SqliteLoggingDefinitions: {
42
42
  export type SqliteLoggingDefinitions = SqliteLoggingDefinitions$instance;
43
43
 
44
44
  export interface TableRebuildEventData$instance extends EventData {
45
- readonly operationType: Type;
46
- readonly tableName: string | undefined;
45
+ readonly OperationType: Type;
46
+ readonly TableName: string | undefined;
47
47
  }
48
48
 
49
49
 
@@ -55,7 +55,7 @@ export const TableRebuildEventData: {
55
55
  export type TableRebuildEventData = TableRebuildEventData$instance;
56
56
 
57
57
  export interface UnexpectedConnectionTypeEventData$instance extends EventData {
58
- readonly connectionType: Type;
58
+ readonly ConnectionType: Type;
59
59
  }
60
60
 
61
61
 
@@ -1,23 +1,36 @@
1
1
  {
2
2
  "namespace": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore.Sqlite"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
6
9
  "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
7
- "tsEmitName": "SqliteModelValidator",
8
10
  "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
9
11
  "metadataToken": 0,
12
+ "kind": "Class",
13
+ "accessibility": "Public",
14
+ "isAbstract": false,
15
+ "isSealed": false,
16
+ "isStatic": false,
17
+ "arity": 0,
10
18
  "methods": [
11
19
  {
12
20
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::Validate(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
13
21
  "clrName": "Validate",
14
- "tsEmitName": "validate",
15
22
  "metadataToken": 100664147,
16
23
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
17
24
  "normalizedSignature": "Validate|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
18
25
  "emitScope": "ClassSurface",
26
+ "provenance": "Original",
19
27
  "arity": 0,
20
28
  "parameterCount": 2,
29
+ "isStatic": false,
30
+ "isAbstract": false,
31
+ "isVirtual": true,
32
+ "isOverride": true,
33
+ "isSealed": false,
21
34
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
22
35
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
23
36
  "isExtensionMethod": false
@@ -37,48 +50,35 @@
37
50
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
38
51
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
39
52
  }
40
- ],
41
- "exposedMethods": [
42
- {
43
- "tsName": "validate",
44
- "isStatic": false,
45
- "tsSignatureId": "Validate|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
46
- "target": {
47
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
48
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
49
- "metadataToken": 100664147
50
- }
51
- }
52
- ],
53
- "exposedConstructors": [
54
- {
55
- "isStatic": false,
56
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies):void|static=false",
57
- "target": {
58
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
59
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
60
- "metadataToken": 100664146
61
- }
62
- }
63
53
  ]
64
54
  },
65
55
  {
66
56
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
67
57
  "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
68
- "tsEmitName": "SqliteOptionsExtension",
69
58
  "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
70
59
  "metadataToken": 0,
60
+ "kind": "Class",
61
+ "accessibility": "Public",
62
+ "isAbstract": false,
63
+ "isSealed": false,
64
+ "isStatic": false,
65
+ "arity": 0,
71
66
  "methods": [
72
67
  {
73
68
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::WithLoadSpatialite(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
74
69
  "clrName": "WithLoadSpatialite",
75
- "tsEmitName": "withLoadSpatialite",
76
70
  "metadataToken": 100664159,
77
71
  "canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
78
72
  "normalizedSignature": "WithLoadSpatialite|(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension|static=false",
79
73
  "emitScope": "ClassSurface",
74
+ "provenance": "Original",
80
75
  "arity": 0,
81
76
  "parameterCount": 1,
77
+ "isStatic": false,
78
+ "isAbstract": false,
79
+ "isVirtual": true,
80
+ "isOverride": false,
81
+ "isSealed": false,
82
82
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
83
83
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
84
84
  "isExtensionMethod": false
@@ -86,13 +86,18 @@
86
86
  {
87
87
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::ApplyServices(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
88
88
  "clrName": "ApplyServices",
89
- "tsEmitName": "applyServices",
90
89
  "metadataToken": 100664160,
91
90
  "canonicalSignature": "(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
92
91
  "normalizedSignature": "ApplyServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
93
92
  "emitScope": "ClassSurface",
93
+ "provenance": "Original",
94
94
  "arity": 0,
95
95
  "parameterCount": 1,
96
+ "isStatic": false,
97
+ "isAbstract": false,
98
+ "isVirtual": true,
99
+ "isOverride": true,
100
+ "isSealed": false,
96
101
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
97
102
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
98
103
  "isExtensionMethod": false
@@ -102,28 +107,36 @@
102
107
  {
103
108
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::Info:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo",
104
109
  "clrName": "Info",
105
- "tsEmitName": "info",
106
110
  "metadataToken": 385876124,
107
111
  "canonicalSignature": ":Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo",
108
112
  "normalizedSignature": "Info|:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo|static=false|accessor=get",
109
113
  "emitScope": "ClassSurface",
114
+ "provenance": "Original",
110
115
  "isIndexer": false,
111
116
  "hasGetter": true,
112
117
  "hasSetter": false,
118
+ "isStatic": false,
119
+ "isAbstract": false,
120
+ "isVirtual": true,
121
+ "isOverride": true,
113
122
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
114
123
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
115
124
  },
116
125
  {
117
126
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::LoadSpatialite:System.Boolean",
118
127
  "clrName": "LoadSpatialite",
119
- "tsEmitName": "loadSpatialite",
120
128
  "metadataToken": 385876125,
121
129
  "canonicalSignature": ":System.Boolean",
122
130
  "normalizedSignature": "LoadSpatialite|:System.Boolean|static=false|accessor=get",
123
131
  "emitScope": "ClassSurface",
132
+ "provenance": "Original",
124
133
  "isIndexer": false,
125
134
  "hasGetter": true,
126
135
  "hasSetter": false,
136
+ "isStatic": false,
137
+ "isAbstract": false,
138
+ "isVirtual": true,
139
+ "isOverride": false,
127
140
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
128
141
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
129
142
  }
@@ -141,61 +154,6 @@
141
154
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
142
155
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
143
156
  }
144
- ],
145
- "exposedMethods": [
146
- {
147
- "tsName": "withLoadSpatialite",
148
- "isStatic": false,
149
- "tsSignatureId": "WithLoadSpatialite|(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension|static=false",
150
- "target": {
151
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
152
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
153
- "metadataToken": 100664159
154
- }
155
- },
156
- {
157
- "tsName": "applyServices",
158
- "isStatic": false,
159
- "tsSignatureId": "ApplyServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
160
- "target": {
161
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
162
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
163
- "metadataToken": 100664160
164
- }
165
- }
166
- ],
167
- "exposedProperties": [
168
- {
169
- "tsName": "info",
170
- "isStatic": false,
171
- "tsSignatureId": "Info|:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo|static=false|accessor=get",
172
- "target": {
173
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
174
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
175
- "metadataToken": 385876124
176
- }
177
- },
178
- {
179
- "tsName": "loadSpatialite",
180
- "isStatic": false,
181
- "tsSignatureId": "LoadSpatialite|:System.Boolean|static=false|accessor=get",
182
- "target": {
183
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
184
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
185
- "metadataToken": 385876125
186
- }
187
- }
188
- ],
189
- "exposedConstructors": [
190
- {
191
- "isStatic": false,
192
- "tsSignatureId": "constructor|():void|static=false",
193
- "target": {
194
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
195
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
196
- "metadataToken": 100664154
197
- }
198
- }
199
157
  ]
200
158
  }
201
159
  ]
@@ -16,7 +16,7 @@ import type { IModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metada
16
16
  import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
17
17
 
18
18
  export interface SqliteModelValidator$instance extends RelationalModelValidator {
19
- validate(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
19
+ Validate(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
20
20
  }
21
21
 
22
22
 
@@ -28,10 +28,10 @@ export const SqliteModelValidator: {
28
28
  export type SqliteModelValidator = SqliteModelValidator$instance;
29
29
 
30
30
  export interface SqliteOptionsExtension$instance extends RelationalOptionsExtension {
31
- readonly info: DbContextOptionsExtensionInfo;
32
- readonly loadSpatialite: boolean;
33
- applyServices(services: IServiceCollection): void;
34
- withLoadSpatialite(loadSpatialite: boolean): SqliteOptionsExtension;
31
+ readonly Info: DbContextOptionsExtensionInfo;
32
+ readonly LoadSpatialite: boolean;
33
+ ApplyServices(services: IServiceCollection): void;
34
+ WithLoadSpatialite(loadSpatialite: boolean): SqliteOptionsExtension;
35
35
  }
36
36
 
37
37