Package app.ductape.sdk.database.types
package app.ductape.sdk.database.types
-
ClassDescriptionParity with
sdk/ts/src/database/types/action.interface.ts.where=Mapor string; limit/offset = number or string placeholder.Template parsed for placeholders.Parity withsdk/ts/src/database/types/aggregation.interface.ts.Per-alias map of aggregation operations.Parity withsdk/ts/src/database/types/connection.interface.ts.Short connection key (previously top-levelConnectionContextin this package).TSIConnectionContext— full connection state (not only product/database/env).Parity withsdk/ts/src/database/types/dashboard.interface.ts.Vendor / engine selector — parity withDatabaseTypeinsdk/ts/src/database/types/enums.ts.TypeScript parity:sdk/ts/src/database/types/enums.ts.Discoverability index for TypeScriptsdk/ts/src/database/index.tstype re-exports.Parity withsdk/ts/src/database/types/migration.interface.ts.TSFieldTypestring union — wire values match TS literals.TS migrationIConstraintDefinition(embedded in SQL options / addConstraint).Builds TS-shaped migration operation maps.Parity withsdk/ts/src/database/types/presave.interface.ts.datais a single row map or list of row maps (TSRecord | Record[]).Parity withsdk/ts/src/database/types/query.interface.ts.Result of the internal build step before adapter execution.IInclude —typeisDatabaseTypes.RelationshipType.wire()or TS string literal form.IOrderBy — useDatabaseTypes.SortOrder#name()fororderwhen not using string literals.TypeScriptIQueryOptions; filter shape isMap(IWhereClause).Parity withsdk/ts/src/database/types/schema.interface.ts(core + introspection + index stats; simplified Mongoose-style block uses stringly-typed fields until migration DTOs land).typeisDatabaseTypes.ColumnTypename or a driver-specific string.Parity withsdk/ts/src/database/types/transaction.interface.ts.isolationLevelis anDatabaseTypes.IsolationLevelname (e.g.Parity withsdk/ts/src/database/types/trigger.interface.ts.Persisted/API shape:configholds type-specific fields (TSIPersistedTriggerAction).TSITriggerConfigwithout functional hooks.Full trigger definition.TSITriggerManager— implement with HTTP/SDK clients; async variants omitted.Parity withsdk/ts/src/database/types/write.interface.ts.TSIUpdateOperator— model as a map of operator keys ($inc,$set, …).