@tsonic/efcore-sqlite 0.1.1 → 10.0.2
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.
- package/Microsoft.Data.Sqlite/bindings.json +2636 -3286
- package/Microsoft.Data.Sqlite/internal/index.d.ts +312 -267
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +55 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +610 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +84 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +52 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +40 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +261 -122
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +35 -11
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +586 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +37 -6
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +103 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +12 -7
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +92 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +230 -82
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +29 -9
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +381 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +63 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +171 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +19 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2037 -1206
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +191 -79
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +78 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +11 -6
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +951 -446
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +120 -36
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +203 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +269 -154
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +31 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +743 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +84 -79
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +172 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +10824 -14640
- package/SQLitePCL/internal/index.d.ts +72 -42
- package/System.Collections.Generic/bindings.json +58 -70
- package/System.Collections.Generic/internal/index.d.ts +6 -6
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +12 -12
- package/package.json +5 -5
- package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
- package/SQLitePCL/internal/metadata.json +0 -11902
- package/System.Collections.Generic/internal/metadata.json +0 -123
|
@@ -1,23 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
6
9
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
7
|
-
"tsEmitName": "SqliteCodeGenerator",
|
|
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,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
10
28
|
"methods": [
|
|
11
29
|
{
|
|
12
30
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator::GenerateUseProvider(System.String,Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
13
31
|
"clrName": "GenerateUseProvider",
|
|
14
|
-
"tsEmitName": "generateUseProvider",
|
|
15
32
|
"metadataToken": 100663909,
|
|
16
33
|
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
17
34
|
"normalizedSignature": "GenerateUseProvider|(System.String,Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
18
35
|
"emitScope": "ClassSurface",
|
|
36
|
+
"provenance": "Original",
|
|
19
37
|
"arity": 0,
|
|
20
38
|
"parameterCount": 2,
|
|
39
|
+
"isStatic": false,
|
|
40
|
+
"isAbstract": false,
|
|
41
|
+
"isVirtual": true,
|
|
42
|
+
"isOverride": true,
|
|
43
|
+
"isSealed": false,
|
|
44
|
+
"visibility": "Public",
|
|
21
45
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
22
46
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
47
|
"isExtensionMethod": false
|
|
@@ -34,51 +58,50 @@
|
|
|
34
58
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies):void|static=false",
|
|
35
59
|
"isStatic": false,
|
|
36
60
|
"parameterCount": 1,
|
|
61
|
+
"visibility": "Public",
|
|
37
62
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
38
63
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
39
64
|
}
|
|
40
|
-
],
|
|
41
|
-
"exposedMethods": [
|
|
42
|
-
{
|
|
43
|
-
"tsName": "generateUseProvider",
|
|
44
|
-
"isStatic": false,
|
|
45
|
-
"tsSignatureId": "GenerateUseProvider|(System.String,Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
46
|
-
"target": {
|
|
47
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
48
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
49
|
-
"metadataToken": 100663909
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"exposedConstructors": [
|
|
54
|
-
{
|
|
55
|
-
"isStatic": false,
|
|
56
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies):void|static=false",
|
|
57
|
-
"target": {
|
|
58
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
59
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
60
|
-
"metadataToken": 100663908
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
65
|
]
|
|
64
66
|
},
|
|
65
67
|
{
|
|
66
68
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
67
69
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
68
|
-
"tsEmitName": "SqliteDatabaseModelFactory",
|
|
69
70
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
70
71
|
"metadataToken": 0,
|
|
72
|
+
"kind": "Class",
|
|
73
|
+
"accessibility": "Public",
|
|
74
|
+
"isAbstract": false,
|
|
75
|
+
"isSealed": false,
|
|
76
|
+
"isStatic": false,
|
|
77
|
+
"arity": 0,
|
|
78
|
+
"baseType": {
|
|
79
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactory",
|
|
80
|
+
"clrName": "Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactory"
|
|
81
|
+
},
|
|
82
|
+
"interfaces": [
|
|
83
|
+
{
|
|
84
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory",
|
|
85
|
+
"clrName": "Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
71
88
|
"methods": [
|
|
72
89
|
{
|
|
73
90
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory::Create(System.String,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
|
|
74
91
|
"clrName": "Create",
|
|
75
|
-
"tsEmitName": "create",
|
|
76
92
|
"metadataToken": 100663912,
|
|
77
93
|
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
|
|
78
94
|
"normalizedSignature": "Create|(System.String,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel|static=false",
|
|
79
95
|
"emitScope": "ClassSurface",
|
|
96
|
+
"provenance": "Original",
|
|
80
97
|
"arity": 0,
|
|
81
98
|
"parameterCount": 2,
|
|
99
|
+
"isStatic": false,
|
|
100
|
+
"isAbstract": false,
|
|
101
|
+
"isVirtual": true,
|
|
102
|
+
"isOverride": true,
|
|
103
|
+
"isSealed": false,
|
|
104
|
+
"visibility": "Public",
|
|
82
105
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
83
106
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
84
107
|
"isExtensionMethod": false
|
|
@@ -86,13 +109,39 @@
|
|
|
86
109
|
{
|
|
87
110
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory::Create(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
|
|
88
111
|
"clrName": "Create",
|
|
89
|
-
"tsEmitName": "create",
|
|
90
112
|
"metadataToken": 100663913,
|
|
91
113
|
"canonicalSignature": "(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
|
|
92
114
|
"normalizedSignature": "Create|(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel|static=false",
|
|
93
115
|
"emitScope": "ClassSurface",
|
|
116
|
+
"provenance": "Original",
|
|
94
117
|
"arity": 0,
|
|
95
118
|
"parameterCount": 2,
|
|
119
|
+
"isStatic": false,
|
|
120
|
+
"isAbstract": false,
|
|
121
|
+
"isVirtual": true,
|
|
122
|
+
"isOverride": true,
|
|
123
|
+
"isSealed": false,
|
|
124
|
+
"visibility": "Public",
|
|
125
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
126
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
127
|
+
"isExtensionMethod": false
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory::InferClrTypes(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable):System.Void",
|
|
131
|
+
"clrName": "InferClrTypes",
|
|
132
|
+
"metadataToken": 100663920,
|
|
133
|
+
"canonicalSignature": "(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable):System.Void",
|
|
134
|
+
"normalizedSignature": "InferClrTypes|(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable):System.Void|static=false",
|
|
135
|
+
"emitScope": "ClassSurface",
|
|
136
|
+
"provenance": "Original",
|
|
137
|
+
"arity": 0,
|
|
138
|
+
"parameterCount": 2,
|
|
139
|
+
"isStatic": false,
|
|
140
|
+
"isAbstract": false,
|
|
141
|
+
"isVirtual": true,
|
|
142
|
+
"isOverride": false,
|
|
143
|
+
"isSealed": false,
|
|
144
|
+
"visibility": "Protected",
|
|
96
145
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
97
146
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
98
147
|
"isExtensionMethod": false
|
|
@@ -109,42 +158,10 @@
|
|
|
109
158
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
|
|
110
159
|
"isStatic": false,
|
|
111
160
|
"parameterCount": 2,
|
|
161
|
+
"visibility": "Public",
|
|
112
162
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
113
163
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
114
164
|
}
|
|
115
|
-
],
|
|
116
|
-
"exposedMethods": [
|
|
117
|
-
{
|
|
118
|
-
"tsName": "create",
|
|
119
|
-
"isStatic": false,
|
|
120
|
-
"tsSignatureId": "Create|(System.String,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel|static=false",
|
|
121
|
-
"target": {
|
|
122
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
123
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
124
|
-
"metadataToken": 100663912
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"tsName": "create",
|
|
129
|
-
"isStatic": false,
|
|
130
|
-
"tsSignatureId": "Create|(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel|static=false",
|
|
131
|
-
"target": {
|
|
132
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
133
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
134
|
-
"metadataToken": 100663913
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
],
|
|
138
|
-
"exposedConstructors": [
|
|
139
|
-
{
|
|
140
|
-
"isStatic": false,
|
|
141
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
|
|
142
|
-
"target": {
|
|
143
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
144
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
145
|
-
"metadataToken": 100663911
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
165
|
]
|
|
149
166
|
}
|
|
150
167
|
]
|
|
@@ -8,17 +8,17 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
10
|
import type { DbConnection } from "@tsonic/dotnet/System.Data.Common.js";
|
|
11
|
-
import type { String as ClrString } from "@tsonic/dotnet/System.js";
|
|
11
|
+
import type { String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
12
12
|
import type { MethodCallCodeFragment } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.js";
|
|
13
13
|
import type { IDiagnosticsLogger } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
|
|
14
14
|
import type { DbLoggerCategory$Scaffolding } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
|
|
15
15
|
import * as Microsoft_EntityFrameworkCore_Scaffolding_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.js";
|
|
16
16
|
import type { DatabaseModelFactory, DatabaseModelFactoryOptions, IDatabaseModelFactory, IProviderConfigurationCodeGenerator, ProviderCodeGenerator, ProviderCodeGeneratorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.js";
|
|
17
|
-
import type { DatabaseModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.Metadata.js";
|
|
17
|
+
import type { DatabaseModel, DatabaseTable } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.Metadata.js";
|
|
18
18
|
import type { IRelationalTypeMappingSource } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
19
19
|
|
|
20
20
|
export interface SqliteCodeGenerator$instance extends ProviderCodeGenerator {
|
|
21
|
-
|
|
21
|
+
GenerateUseProvider(connectionString: string, providerOptions: MethodCallCodeFragment): MethodCallCodeFragment;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
|
|
@@ -29,9 +29,14 @@ export const SqliteCodeGenerator: {
|
|
|
29
29
|
|
|
30
30
|
export type SqliteCodeGenerator = SqliteCodeGenerator$instance;
|
|
31
31
|
|
|
32
|
-
export
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
export abstract class SqliteDatabaseModelFactory$protected {
|
|
33
|
+
protected InferClrTypes(connection: DbConnection, table: DatabaseTable): void;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
export interface SqliteDatabaseModelFactory$instance extends SqliteDatabaseModelFactory$protected, DatabaseModelFactory {
|
|
38
|
+
Create(connectionString: string, options: DatabaseModelFactoryOptions): DatabaseModel;
|
|
39
|
+
Create(connection: DbConnection, options: DatabaseModelFactoryOptions): DatabaseModel;
|
|
35
40
|
}
|
|
36
41
|
|
|
37
42
|
|
|
@@ -7,12 +7,12 @@ import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.In
|
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { DbConnection } from '@tsonic/dotnet/System.Data.Common.js';
|
|
10
|
-
import type { String as ClrString } from '@tsonic/dotnet/System.js';
|
|
10
|
+
import type { String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
11
11
|
import type { MethodCallCodeFragment } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.js';
|
|
12
12
|
import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
|
|
13
13
|
import type { DbLoggerCategory$Scaffolding } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
|
|
14
14
|
import type { DatabaseModelFactory, DatabaseModelFactoryOptions, IDatabaseModelFactory, IProviderConfigurationCodeGenerator, ProviderCodeGenerator, ProviderCodeGeneratorDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.js';
|
|
15
|
-
import type { DatabaseModel } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.Metadata.js';
|
|
15
|
+
import type { DatabaseModel, DatabaseTable } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.Metadata.js';
|
|
16
16
|
import type { IRelationalTypeMappingSource } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
|
|
17
17
|
|
|
18
18
|
// Public API exports (curated - no internal $instance/$views leakage)
|