@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,133 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore.Sqlite"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
9
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
10
+ "tsEmitName": "SqliteModelValidator",
11
+ "kind": "Class",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": false,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [
18
+ {
19
+ "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",
20
+ "clrName": "Validate",
21
+ "tsEmitName": "validate",
22
+ "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",
23
+ "provenance": "Original",
24
+ "emitScope": "ClassSurface",
25
+ "isStatic": false,
26
+ "isAbstract": false,
27
+ "isVirtual": true,
28
+ "isOverride": true,
29
+ "isSealed": false,
30
+ "arity": 0,
31
+ "parameterCount": 2,
32
+ "isExtensionMethod": false
33
+ }
34
+ ],
35
+ "properties": [],
36
+ "fields": [],
37
+ "events": [],
38
+ "constructors": [
39
+ {
40
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies):void|static=false",
41
+ "isStatic": false,
42
+ "parameterCount": 2
43
+ }
44
+ ]
45
+ },
46
+ {
47
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
48
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
49
+ "tsEmitName": "SqliteOptionsExtension",
50
+ "kind": "Class",
51
+ "accessibility": "Public",
52
+ "isAbstract": false,
53
+ "isSealed": false,
54
+ "isStatic": false,
55
+ "arity": 0,
56
+ "methods": [
57
+ {
58
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::WithLoadSpatialite(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
59
+ "clrName": "WithLoadSpatialite",
60
+ "tsEmitName": "withLoadSpatialite",
61
+ "normalizedSignature": "WithLoadSpatialite|(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension|static=false",
62
+ "provenance": "Original",
63
+ "emitScope": "ClassSurface",
64
+ "isStatic": false,
65
+ "isAbstract": false,
66
+ "isVirtual": true,
67
+ "isOverride": false,
68
+ "isSealed": false,
69
+ "arity": 0,
70
+ "parameterCount": 1,
71
+ "isExtensionMethod": false
72
+ },
73
+ {
74
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::ApplyServices(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
75
+ "clrName": "ApplyServices",
76
+ "tsEmitName": "applyServices",
77
+ "normalizedSignature": "ApplyServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
78
+ "provenance": "Original",
79
+ "emitScope": "ClassSurface",
80
+ "isStatic": false,
81
+ "isAbstract": false,
82
+ "isVirtual": true,
83
+ "isOverride": true,
84
+ "isSealed": false,
85
+ "arity": 0,
86
+ "parameterCount": 1,
87
+ "isExtensionMethod": false
88
+ }
89
+ ],
90
+ "properties": [
91
+ {
92
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::Info:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo",
93
+ "clrName": "Info",
94
+ "tsEmitName": "info",
95
+ "normalizedSignature": "Info|:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo|static=false|accessor=get",
96
+ "provenance": "Original",
97
+ "emitScope": "ClassSurface",
98
+ "isStatic": false,
99
+ "isAbstract": false,
100
+ "isVirtual": true,
101
+ "isOverride": true,
102
+ "isIndexer": false,
103
+ "hasGetter": true,
104
+ "hasSetter": false
105
+ },
106
+ {
107
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::LoadSpatialite:System.Boolean",
108
+ "clrName": "LoadSpatialite",
109
+ "tsEmitName": "loadSpatialite",
110
+ "normalizedSignature": "LoadSpatialite|:System.Boolean|static=false|accessor=get",
111
+ "provenance": "Original",
112
+ "emitScope": "ClassSurface",
113
+ "isStatic": false,
114
+ "isAbstract": false,
115
+ "isVirtual": true,
116
+ "isOverride": false,
117
+ "isIndexer": false,
118
+ "hasGetter": true,
119
+ "hasSetter": false
120
+ }
121
+ ],
122
+ "fields": [],
123
+ "events": [],
124
+ "constructors": [
125
+ {
126
+ "normalizedSignature": "constructor|():void|static=false",
127
+ "isStatic": false,
128
+ "parameterCount": 0
129
+ }
130
+ ]
131
+ }
132
+ ]
133
+ }
@@ -0,0 +1,18 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { Boolean as ClrBoolean, Void } from '@tsonic/dotnet/System.js';
10
+ import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
11
+ import type { DbContextOptionsExtensionInfo, IDbContextOptionsExtension, IModelValidator, ModelValidatorDependencies, RelationalModelValidator, RelationalModelValidatorDependencies, RelationalOptionsExtension } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
12
+ import type { DbLoggerCategory$Model$Validation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
13
+ import type { IModel } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
14
+ import type { IServiceCollection } from '@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js';
15
+
16
+ // Public API exports (curated - no internal $instance/$views leakage)
17
+ export { SqliteModelValidator as SqliteModelValidator } from './Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.js';
18
+ export { SqliteOptionsExtension as SqliteOptionsExtension } from './Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.js';
@@ -0,0 +1,9 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal
3
+ // Module Stub - Do Not Execute
4
+
5
+ throw new Error(
6
+ 'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal in JavaScript runtime. ' +
7
+ 'This module provides TypeScript type definitions only. ' +
8
+ 'Actual implementation requires .NET runtime via Tsonic compiler.'
9
+ );