@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,68 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal
3
+ // Assembly: 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 { Func, String as ClrString, Type } from "@tsonic/dotnet/System.js";
11
+ import * as Microsoft_EntityFrameworkCore_Diagnostics_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
12
+ import type { EventData, EventDefinitionBase, RelationalLoggingDefinitions } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
13
+
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;
34
+ }
35
+
36
+
37
+ export const SqliteLoggingDefinitions: {
38
+ new(): SqliteLoggingDefinitions;
39
+ };
40
+
41
+
42
+ export type SqliteLoggingDefinitions = SqliteLoggingDefinitions$instance;
43
+
44
+ export interface TableRebuildEventData$instance extends EventData {
45
+ readonly operationType: Type;
46
+ readonly tableName: string | undefined;
47
+ }
48
+
49
+
50
+ export const TableRebuildEventData: {
51
+ new(eventDefinition: EventDefinitionBase, messageGenerator: Func<EventDefinitionBase, EventData, System_Internal.String>, operationType: Type, tableName: string): TableRebuildEventData;
52
+ };
53
+
54
+
55
+ export type TableRebuildEventData = TableRebuildEventData$instance;
56
+
57
+ export interface UnexpectedConnectionTypeEventData$instance extends EventData {
58
+ readonly connectionType: Type;
59
+ }
60
+
61
+
62
+ export const UnexpectedConnectionTypeEventData: {
63
+ new(eventDefinition: EventDefinitionBase, messageGenerator: Func<EventDefinitionBase, EventData, System_Internal.String>, connectionType: Type): UnexpectedConnectionTypeEventData;
64
+ };
65
+
66
+
67
+ export type UnexpectedConnectionTypeEventData = UnexpectedConnectionTypeEventData$instance;
68
+
@@ -0,0 +1,293 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore.Sqlite"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
9
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
10
+ "tsEmitName": "SqliteLoggingDefinitions",
11
+ "kind": "Class",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": false,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [],
18
+ "properties": [],
19
+ "fields": [
20
+ {
21
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogSchemaConfiguredMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
22
+ "clrName": "LogSchemaConfigured",
23
+ "tsEmitName": "logSchemaConfigured",
24
+ "normalizedSignature": "LogSchemaConfigured|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
25
+ "isStatic": false,
26
+ "isReadOnly": false,
27
+ "isLiteral": false
28
+ },
29
+ {
30
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogSequenceConfiguredMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
31
+ "clrName": "LogSequenceConfigured",
32
+ "tsEmitName": "logSequenceConfigured",
33
+ "normalizedSignature": "LogSequenceConfigured|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
34
+ "isStatic": false,
35
+ "isReadOnly": false,
36
+ "isLiteral": false
37
+ },
38
+ {
39
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogUsingSchemaSelectionsWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
40
+ "clrName": "LogUsingSchemaSelectionsWarning",
41
+ "tsEmitName": "logUsingSchemaSelectionsWarning",
42
+ "normalizedSignature": "LogUsingSchemaSelectionsWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
43
+ "isStatic": false,
44
+ "isReadOnly": false,
45
+ "isLiteral": false
46
+ },
47
+ {
48
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
49
+ "clrName": "LogFoundColumn",
50
+ "tsEmitName": "logFoundColumn",
51
+ "normalizedSignature": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
52
+ "isStatic": false,
53
+ "isReadOnly": false,
54
+ "isLiteral": false
55
+ },
56
+ {
57
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundForeignKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
58
+ "clrName": "LogFoundForeignKey",
59
+ "tsEmitName": "logFoundForeignKey",
60
+ "normalizedSignature": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
61
+ "isStatic": false,
62
+ "isReadOnly": false,
63
+ "isLiteral": false
64
+ },
65
+ {
66
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogForeignKeyScaffoldErrorPrincipalTableNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
67
+ "clrName": "LogForeignKeyScaffoldErrorPrincipalTableNotFound",
68
+ "tsEmitName": "logForeignKeyScaffoldErrorPrincipalTableNotFound",
69
+ "normalizedSignature": "LogForeignKeyScaffoldErrorPrincipalTableNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
70
+ "isStatic": false,
71
+ "isReadOnly": false,
72
+ "isLiteral": false
73
+ },
74
+ {
75
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
76
+ "clrName": "LogFoundTable",
77
+ "tsEmitName": "logFoundTable",
78
+ "normalizedSignature": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
79
+ "isStatic": false,
80
+ "isReadOnly": false,
81
+ "isLiteral": false
82
+ },
83
+ {
84
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogMissingTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
85
+ "clrName": "LogMissingTable",
86
+ "tsEmitName": "logMissingTable",
87
+ "normalizedSignature": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
88
+ "isStatic": false,
89
+ "isReadOnly": false,
90
+ "isLiteral": false
91
+ },
92
+ {
93
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogPrincipalColumnNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
94
+ "clrName": "LogPrincipalColumnNotFound",
95
+ "tsEmitName": "logPrincipalColumnNotFound",
96
+ "normalizedSignature": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
97
+ "isStatic": false,
98
+ "isReadOnly": false,
99
+ "isLiteral": false
100
+ },
101
+ {
102
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundIndexMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
103
+ "clrName": "LogFoundIndex",
104
+ "tsEmitName": "logFoundIndex",
105
+ "normalizedSignature": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
106
+ "isStatic": false,
107
+ "isReadOnly": false,
108
+ "isLiteral": false
109
+ },
110
+ {
111
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundPrimaryKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
112
+ "clrName": "LogFoundPrimaryKey",
113
+ "tsEmitName": "logFoundPrimaryKey",
114
+ "normalizedSignature": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
115
+ "isStatic": false,
116
+ "isReadOnly": false,
117
+ "isLiteral": false
118
+ },
119
+ {
120
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundUniqueConstraintMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
121
+ "clrName": "LogFoundUniqueConstraint",
122
+ "tsEmitName": "logFoundUniqueConstraint",
123
+ "normalizedSignature": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
124
+ "isStatic": false,
125
+ "isReadOnly": false,
126
+ "isLiteral": false
127
+ },
128
+ {
129
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogUnexpectedConnectionTypeMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
130
+ "clrName": "LogUnexpectedConnectionType",
131
+ "tsEmitName": "logUnexpectedConnectionType",
132
+ "normalizedSignature": "LogUnexpectedConnectionType|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
133
+ "isStatic": false,
134
+ "isReadOnly": false,
135
+ "isLiteral": false
136
+ },
137
+ {
138
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogTableRebuildPendingWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
139
+ "clrName": "LogTableRebuildPendingWarning",
140
+ "tsEmitName": "logTableRebuildPendingWarning",
141
+ "normalizedSignature": "LogTableRebuildPendingWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
142
+ "isStatic": false,
143
+ "isReadOnly": false,
144
+ "isLiteral": false
145
+ },
146
+ {
147
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogCompositeKeyWithValueGenerationMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
148
+ "clrName": "LogCompositeKeyWithValueGeneration",
149
+ "tsEmitName": "logCompositeKeyWithValueGeneration",
150
+ "normalizedSignature": "LogCompositeKeyWithValueGeneration|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
151
+ "isStatic": false,
152
+ "isReadOnly": false,
153
+ "isLiteral": false
154
+ },
155
+ {
156
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogConflictingValueGenerationStrategiesMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
157
+ "clrName": "LogConflictingValueGenerationStrategies",
158
+ "tsEmitName": "logConflictingValueGenerationStrategies",
159
+ "normalizedSignature": "LogConflictingValueGenerationStrategies|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
160
+ "isStatic": false,
161
+ "isReadOnly": false,
162
+ "isLiteral": false
163
+ },
164
+ {
165
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogInferringTypesMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
166
+ "clrName": "LogInferringTypes",
167
+ "tsEmitName": "logInferringTypes",
168
+ "normalizedSignature": "LogInferringTypes|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
169
+ "isStatic": false,
170
+ "isReadOnly": false,
171
+ "isLiteral": false
172
+ },
173
+ {
174
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogOutOfRangeWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
175
+ "clrName": "LogOutOfRangeWarning",
176
+ "tsEmitName": "logOutOfRangeWarning",
177
+ "normalizedSignature": "LogOutOfRangeWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
178
+ "isStatic": false,
179
+ "isReadOnly": false,
180
+ "isLiteral": false
181
+ },
182
+ {
183
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFormatWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
184
+ "clrName": "LogFormatWarning",
185
+ "tsEmitName": "logFormatWarning",
186
+ "normalizedSignature": "LogFormatWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
187
+ "isStatic": false,
188
+ "isReadOnly": false,
189
+ "isLiteral": false
190
+ }
191
+ ],
192
+ "events": [],
193
+ "constructors": [
194
+ {
195
+ "normalizedSignature": "constructor|():void|static=false",
196
+ "isStatic": false,
197
+ "parameterCount": 0
198
+ }
199
+ ]
200
+ },
201
+ {
202
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
203
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
204
+ "tsEmitName": "TableRebuildEventData",
205
+ "kind": "Class",
206
+ "accessibility": "Public",
207
+ "isAbstract": false,
208
+ "isSealed": false,
209
+ "isStatic": false,
210
+ "arity": 0,
211
+ "methods": [],
212
+ "properties": [
213
+ {
214
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData::OperationType:System.Type",
215
+ "clrName": "OperationType",
216
+ "tsEmitName": "operationType",
217
+ "normalizedSignature": "OperationType|:System.Type|static=false|accessor=get",
218
+ "provenance": "Original",
219
+ "emitScope": "ClassSurface",
220
+ "isStatic": false,
221
+ "isAbstract": false,
222
+ "isVirtual": true,
223
+ "isOverride": false,
224
+ "isIndexer": false,
225
+ "hasGetter": true,
226
+ "hasSetter": false
227
+ },
228
+ {
229
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData::TableName:System.String",
230
+ "clrName": "TableName",
231
+ "tsEmitName": "tableName",
232
+ "normalizedSignature": "TableName|:System.String|static=false|accessor=get",
233
+ "provenance": "Original",
234
+ "emitScope": "ClassSurface",
235
+ "isStatic": false,
236
+ "isAbstract": false,
237
+ "isVirtual": true,
238
+ "isOverride": false,
239
+ "isIndexer": false,
240
+ "hasGetter": true,
241
+ "hasSetter": false
242
+ }
243
+ ],
244
+ "fields": [],
245
+ "events": [],
246
+ "constructors": [
247
+ {
248
+ "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]],System.Type,System.String):void|static=false",
249
+ "isStatic": false,
250
+ "parameterCount": 4
251
+ }
252
+ ]
253
+ },
254
+ {
255
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
256
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
257
+ "tsEmitName": "UnexpectedConnectionTypeEventData",
258
+ "kind": "Class",
259
+ "accessibility": "Public",
260
+ "isAbstract": false,
261
+ "isSealed": false,
262
+ "isStatic": false,
263
+ "arity": 0,
264
+ "methods": [],
265
+ "properties": [
266
+ {
267
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData::ConnectionType:System.Type",
268
+ "clrName": "ConnectionType",
269
+ "tsEmitName": "connectionType",
270
+ "normalizedSignature": "ConnectionType|:System.Type|static=false|accessor=get",
271
+ "provenance": "Original",
272
+ "emitScope": "ClassSurface",
273
+ "isStatic": false,
274
+ "isAbstract": false,
275
+ "isVirtual": true,
276
+ "isOverride": false,
277
+ "isIndexer": false,
278
+ "hasGetter": true,
279
+ "hasSetter": false
280
+ }
281
+ ],
282
+ "fields": [],
283
+ "events": [],
284
+ "constructors": [
285
+ {
286
+ "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]],System.Type):void|static=false",
287
+ "isStatic": false,
288
+ "parameterCount": 3
289
+ }
290
+ ]
291
+ }
292
+ ]
293
+ }
@@ -0,0 +1,15 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { Func, String as ClrString, Type } from '@tsonic/dotnet/System.js';
10
+ import type { EventData, EventDefinitionBase, RelationalLoggingDefinitions } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
11
+
12
+ // Public API exports (curated - no internal $instance/$views leakage)
13
+ export { SqliteLoggingDefinitions as SqliteLoggingDefinitions } from './Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.js';
14
+ export { TableRebuildEventData as TableRebuildEventData } from './Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.js';
15
+ export { UnexpectedConnectionTypeEventData as UnexpectedConnectionTypeEventData } from './Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.js';
@@ -0,0 +1,9 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal
3
+ // Module Stub - Do Not Execute
4
+
5
+ throw new Error(
6
+ 'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal in JavaScript runtime. ' +
7
+ 'This module provides TypeScript type definitions only. ' +
8
+ 'Actual implementation requires .NET runtime via Tsonic compiler.'
9
+ );
@@ -0,0 +1,202 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
6
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
7
+ "tsEmitName": "SqliteModelValidator",
8
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
9
+ "metadataToken": 0,
10
+ "methods": [
11
+ {
12
+ "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
+ "clrName": "Validate",
14
+ "tsEmitName": "validate",
15
+ "metadataToken": 100664147,
16
+ "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
+ "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
+ "emitScope": "ClassSurface",
19
+ "arity": 0,
20
+ "parameterCount": 2,
21
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
22
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
23
+ "isExtensionMethod": false
24
+ }
25
+ ],
26
+ "properties": [],
27
+ "fields": [],
28
+ "events": [],
29
+ "constructors": [
30
+ {
31
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::.ctor(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies):void",
32
+ "metadataToken": 100664146,
33
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies):void",
34
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies):void|static=false",
35
+ "isStatic": false,
36
+ "parameterCount": 2,
37
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
38
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
39
+ }
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
+ ]
64
+ },
65
+ {
66
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
67
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
68
+ "tsEmitName": "SqliteOptionsExtension",
69
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
70
+ "metadataToken": 0,
71
+ "methods": [
72
+ {
73
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::WithLoadSpatialite(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
74
+ "clrName": "WithLoadSpatialite",
75
+ "tsEmitName": "withLoadSpatialite",
76
+ "metadataToken": 100664159,
77
+ "canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
78
+ "normalizedSignature": "WithLoadSpatialite|(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension|static=false",
79
+ "emitScope": "ClassSurface",
80
+ "arity": 0,
81
+ "parameterCount": 1,
82
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
83
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
84
+ "isExtensionMethod": false
85
+ },
86
+ {
87
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::ApplyServices(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
88
+ "clrName": "ApplyServices",
89
+ "tsEmitName": "applyServices",
90
+ "metadataToken": 100664160,
91
+ "canonicalSignature": "(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
92
+ "normalizedSignature": "ApplyServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
93
+ "emitScope": "ClassSurface",
94
+ "arity": 0,
95
+ "parameterCount": 1,
96
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
97
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
98
+ "isExtensionMethod": false
99
+ }
100
+ ],
101
+ "properties": [
102
+ {
103
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::Info:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo",
104
+ "clrName": "Info",
105
+ "tsEmitName": "info",
106
+ "metadataToken": 385876124,
107
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo",
108
+ "normalizedSignature": "Info|:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo|static=false|accessor=get",
109
+ "emitScope": "ClassSurface",
110
+ "isIndexer": false,
111
+ "hasGetter": true,
112
+ "hasSetter": false,
113
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
114
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
115
+ },
116
+ {
117
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::LoadSpatialite:System.Boolean",
118
+ "clrName": "LoadSpatialite",
119
+ "tsEmitName": "loadSpatialite",
120
+ "metadataToken": 385876125,
121
+ "canonicalSignature": ":System.Boolean",
122
+ "normalizedSignature": "LoadSpatialite|:System.Boolean|static=false|accessor=get",
123
+ "emitScope": "ClassSurface",
124
+ "isIndexer": false,
125
+ "hasGetter": true,
126
+ "hasSetter": false,
127
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
128
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
129
+ }
130
+ ],
131
+ "fields": [],
132
+ "events": [],
133
+ "constructors": [
134
+ {
135
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::.ctor():void",
136
+ "metadataToken": 100664154,
137
+ "canonicalSignature": "():void",
138
+ "normalizedSignature": "constructor|():void|static=false",
139
+ "isStatic": false,
140
+ "parameterCount": 0,
141
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
142
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
143
+ }
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
+ ]
200
+ }
201
+ ]
202
+ }
@@ -0,0 +1,44 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal
3
+ // Assembly: 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 { Boolean as ClrBoolean, Void } from "@tsonic/dotnet/System.js";
11
+ import type { IDiagnosticsLogger } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
12
+ import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
13
+ import type { DbContextOptionsExtensionInfo, IDbContextOptionsExtension, IModelValidator, ModelValidatorDependencies, RelationalModelValidator, RelationalModelValidatorDependencies, RelationalOptionsExtension } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
14
+ import type { DbLoggerCategory$Model$Validation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
15
+ import type { IModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
16
+ import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
17
+
18
+ export interface SqliteModelValidator$instance extends RelationalModelValidator {
19
+ validate(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
20
+ }
21
+
22
+
23
+ export const SqliteModelValidator: {
24
+ new(dependencies: ModelValidatorDependencies, relationalDependencies: RelationalModelValidatorDependencies): SqliteModelValidator;
25
+ };
26
+
27
+
28
+ export type SqliteModelValidator = SqliteModelValidator$instance;
29
+
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;
35
+ }
36
+
37
+
38
+ export const SqliteOptionsExtension: {
39
+ new(): SqliteOptionsExtension;
40
+ };
41
+
42
+
43
+ export type SqliteOptionsExtension = SqliteOptionsExtension$instance;
44
+