-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNpgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts
More file actions
25 lines (20 loc) · 2.06 KB
/
Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts
File metadata and controls
25 lines (20 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Generated by tsbindgen - Architecture
// Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.js';
// Core type aliases from @tsonic/core
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
// Cross-namespace type imports for constraints
import type { NpgsqlOptionsExtension } from './Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.js';
import type { INpgsqlNameTranslator, NpgsqlDataSourceBuilder, ProvideClientCertificatesCallback, ProvidePasswordCallback } from './Npgsql/internal/index.js';
import type { ICollection } from '@tsonic/dotnet/System.Collections.Generic.js';
import type { Action, Boolean as ClrBoolean, Enum, Int32, Nullable, String as ClrString, TimeSpan, Type, ValueType, Version, Void } from '@tsonic/dotnet/System.js';
import type { RemoteCertificateValidationCallback } from '@tsonic/dotnet/System.Net.Security.js';
import type { EntityFrameworkRelationalServicesBuilder, IRelationalDbContextOptionsBuilderInfrastructure, RelationalDbContextOptionsBuilder, ServiceCharacteristics } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
import type { DbContextOptionsBuilder } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
import type { IServiceCollection } from '@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { EntityFrameworkNpgsqlServicesBuilder as EntityFrameworkNpgsqlServicesBuilder } from './Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.js';
export type INpgsqlDataSourceConfigurationPlugin = Internal.INpgsqlDataSourceConfigurationPlugin;
export { NpgsqlDbContextOptionsBuilder as NpgsqlDbContextOptionsBuilder } from './Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.js';