@tsonic/efcore-sqlite 0.1.0

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 (129) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.Data.Sqlite/bindings.json +6892 -0
  3. package/Microsoft.Data.Sqlite/internal/index.d.ts +430 -0
  4. package/Microsoft.Data.Sqlite/internal/metadata.json +4417 -0
  5. package/Microsoft.Data.Sqlite.d.ts +34 -0
  6. package/Microsoft.Data.Sqlite.js +9 -0
  7. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +167 -0
  8. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +29 -0
  9. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +121 -0
  10. package/Microsoft.DotNet.PlatformAbstractions.d.ts +13 -0
  11. package/Microsoft.DotNet.PlatformAbstractions.js +9 -0
  12. package/Microsoft.EntityFrameworkCore/bindings.json +1892 -0
  13. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +156 -0
  14. package/Microsoft.EntityFrameworkCore/internal/metadata.json +1368 -0
  15. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +528 -0
  16. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +55 -0
  17. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +267 -0
  18. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  19. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +102 -0
  21. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +36 -0
  22. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +82 -0
  23. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +17 -0
  24. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  25. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +83 -0
  26. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +17 -0
  27. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +54 -0
  28. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +304 -0
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +78 -0
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +203 -0
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +21 -0
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  33. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  35. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  36. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -0
  37. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  38. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +17 -0
  39. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  40. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +236 -0
  41. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +57 -0
  42. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +157 -0
  43. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +20 -0
  44. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.js +9 -0
  45. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +587 -0
  46. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +68 -0
  47. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +293 -0
  48. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.d.ts +15 -0
  49. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.js +9 -0
  50. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +202 -0
  51. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +44 -0
  52. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +133 -0
  53. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +18 -0
  54. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.js +9 -0
  55. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +1253 -0
  56. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +83 -0
  57. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +855 -0
  58. package/Microsoft.EntityFrameworkCore.Sqlite.Internal.d.ts +18 -0
  59. package/Microsoft.EntityFrameworkCore.Sqlite.Internal.js +9 -0
  60. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +294 -0
  61. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +43 -0
  62. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +161 -0
  63. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.d.ts +16 -0
  64. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.js +9 -0
  65. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +325 -0
  66. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +48 -0
  67. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +214 -0
  68. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +17 -0
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.js +9 -0
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2892 -0
  71. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +512 -0
  72. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +1844 -0
  73. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +59 -0
  74. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.js +9 -0
  75. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +151 -0
  76. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +44 -0
  77. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +102 -0
  78. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +20 -0
  79. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.js +9 -0
  80. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +1096 -0
  81. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +210 -0
  82. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +707 -0
  83. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +34 -0
  84. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.js +9 -0
  85. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +605 -0
  86. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +93 -0
  87. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +438 -0
  88. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.d.ts +19 -0
  89. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.js +9 -0
  90. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +413 -0
  91. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +80 -0
  92. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +280 -0
  93. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +18 -0
  94. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.d.ts +29 -0
  96. package/Microsoft.EntityFrameworkCore.js +9 -0
  97. package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
  98. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
  99. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
  100. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  101. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  102. package/Microsoft.Extensions.DependencyModel/bindings.json +2871 -0
  103. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +287 -0
  104. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +1654 -0
  105. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +526 -0
  106. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +112 -0
  107. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +329 -0
  108. package/Microsoft.Extensions.DependencyModel.Resolution.d.ts +19 -0
  109. package/Microsoft.Extensions.DependencyModel.Resolution.js +9 -0
  110. package/Microsoft.Extensions.DependencyModel.d.ts +35 -0
  111. package/Microsoft.Extensions.DependencyModel.js +9 -0
  112. package/README.md +5 -0
  113. package/SQLitePCL/bindings.json +19341 -0
  114. package/SQLitePCL/internal/index.d.ts +994 -0
  115. package/SQLitePCL/internal/metadata.json +11902 -0
  116. package/SQLitePCL.d.ts +64 -0
  117. package/SQLitePCL.js +9 -0
  118. package/System.Collections.Generic/bindings.json +164 -0
  119. package/System.Collections.Generic/internal/index.d.ts +25 -0
  120. package/System.Collections.Generic/internal/metadata.json +123 -0
  121. package/System.Collections.Generic.d.ts +14 -0
  122. package/System.Collections.Generic.js +9 -0
  123. package/__build/ref/Program.cs +5 -0
  124. package/__build/ref/ref.csproj +14 -0
  125. package/__build/scripts/generate.sh +116 -0
  126. package/__internal/extensions/index.d.ts +44 -0
  127. package/families.json +1 -0
  128. package/package.json +28 -0
  129. package/tsconfig.json +20 -0
@@ -0,0 +1,267 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Diagnostics",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore",
5
+ "Microsoft.EntityFrameworkCore.Abstractions",
6
+ "Microsoft.EntityFrameworkCore.Relational",
7
+ "Microsoft.EntityFrameworkCore.Sqlite"
8
+ ],
9
+ "types": [
10
+ {
11
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
12
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
13
+ "tsEmitName": "ConflictingValueGenerationStrategiesEventData",
14
+ "kind": "Class",
15
+ "accessibility": "Public",
16
+ "isAbstract": false,
17
+ "isSealed": false,
18
+ "isStatic": false,
19
+ "arity": 0,
20
+ "methods": [],
21
+ "properties": [
22
+ {
23
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::SqliteValueGenerationStrategy:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
24
+ "clrName": "SqliteValueGenerationStrategy",
25
+ "tsEmitName": "sqliteValueGenerationStrategy",
26
+ "normalizedSignature": "SqliteValueGenerationStrategy|:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=false|accessor=get",
27
+ "provenance": "Original",
28
+ "emitScope": "ClassSurface",
29
+ "isStatic": false,
30
+ "isAbstract": false,
31
+ "isVirtual": true,
32
+ "isOverride": false,
33
+ "isIndexer": false,
34
+ "hasGetter": true,
35
+ "hasSetter": false
36
+ },
37
+ {
38
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::OtherValueGenerationStrategy:System.String",
39
+ "clrName": "OtherValueGenerationStrategy",
40
+ "tsEmitName": "otherValueGenerationStrategy",
41
+ "normalizedSignature": "OtherValueGenerationStrategy|:System.String|static=false|accessor=get",
42
+ "provenance": "Original",
43
+ "emitScope": "ClassSurface",
44
+ "isStatic": false,
45
+ "isAbstract": false,
46
+ "isVirtual": true,
47
+ "isOverride": false,
48
+ "isIndexer": false,
49
+ "hasGetter": true,
50
+ "hasSetter": false
51
+ },
52
+ {
53
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::Property:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty",
54
+ "clrName": "Property",
55
+ "tsEmitName": "property",
56
+ "normalizedSignature": "Property|:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty|static=false|accessor=get",
57
+ "provenance": "Original",
58
+ "emitScope": "ClassSurface",
59
+ "isStatic": false,
60
+ "isAbstract": false,
61
+ "isVirtual": true,
62
+ "isOverride": false,
63
+ "isIndexer": false,
64
+ "hasGetter": true,
65
+ "hasSetter": false
66
+ }
67
+ ],
68
+ "fields": [],
69
+ "events": [],
70
+ "constructors": [
71
+ {
72
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Func_3[[Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.EntityFrameworkCore.Diagnostics.EventData,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,System.String,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):void|static=false",
73
+ "isStatic": false,
74
+ "parameterCount": 5
75
+ }
76
+ ]
77
+ },
78
+ {
79
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
80
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
81
+ "tsEmitName": "SqliteEventId",
82
+ "kind": "StaticNamespace",
83
+ "accessibility": "Public",
84
+ "isAbstract": true,
85
+ "isSealed": true,
86
+ "isStatic": true,
87
+ "arity": 0,
88
+ "methods": [],
89
+ "properties": [],
90
+ "fields": [
91
+ {
92
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SchemaConfiguredWarningMicrosoft.Extensions.Logging.EventId",
93
+ "clrName": "SchemaConfiguredWarning",
94
+ "tsEmitName": "schemaConfiguredWarning",
95
+ "normalizedSignature": "SchemaConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
96
+ "isStatic": true,
97
+ "isReadOnly": true,
98
+ "isLiteral": false
99
+ },
100
+ {
101
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SequenceConfiguredWarningMicrosoft.Extensions.Logging.EventId",
102
+ "clrName": "SequenceConfiguredWarning",
103
+ "tsEmitName": "sequenceConfiguredWarning",
104
+ "normalizedSignature": "SequenceConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
105
+ "isStatic": true,
106
+ "isReadOnly": true,
107
+ "isLiteral": false
108
+ },
109
+ {
110
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::CompositeKeyWithValueGenerationMicrosoft.Extensions.Logging.EventId",
111
+ "clrName": "CompositeKeyWithValueGeneration",
112
+ "tsEmitName": "compositeKeyWithValueGeneration",
113
+ "normalizedSignature": "CompositeKeyWithValueGeneration|Microsoft.Extensions.Logging.EventId|static=true|const=false",
114
+ "isStatic": true,
115
+ "isReadOnly": true,
116
+ "isLiteral": false
117
+ },
118
+ {
119
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ConflictingValueGenerationStrategiesWarningMicrosoft.Extensions.Logging.EventId",
120
+ "clrName": "ConflictingValueGenerationStrategiesWarning",
121
+ "tsEmitName": "conflictingValueGenerationStrategiesWarning",
122
+ "normalizedSignature": "ConflictingValueGenerationStrategiesWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
123
+ "isStatic": true,
124
+ "isReadOnly": true,
125
+ "isLiteral": false
126
+ },
127
+ {
128
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::UnexpectedConnectionTypeWarningMicrosoft.Extensions.Logging.EventId",
129
+ "clrName": "UnexpectedConnectionTypeWarning",
130
+ "tsEmitName": "unexpectedConnectionTypeWarning",
131
+ "normalizedSignature": "UnexpectedConnectionTypeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
132
+ "isStatic": true,
133
+ "isReadOnly": true,
134
+ "isLiteral": false
135
+ },
136
+ {
137
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::TableRebuildPendingWarningMicrosoft.Extensions.Logging.EventId",
138
+ "clrName": "TableRebuildPendingWarning",
139
+ "tsEmitName": "tableRebuildPendingWarning",
140
+ "normalizedSignature": "TableRebuildPendingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
141
+ "isStatic": true,
142
+ "isReadOnly": true,
143
+ "isLiteral": false
144
+ },
145
+ {
146
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ColumnFoundMicrosoft.Extensions.Logging.EventId",
147
+ "clrName": "ColumnFound",
148
+ "tsEmitName": "columnFound",
149
+ "normalizedSignature": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
150
+ "isStatic": true,
151
+ "isReadOnly": true,
152
+ "isLiteral": false
153
+ },
154
+ {
155
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SchemasNotSupportedWarningMicrosoft.Extensions.Logging.EventId",
156
+ "clrName": "SchemasNotSupportedWarning",
157
+ "tsEmitName": "schemasNotSupportedWarning",
158
+ "normalizedSignature": "SchemasNotSupportedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
159
+ "isStatic": true,
160
+ "isReadOnly": true,
161
+ "isLiteral": false
162
+ },
163
+ {
164
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyReferencesMissingTableWarningMicrosoft.Extensions.Logging.EventId",
165
+ "clrName": "ForeignKeyReferencesMissingTableWarning",
166
+ "tsEmitName": "foreignKeyReferencesMissingTableWarning",
167
+ "normalizedSignature": "ForeignKeyReferencesMissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
168
+ "isStatic": true,
169
+ "isReadOnly": true,
170
+ "isLiteral": false
171
+ },
172
+ {
173
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::TableFoundMicrosoft.Extensions.Logging.EventId",
174
+ "clrName": "TableFound",
175
+ "tsEmitName": "tableFound",
176
+ "normalizedSignature": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
177
+ "isStatic": true,
178
+ "isReadOnly": true,
179
+ "isLiteral": false
180
+ },
181
+ {
182
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::MissingTableWarningMicrosoft.Extensions.Logging.EventId",
183
+ "clrName": "MissingTableWarning",
184
+ "tsEmitName": "missingTableWarning",
185
+ "normalizedSignature": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
186
+ "isStatic": true,
187
+ "isReadOnly": true,
188
+ "isLiteral": false
189
+ },
190
+ {
191
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyPrincipalColumnMissingWarningMicrosoft.Extensions.Logging.EventId",
192
+ "clrName": "ForeignKeyPrincipalColumnMissingWarning",
193
+ "tsEmitName": "foreignKeyPrincipalColumnMissingWarning",
194
+ "normalizedSignature": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
195
+ "isStatic": true,
196
+ "isReadOnly": true,
197
+ "isLiteral": false
198
+ },
199
+ {
200
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::IndexFoundMicrosoft.Extensions.Logging.EventId",
201
+ "clrName": "IndexFound",
202
+ "tsEmitName": "indexFound",
203
+ "normalizedSignature": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
204
+ "isStatic": true,
205
+ "isReadOnly": true,
206
+ "isLiteral": false
207
+ },
208
+ {
209
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyFoundMicrosoft.Extensions.Logging.EventId",
210
+ "clrName": "ForeignKeyFound",
211
+ "tsEmitName": "foreignKeyFound",
212
+ "normalizedSignature": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
213
+ "isStatic": true,
214
+ "isReadOnly": true,
215
+ "isLiteral": false
216
+ },
217
+ {
218
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::PrimaryKeyFoundMicrosoft.Extensions.Logging.EventId",
219
+ "clrName": "PrimaryKeyFound",
220
+ "tsEmitName": "primaryKeyFound",
221
+ "normalizedSignature": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
222
+ "isStatic": true,
223
+ "isReadOnly": true,
224
+ "isLiteral": false
225
+ },
226
+ {
227
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::UniqueConstraintFoundMicrosoft.Extensions.Logging.EventId",
228
+ "clrName": "UniqueConstraintFound",
229
+ "tsEmitName": "uniqueConstraintFound",
230
+ "normalizedSignature": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
231
+ "isStatic": true,
232
+ "isReadOnly": true,
233
+ "isLiteral": false
234
+ },
235
+ {
236
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::InferringTypesMicrosoft.Extensions.Logging.EventId",
237
+ "clrName": "InferringTypes",
238
+ "tsEmitName": "inferringTypes",
239
+ "normalizedSignature": "InferringTypes|Microsoft.Extensions.Logging.EventId|static=true|const=false",
240
+ "isStatic": true,
241
+ "isReadOnly": true,
242
+ "isLiteral": false
243
+ },
244
+ {
245
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::OutOfRangeWarningMicrosoft.Extensions.Logging.EventId",
246
+ "clrName": "OutOfRangeWarning",
247
+ "tsEmitName": "outOfRangeWarning",
248
+ "normalizedSignature": "OutOfRangeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
249
+ "isStatic": true,
250
+ "isReadOnly": true,
251
+ "isLiteral": false
252
+ },
253
+ {
254
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::FormatWarningMicrosoft.Extensions.Logging.EventId",
255
+ "clrName": "FormatWarning",
256
+ "tsEmitName": "formatWarning",
257
+ "normalizedSignature": "FormatWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
258
+ "isStatic": true,
259
+ "isReadOnly": true,
260
+ "isLiteral": false
261
+ }
262
+ ],
263
+ "events": [],
264
+ "constructors": []
265
+ }
266
+ ]
267
+ }
@@ -0,0 +1,17 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Diagnostics
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { SqliteValueGenerationStrategy } from './Microsoft.EntityFrameworkCore.Metadata/internal/index.js';
10
+ import type { Func, Object as ClrObject, String as ClrString } from '@tsonic/dotnet/System.js';
11
+ import type { EventData, EventDefinitionBase } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
12
+ import type { IReadOnlyProperty } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
13
+ import type { EventId } from '@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js';
14
+
15
+ // Public API exports (curated - no internal $instance/$views leakage)
16
+ export { ConflictingValueGenerationStrategiesEventData as ConflictingValueGenerationStrategiesEventData } from './Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js';
17
+ export { SqliteEventId$instance as SqliteEventId } from './Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js';
@@ -0,0 +1,9 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Diagnostics
3
+ // Module Stub - Do Not Execute
4
+
5
+ throw new Error(
6
+ 'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Diagnostics in JavaScript runtime. ' +
7
+ 'This module provides TypeScript type definitions only. ' +
8
+ 'Actual implementation requires .NET runtime via Tsonic compiler.'
9
+ );
@@ -0,0 +1,102 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Infrastructure",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
6
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
7
+ "tsEmitName": "SqliteDbContextOptionsBuilder",
8
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [],
13
+ "events": [],
14
+ "constructors": [
15
+ {
16
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder::.ctor(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void",
17
+ "metadataToken": 100663732,
18
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void",
19
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
20
+ "isStatic": false,
21
+ "parameterCount": 1,
22
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
23
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
24
+ }
25
+ ],
26
+ "exposedConstructors": [
27
+ {
28
+ "isStatic": false,
29
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
30
+ "target": {
31
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
32
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
33
+ "metadataToken": 100663732
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ {
39
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
40
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
41
+ "tsEmitName": "SpatialiteLoader",
42
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
43
+ "metadataToken": 0,
44
+ "methods": [
45
+ {
46
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader::TryLoad(System.Data.Common.DbConnection):System.Boolean",
47
+ "clrName": "TryLoad",
48
+ "tsEmitName": "tryLoad",
49
+ "metadataToken": 100663729,
50
+ "canonicalSignature": "(System.Data.Common.DbConnection):System.Boolean",
51
+ "normalizedSignature": "TryLoad|(System.Data.Common.DbConnection):System.Boolean|static=true",
52
+ "emitScope": "ClassSurface",
53
+ "arity": 0,
54
+ "parameterCount": 1,
55
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
56
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
57
+ "isExtensionMethod": false
58
+ },
59
+ {
60
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader::Load(System.Data.Common.DbConnection):System.Void",
61
+ "clrName": "Load",
62
+ "tsEmitName": "load",
63
+ "metadataToken": 100663730,
64
+ "canonicalSignature": "(System.Data.Common.DbConnection):System.Void",
65
+ "normalizedSignature": "Load|(System.Data.Common.DbConnection):System.Void|static=true",
66
+ "emitScope": "ClassSurface",
67
+ "arity": 0,
68
+ "parameterCount": 1,
69
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
70
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
71
+ "isExtensionMethod": false
72
+ }
73
+ ],
74
+ "properties": [],
75
+ "fields": [],
76
+ "events": [],
77
+ "constructors": [],
78
+ "exposedMethods": [
79
+ {
80
+ "tsName": "tryLoad",
81
+ "isStatic": true,
82
+ "tsSignatureId": "TryLoad|(System.Data.Common.DbConnection):System.Boolean|static=true",
83
+ "target": {
84
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
85
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
86
+ "metadataToken": 100663729
87
+ }
88
+ },
89
+ {
90
+ "tsName": "load",
91
+ "isStatic": true,
92
+ "tsSignatureId": "Load|(System.Data.Common.DbConnection):System.Void|static=true",
93
+ "target": {
94
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
95
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
96
+ "metadataToken": 100663730
97
+ }
98
+ }
99
+ ]
100
+ }
101
+ ]
102
+ }
@@ -0,0 +1,36 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Infrastructure
3
+ // Assembly: Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Abstractions, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite
4
+
5
+ // Primitive type aliases from @tsonic/core
6
+ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
+
8
+ // Import types from other namespaces
9
+ import * as Microsoft_EntityFrameworkCore_Sqlite_Infrastructure_Internal_Internal from "../../Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.js";
10
+ import type { SqliteOptionsExtension } from "../../Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.js";
11
+ import type { DbConnection } from "@tsonic/dotnet/System.Data.Common.js";
12
+ import * as System_Internal from "@tsonic/dotnet/System.js";
13
+ import type { Boolean as ClrBoolean, Object as ClrObject, Void } from "@tsonic/dotnet/System.js";
14
+ import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
15
+ import type { IRelationalDbContextOptionsBuilderInfrastructure, RelationalDbContextOptionsBuilder } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
16
+ import type { DbContextOptionsBuilder } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
17
+
18
+ export interface SqliteDbContextOptionsBuilder$instance extends RelationalDbContextOptionsBuilder<SqliteDbContextOptionsBuilder, SqliteOptionsExtension> {
19
+ }
20
+
21
+
22
+ export const SqliteDbContextOptionsBuilder: {
23
+ new(optionsBuilder: DbContextOptionsBuilder): SqliteDbContextOptionsBuilder;
24
+ };
25
+
26
+
27
+ export type SqliteDbContextOptionsBuilder = SqliteDbContextOptionsBuilder$instance;
28
+
29
+ export abstract class SpatialiteLoader$instance {
30
+ static load(connection: DbConnection): void;
31
+ static tryLoad(connection: DbConnection): boolean;
32
+ }
33
+
34
+
35
+ export type SpatialiteLoader = SpatialiteLoader$instance;
36
+
@@ -0,0 +1,82 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Infrastructure",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore",
5
+ "Microsoft.EntityFrameworkCore.Abstractions",
6
+ "Microsoft.EntityFrameworkCore.Relational",
7
+ "Microsoft.EntityFrameworkCore.Sqlite"
8
+ ],
9
+ "types": [
10
+ {
11
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
12
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
13
+ "tsEmitName": "SqliteDbContextOptionsBuilder",
14
+ "kind": "Class",
15
+ "accessibility": "Public",
16
+ "isAbstract": false,
17
+ "isSealed": false,
18
+ "isStatic": false,
19
+ "arity": 0,
20
+ "methods": [],
21
+ "properties": [],
22
+ "fields": [],
23
+ "events": [],
24
+ "constructors": [
25
+ {
26
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
27
+ "isStatic": false,
28
+ "parameterCount": 1
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
34
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
35
+ "tsEmitName": "SpatialiteLoader",
36
+ "kind": "StaticNamespace",
37
+ "accessibility": "Public",
38
+ "isAbstract": true,
39
+ "isSealed": true,
40
+ "isStatic": true,
41
+ "arity": 0,
42
+ "methods": [
43
+ {
44
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader::TryLoad(System.Data.Common.DbConnection):System.Boolean",
45
+ "clrName": "TryLoad",
46
+ "tsEmitName": "tryLoad",
47
+ "normalizedSignature": "TryLoad|(System.Data.Common.DbConnection):System.Boolean|static=true",
48
+ "provenance": "Original",
49
+ "emitScope": "ClassSurface",
50
+ "isStatic": true,
51
+ "isAbstract": false,
52
+ "isVirtual": false,
53
+ "isOverride": false,
54
+ "isSealed": false,
55
+ "arity": 0,
56
+ "parameterCount": 1,
57
+ "isExtensionMethod": false
58
+ },
59
+ {
60
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader::Load(System.Data.Common.DbConnection):System.Void",
61
+ "clrName": "Load",
62
+ "tsEmitName": "load",
63
+ "normalizedSignature": "Load|(System.Data.Common.DbConnection):System.Void|static=true",
64
+ "provenance": "Original",
65
+ "emitScope": "ClassSurface",
66
+ "isStatic": true,
67
+ "isAbstract": false,
68
+ "isVirtual": false,
69
+ "isOverride": false,
70
+ "isSealed": false,
71
+ "arity": 0,
72
+ "parameterCount": 1,
73
+ "isExtensionMethod": false
74
+ }
75
+ ],
76
+ "properties": [],
77
+ "fields": [],
78
+ "events": [],
79
+ "constructors": []
80
+ }
81
+ ]
82
+ }
@@ -0,0 +1,17 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Infrastructure
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { SqliteOptionsExtension } from './Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.js';
10
+ import type { DbConnection } from '@tsonic/dotnet/System.Data.Common.js';
11
+ import type { Boolean as ClrBoolean, Object as ClrObject, Void } from '@tsonic/dotnet/System.js';
12
+ import type { IRelationalDbContextOptionsBuilderInfrastructure, RelationalDbContextOptionsBuilder } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
13
+ import type { DbContextOptionsBuilder } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
14
+
15
+ // Public API exports (curated - no internal $instance/$views leakage)
16
+ export { SpatialiteLoader$instance as SpatialiteLoader } from './Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js';
17
+ export { SqliteDbContextOptionsBuilder as SqliteDbContextOptionsBuilder } from './Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js';
@@ -0,0 +1,9 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Infrastructure
3
+ // Module Stub - Do Not Execute
4
+
5
+ throw new Error(
6
+ 'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Infrastructure in JavaScript runtime. ' +
7
+ 'This module provides TypeScript type definitions only. ' +
8
+ 'Actual implementation requires .NET runtime via Tsonic compiler.'
9
+ );
@@ -0,0 +1,83 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Metadata",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
6
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
7
+ "tsEmitName": "SqliteValueGenerationStrategy",
8
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [
13
+ {
14
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy::value__System.Int32",
15
+ "clrName": "value__",
16
+ "tsEmitName": "value__",
17
+ "metadataToken": 67108990,
18
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
19
+ "isStatic": false,
20
+ "isReadOnly": false,
21
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
22
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
23
+ },
24
+ {
25
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy::NoneMicrosoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
26
+ "clrName": "None",
27
+ "tsEmitName": "none",
28
+ "metadataToken": 67108991,
29
+ "normalizedSignature": "None|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
30
+ "isStatic": true,
31
+ "isReadOnly": false,
32
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
33
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
34
+ },
35
+ {
36
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy::AutoincrementMicrosoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
37
+ "clrName": "Autoincrement",
38
+ "tsEmitName": "autoincrement",
39
+ "metadataToken": 67108992,
40
+ "normalizedSignature": "Autoincrement|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
41
+ "isStatic": true,
42
+ "isReadOnly": false,
43
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
44
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
45
+ }
46
+ ],
47
+ "events": [],
48
+ "constructors": [],
49
+ "exposedFields": [
50
+ {
51
+ "tsName": "value__",
52
+ "isStatic": false,
53
+ "tsSignatureId": "value__|System.Int32|static=false|const=false",
54
+ "target": {
55
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
56
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
57
+ "metadataToken": 67108990
58
+ }
59
+ },
60
+ {
61
+ "tsName": "none",
62
+ "isStatic": true,
63
+ "tsSignatureId": "None|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
64
+ "target": {
65
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
66
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
67
+ "metadataToken": 67108991
68
+ }
69
+ },
70
+ {
71
+ "tsName": "autoincrement",
72
+ "isStatic": true,
73
+ "tsSignatureId": "Autoincrement|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
74
+ "target": {
75
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
76
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
77
+ "metadataToken": 67108992
78
+ }
79
+ }
80
+ ]
81
+ }
82
+ ]
83
+ }
@@ -0,0 +1,17 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Metadata
3
+ // Assembly: Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite
4
+
5
+ // Primitive type aliases from @tsonic/core
6
+ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
+
8
+ // Import types from other namespaces
9
+ import * as System_Internal from "@tsonic/dotnet/System.js";
10
+ import type { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable } from "@tsonic/dotnet/System.js";
11
+
12
+ export enum SqliteValueGenerationStrategy {
13
+ none = 0,
14
+ autoincrement = 1
15
+ }
16
+
17
+