feat(ql3): establish 3.0 incubation baseline

This commit is contained in:
whyour
2026-08-12 00:25:26 +08:00
parent 4bf92dcfeb
commit c699c32461
2817 changed files with 779642 additions and 653 deletions
@@ -0,0 +1,61 @@
export {
PgPoolBinding,
createPostgresDatabaseOpener,
isPostgresTlsDnsServername,
type OpenPostgresDatabaseOptions,
type PostgresConnectionOptions,
type PostgresDatabaseRole,
type PostgresPoolOptions,
type PostgresTlsOptions,
type QingLongPostgresClient,
type QingLongPostgresDatabaseResource,
type QingLongPostgresPool,
type QingLongPostgresQueryResult,
} from '../connection/pool';
export {
PostgresConnectionEnvironmentError,
loadPostgresConnectionEnvironment,
type PostgresConnectionEnvironment,
type PostgresConnectionEnvironmentKeys,
} from '../connection/connectionEnvironment';
export {
POSTGRES_CA_FILE_ERROR_CODES,
POSTGRES_CA_MAX_CERTIFICATES,
POSTGRES_CA_MAX_FILE_BYTES,
PostgresCertificateAuthorityFileError,
inspectPostgresCertificateAuthorityFile,
loadPostgresCertificateAuthorityFile,
type PostgresCertificateAuthorityFileErrorCode,
type PostgresCertificateAuthorityFileInspection,
} from '../connection/certificateAuthority';
export {
POSTGRES_SCHEMA_READINESS_ERROR_CODES,
PostgresSchemaReadinessError,
assertPostgresPackageManagerSchemaReady,
type PostgresSchemaReadinessErrorCode,
type PostgresSchemaReadinessReport,
} from '../schema/schemaReadiness';
export { postgresqlMainMigrationManifest } from '../migration/migrationManifest';
export {
PostgresPluginPackageManagementQuotaRepository,
type PostgresPluginPackageManagementQuotaOptions,
} from '../management/pluginPackageManagementQuotaRepository';
export {
PostgresPluginPackageIdentityKeysetLedgerConflictError,
PostgresPluginPackageIdentityKeysetLedgerRepository,
PostgresPluginPackageIdentityKeysetLedgerUnavailableError,
type PluginPackageIdentityKeysetLedgerPort,
type PluginPackageIdentityKeysetLedgerSnapshot,
} from '../management/pluginPackageIdentityKeysetLedgerRepository';
export { PostgresPluginPackagePublisherTrustAuthorityRepository } from '../plugin-package/publisher/pluginPackagePublisherTrustAuthorityRepository';
export { PostgresPluginPackageLifecyclePlanReader } from '../plugin-package/lifecycle/pluginPackageLifecyclePlanRepository';
export { PostgresPluginPackageInstallInventoryReader } from '../plugin-package/installation/pluginPackageInstallRepository';
export { PostgresPluginPackagePublisherRevocationProposalRepository } from '../plugin-package/publisher/pluginPackagePublisherRevocationProposalRepository';
export { PostgresPluginPackagePublisherTrustTransitionProposalRepository } from '../plugin-package/publisher/pluginPackagePublisherTrustTransitionProposalRepository';