SYMBOL INDEX (5785 symbols across 620 files) FILE: drizzle-arktype/scripts/fix-imports.ts function resolvePathAlias (line 8) | function resolvePathAlias(importPath: string, file: string) { function fixImportPath (line 17) | function fixImportPath(importPath: string, file: string, ext: string) { method visitImportDeclaration (line 33) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 37) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 41) | visitExportNamedDeclaration(path) { method visitCallExpression (line 47) | visitCallExpression(path) { method visitTSImportType (line 53) | visitTSImportType(path) { method visitAwaitExpression (line 57) | visitAwaitExpression(path) { method visitImportDeclaration (line 74) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 78) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 82) | visitExportNamedDeclaration(path) { method visitTSImportType (line 88) | visitTSImportType(path) { method visitAwaitExpression (line 92) | visitAwaitExpression(path) { method visitImportDeclaration (line 109) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 113) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 117) | visitExportNamedDeclaration(path) { method visitTSImportType (line 123) | visitTSImportType(path) { method visitAwaitExpression (line 127) | visitAwaitExpression(path) { FILE: drizzle-arktype/src/column.ts function columnToSchema (line 66) | function columnToSchema(column: Column): Type { function numberColumnToSchema (line 128) | function numberColumnToSchema(column: Column): Type { function bigintColumnToSchema (line 239) | function bigintColumnToSchema(column: Column): Type { function stringColumnToSchema (line 244) | function stringColumnToSchema(column: Column): Type { FILE: drizzle-arktype/src/column.types.ts type ArktypeNullable (line 5) | type ArktypeNullable = Type | null>; type ArktypeOptional (line 7) | type ArktypeOptional = [Type>, '?']; type GetArktypeType (line 9) | type GetArktypeType< type HandleSelectColumn (line 16) | type HandleSelectColumn< type HandleInsertColumn (line 22) | type HandleInsertColumn< type HandleUpdateColumn (line 29) | type HandleUpdateColumn< type HandleColumn (line 35) | type HandleColumn< FILE: drizzle-arktype/src/constants.ts constant CONSTANTS (line 1) | const CONSTANTS = { FILE: drizzle-arktype/src/schema.ts function getColumns (line 10) | function getColumns(tableLike: Table | View) { function handleColumns (line 14) | function handleColumns( FILE: drizzle-arktype/src/schema.types.internal.ts type Conditions (line 6) | interface Conditions { type GenericSchema (line 12) | type GenericSchema = type.cast | [type.cast, '?']; type BuildRefineField (line 14) | type BuildRefineField = T extends GenericSchema ? ((schema: T) => Gen... type BuildRefine (line 16) | type BuildRefine< type HandleRefinement (line 24) | type HandleRefinement< type IsRefinementDefined (line 36) | type IsRefinementDefined< type BuildSchema (line 43) | type BuildSchema< type NoUnknownKeys (line 65) | type NoUnknownKeys< FILE: drizzle-arktype/src/schema.types.ts type CreateSelectSchema (line 6) | interface CreateSelectSchema { type CreateInsertSchema (line 28) | interface CreateInsertSchema { type CreateUpdateSchema (line 39) | interface CreateUpdateSchema { FILE: drizzle-arktype/src/utils.ts function isColumnType (line 6) | function isColumnType(column: Column, columnTypes: str... function isWithEnum (line 10) | function isWithEnum(column: Column): column is typeof column & { enumVal... type Literal (line 16) | type Literal = type.infer; type Json (line 17) | type Json = Literal | Record | any[]; type ColumnIsGeneratedAlwaysAs (line 19) | type ColumnIsGeneratedAlwaysAs = TColumn extends Column type GetSelection (line 25) | type GetSelection | Table | View> =... FILE: drizzle-arktype/tests/utils.ts function expectSchemaShape (line 4) | function expectSchemaShape>(t: TaskContext, exp... function Expect (line 15) | function Expect<_ extends true>() {} FILE: drizzle-kit/imports-checker/analyze.ts type CollectionItem (line 5) | type CollectionItem = { function recursiveRun (line 10) | function recursiveRun(...args: Node[]): boolean { function init (line 38) | function init(collection: CollectionItem[]) { function analyze (line 69) | function analyze(path: string) { FILE: drizzle-kit/imports-checker/checker.ts type External (line 6) | type External = { type Issue (line 12) | type Issue = { type IssueImport (line 18) | type IssueImport = { type ChainLink (line 23) | type ChainLink = { type ListMode (line 28) | type ListMode = 'whitelist' | 'blacklist'; class ImportAnalyzer (line 30) | class ImportAnalyzer { method constructor (line 39) | constructor( type CustomLocalPathResolver (line 239) | type CustomLocalPathResolver = ( type AnalyzeImportsConfig (line 245) | type AnalyzeImportsConfig = type AnyAnalyzeImportsConfig (line 262) | type AnyAnalyzeImportsConfig = { function analyzeImports (line 272) | function analyzeImports(cfg: AnalyzeImportsConfig) { FILE: drizzle-kit/imports-checker/grammar/grammar.ohm-bundle.d.ts type JSImportsActionDict (line 6) | interface JSImportsActionDict extends BaseActionDict { type JSImportsSemantics (line 151) | interface JSImportsSemantics extends Semantics { type JSImportsGrammar (line 158) | interface JSImportsGrammar extends Grammar { FILE: drizzle-kit/src/@types/utils.ts type String (line 2) | interface String { type Array (line 12) | interface Array { FILE: drizzle-kit/src/api.ts type DrizzleSnapshotJSON (line 59) | type DrizzleSnapshotJSON = PgSchemaKit; type DrizzleSQLiteSnapshotJSON (line 60) | type DrizzleSQLiteSnapshotJSON = SQLiteSchemaKit; type DrizzleMySQLSnapshotJSON (line 61) | type DrizzleMySQLSnapshotJSON = MySQLSchemaKit; type DrizzleSingleStoreSnapshotJSON (line 62) | type DrizzleSingleStoreSnapshotJSON = SingleStoreSchemaKit; FILE: drizzle-kit/src/cli/commands/migrate.ts type Named (line 59) | type Named = { type NamedWithSchema (line 63) | type NamedWithSchema = { function mysqlSchemaSuggestions (line 440) | function mysqlSchemaSuggestions( function singleStoreSchemaSuggestions (line 589) | function singleStoreSchemaSuggestions( constant BREAKPOINT (line 1354) | const BREAKPOINT = '--> statement-breakpoint\n'; FILE: drizzle-kit/src/cli/commands/pgPushUtils.ts function concatSchemaAndTableName (line 40) | function concatSchemaAndTableName(schema: string | undefined, table: str... function tableNameWithSchemaFrom (line 44) | function tableNameWithSchemaFrom( FILE: drizzle-kit/src/cli/commands/singlestorePushUtils.ts function findColumnTypeAlternations (line 109) | function findColumnTypeAlternations( FILE: drizzle-kit/src/cli/commands/utils.ts class InMemoryMutex (line 54) | class InMemoryMutex { method withLock (line 57) | async withLock(fn: () => Promise): Promise { type GenerateConfig (line 150) | type GenerateConfig = { type ExportConfig (line 163) | type ExportConfig = { FILE: drizzle-kit/src/cli/connections.ts type D1Credentials (line 923) | type D1Credentials = { type D1Response (line 1015) | type D1Response = type Transaction (line 1168) | type Transaction = Awaited>; type Transaction (line 1317) | type Transaction = Awaited>; FILE: drizzle-kit/src/cli/selector-ui.ts class Select (line 4) | class Select extends Prompt<{ index: number; value: string }> { method constructor (line 7) | constructor(items: string[]) { method render (line 18) | render(status: 'idle' | 'submitted' | 'aborted'): string { method result (line 32) | result() { FILE: drizzle-kit/src/cli/validations/cli.ts type CliConfigGenerate (line 16) | type CliConfigGenerate = TypeOf; type PushParams (line 38) | type PushParams = TypeOf; type Entities (line 63) | type Entities = TypeOf['entities']; type PullParams (line 65) | type PullParams = TypeOf; type CliCheckConfig (line 79) | type CliCheckConfig = TypeOf; FILE: drizzle-kit/src/cli/validations/common.ts type Commands (line 7) | type Commands = type Expand (line 16) | type Expand = T extends infer O ? { [K in keyof O]: O[K] } : never; type IsUnion (line 17) | type IsUnion = [T] extends [UnionToIntersection] ? false : true; type LastTupleElement (line 18) | type LastTupleElement = TArr extends [ type UniqueArrayOfUnion (line 24) | type UniqueArrayOfUnion = Exclude< type Prefix (line 83) | type Prefix = (typeof prefixes)[number]; type CasingType (line 91) | type CasingType = (typeof casingTypes)[number]; type IntrospectParams (line 133) | type IntrospectParams = TypeOf; type Casing (line 134) | type Casing = TypeOf; type GenerateSchema (line 153) | type GenerateSchema = TypeOf; type CliConfig (line 165) | type CliConfig = TypeOf; type Driver (line 167) | type Driver = (typeof drivers)[number]; FILE: drizzle-kit/src/cli/validations/gel.ts type GelCredentials (line 50) | type GelCredentials = TypeOf; FILE: drizzle-kit/src/cli/validations/libsql.ts type LibSQLCredentials (line 11) | type LibSQLCredentials = { FILE: drizzle-kit/src/cli/validations/mysql.ts type MysqlCredentials (line 32) | type MysqlCredentials = TypeOf; FILE: drizzle-kit/src/cli/validations/postgres.ts type PostgresCredentials (line 44) | type PostgresCredentials = TypeOf; FILE: drizzle-kit/src/cli/validations/singlestore.ts type SingleStoreCredentials (line 32) | type SingleStoreCredentials = TypeOf; FILE: drizzle-kit/src/cli/validations/sqlite.ts type SqliteCredentials (line 27) | type SqliteCredentials = FILE: drizzle-kit/src/cli/validations/studio.ts type Credentials (line 14) | type Credentials = TypeOf; FILE: drizzle-kit/src/cli/views.ts type TableEntry (line 26) | type TableEntry = (typeof schema)['tables'][keyof (typeof schema)['table... type RenamePropmtItem (line 78) | interface RenamePropmtItem { class ResolveColumnSelect (line 89) | class ResolveColumnSelect extends Prompt< method constructor (line 94) | constructor( method render (line 105) | render(status: 'idle' | 'submitted' | 'aborted'): string { method result (line 156) | result(): RenamePropmtItem | T { class ResolveSelectNamed (line 167) | class ResolveSelectNamed extends Prompt< method constructor (line 172) | constructor( method render (line 183) | render(status: 'idle' | 'submitted' | 'aborted'): string { method result (line 232) | result(): RenamePropmtItem | T { class ResolveSelect (line 237) | class ResolveSelect extends Prompt< method constructor (line 242) | constructor( method render (line 254) | render(status: 'idle' | 'submitted' | 'aborted'): string { method result (line 303) | result(): RenamePropmtItem | T { class ResolveSchemasSelect (line 308) | class ResolveSchemasSelect extends Prompt< method constructor (line 313) | constructor(private readonly base: Named, data: (RenamePropmtItem |... method render (line 321) | render(status: 'idle' | 'submitted' | 'aborted'): string { method result (line 366) | result(): RenamePropmtItem | T { class Spinner (line 371) | class Spinner { method constructor (line 375) | constructor(private readonly frames: string[]) { type ValueOf (line 402) | type ValueOf = T[keyof T]; type IntrospectStatus (line 403) | type IntrospectStatus = 'fetching' | 'done'; type IntrospectStage (line 404) | type IntrospectStage = type IntrospectState (line 414) | type IntrospectState = { class IntrospectProgress (line 422) | class IntrospectProgress extends TaskView { method constructor (line 469) | constructor(private readonly hasEnums: boolean = false) { method update (line 479) | public update( method render (line 512) | render(): string { class MigrateProgress (line 528) | class MigrateProgress extends TaskView { method constructor (line 532) | constructor() { method render (line 542) | render(status: 'pending' | 'done' | 'rejected'): string { class ProgressView (line 551) | class ProgressView extends TaskView { method constructor (line 555) | constructor( method render (line 568) | render(status: 'pending' | 'done' | 'rejected'): string { class DropMigrationView (line 577) | class DropMigrationView extends Prompt { method constructor (line 580) | constructor(data: T[]) { method render (line 588) | render(status: 'idle' | 'submitted' | 'aborted'): string { method result (line 621) | result(): T { FILE: drizzle-kit/src/global.ts function assertUnreachable (line 4) | function assertUnreachable(x: never | undefined): never { function softAssertUnreachable (line 9) | function softAssertUnreachable(x: never) { FILE: drizzle-kit/src/index.ts type SslOptions (line 6) | type SslOptions = { type Verify (line 17) | type Verify = U; type Config (line 109) | type Config = function defineConfig (line 347) | function defineConfig(config: Config) { FILE: drizzle-kit/src/introspect-gel.ts function generateIdentityParams (line 179) | function generateIdentityParams(identity: Column['identity']) { function reverseLogic (line 963) | function reverseLogic(mappedWith: Record): string { FILE: drizzle-kit/src/introspect-pg.ts function findColumnKey (line 214) | function findColumnKey(table: AnyPgTable, columnName: string) { function generateIdentityParams (line 277) | function generateIdentityParams(identity: Column['identity']) { function reverseLogic (line 1241) | function reverseLogic(mappedWith: Record): string { FILE: drizzle-kit/src/jsonDiffer.js function diffForRenamedTables (line 4) | function diffForRenamedTables(pairs) { function diffForRenamedTable (line 21) | function diffForRenamedTable(t1, t2) { function diffForRenamedColumn (line 29) | function diffForRenamedColumn(t1, t2) { function diffSchemasOrTables (line 90) | function diffSchemasOrTables(left, right) { function diffIndPolicies (line 106) | function diffIndPolicies(left, right) { function diffColumns (line 122) | function diffColumns(left, right) { function diffPolicies (line 165) | function diffPolicies(left, right) { function applyJsonDiff (line 208) | function applyJsonDiff(json1, json2) { FILE: drizzle-kit/src/jsonStatements.ts type JsonSqliteCreateTableStatement (line 27) | interface JsonSqliteCreateTableStatement { type JsonCreateTableStatement (line 45) | interface JsonCreateTableStatement { type JsonRecreateTableStatement (line 59) | interface JsonRecreateTableStatement { type JsonRecreateSingleStoreTableStatement (line 77) | interface JsonRecreateSingleStoreTableStatement { type JsonDropTableStatement (line 85) | interface JsonDropTableStatement { type JsonRenameTableStatement (line 92) | interface JsonRenameTableStatement { type JsonCreateEnumStatement (line 100) | interface JsonCreateEnumStatement { type JsonDropEnumStatement (line 107) | interface JsonDropEnumStatement { type JsonMoveEnumStatement (line 113) | interface JsonMoveEnumStatement { type JsonRenameEnumStatement (line 120) | interface JsonRenameEnumStatement { type JsonAddValueToEnumStatement (line 127) | interface JsonAddValueToEnumStatement { type JsonCreateRoleStatement (line 137) | interface JsonCreateRoleStatement { type JsonDropRoleStatement (line 147) | interface JsonDropRoleStatement { type JsonRenameRoleStatement (line 151) | interface JsonRenameRoleStatement { type JsonAlterRoleStatement (line 157) | interface JsonAlterRoleStatement { type JsonDropValueFromEnumStatement (line 169) | interface JsonDropValueFromEnumStatement { type JsonCreateSequenceStatement (line 178) | interface JsonCreateSequenceStatement { type JsonDropSequenceStatement (line 192) | interface JsonDropSequenceStatement { type JsonMoveSequenceStatement (line 198) | interface JsonMoveSequenceStatement { type JsonRenameSequenceStatement (line 205) | interface JsonRenameSequenceStatement { type JsonAlterSequenceStatement (line 212) | interface JsonAlterSequenceStatement { type JsonDropColumnStatement (line 226) | interface JsonDropColumnStatement { type JsonAddColumnStatement (line 233) | interface JsonAddColumnStatement { type JsonSqliteAddColumnStatement (line 240) | interface JsonSqliteAddColumnStatement { type JsonCreatePolicyStatement (line 247) | interface JsonCreatePolicyStatement { type JsonCreateIndPolicyStatement (line 254) | interface JsonCreateIndPolicyStatement { type JsonDropPolicyStatement (line 260) | interface JsonDropPolicyStatement { type JsonDropIndPolicyStatement (line 267) | interface JsonDropIndPolicyStatement { type JsonRenamePolicyStatement (line 273) | interface JsonRenamePolicyStatement { type JsonIndRenamePolicyStatement (line 281) | interface JsonIndRenamePolicyStatement { type JsonEnableRLSStatement (line 288) | interface JsonEnableRLSStatement { type JsonDisableRLSStatement (line 294) | interface JsonDisableRLSStatement { type JsonAlterPolicyStatement (line 300) | interface JsonAlterPolicyStatement { type JsonAlterIndPolicyStatement (line 308) | interface JsonAlterIndPolicyStatement { type JsonCreateIndexStatement (line 314) | interface JsonCreateIndexStatement { type JsonPgCreateIndexStatement (line 322) | interface JsonPgCreateIndexStatement { type JsonReferenceStatement (line 329) | interface JsonReferenceStatement { type JsonCreateUniqueConstraint (line 347) | interface JsonCreateUniqueConstraint { type JsonDeleteUniqueConstraint (line 355) | interface JsonDeleteUniqueConstraint { type JsonAlterUniqueConstraint (line 363) | interface JsonAlterUniqueConstraint { type JsonCreateCheckConstraint (line 373) | interface JsonCreateCheckConstraint { type JsonDeleteCheckConstraint (line 380) | interface JsonDeleteCheckConstraint { type JsonCreateCompositePK (line 387) | interface JsonCreateCompositePK { type JsonDeleteCompositePK (line 395) | interface JsonDeleteCompositePK { type JsonAlterCompositePK (line 403) | interface JsonAlterCompositePK { type JsonAlterTableSetSchema (line 413) | interface JsonAlterTableSetSchema { type JsonAlterTableRemoveFromSchema (line 420) | interface JsonAlterTableRemoveFromSchema { type JsonAlterTableSetNewSchema (line 426) | interface JsonAlterTableSetNewSchema { type JsonCreateReferenceStatement (line 433) | interface JsonCreateReferenceStatement extends JsonReferenceStatement { type JsonAlterReferenceStatement (line 437) | interface JsonAlterReferenceStatement extends JsonReferenceStatement { type JsonDeleteReferenceStatement (line 442) | interface JsonDeleteReferenceStatement extends JsonReferenceStatement { type JsonDropIndexStatement (line 446) | interface JsonDropIndexStatement { type JsonRenameColumnStatement (line 453) | interface JsonRenameColumnStatement { type JsonAlterColumnTypeStatement (line 461) | interface JsonAlterColumnTypeStatement { type JsonAlterColumnPgTypeStatement (line 476) | interface JsonAlterColumnPgTypeStatement { type JsonAlterColumnSetPrimaryKeyStatement (line 492) | interface JsonAlterColumnSetPrimaryKeyStatement { type JsonAlterColumnDropPrimaryKeyStatement (line 499) | interface JsonAlterColumnDropPrimaryKeyStatement { type JsonAlterColumnSetDefaultStatement (line 506) | interface JsonAlterColumnSetDefaultStatement { type JsonAlterColumnDropDefaultStatement (line 520) | interface JsonAlterColumnDropDefaultStatement { type JsonAlterColumnSetNotNullStatement (line 533) | interface JsonAlterColumnSetNotNullStatement { type JsonAlterColumnDropNotNullStatement (line 546) | interface JsonAlterColumnDropNotNullStatement { type JsonAlterColumnSetGeneratedStatement (line 559) | interface JsonAlterColumnSetGeneratedStatement { type JsonAlterColumnSetIdentityStatement (line 572) | interface JsonAlterColumnSetIdentityStatement { type JsonAlterColumnDropIdentityStatement (line 580) | interface JsonAlterColumnDropIdentityStatement { type JsonAlterColumnAlterIdentityStatement (line 587) | interface JsonAlterColumnAlterIdentityStatement { type JsonAlterColumnDropGeneratedStatement (line 596) | interface JsonAlterColumnDropGeneratedStatement { type JsonAlterColumnAlterGeneratedStatement (line 611) | interface JsonAlterColumnAlterGeneratedStatement { type JsonAlterColumnSetOnUpdateStatement (line 625) | interface JsonAlterColumnSetOnUpdateStatement { type JsonAlterColumnDropOnUpdateStatement (line 638) | interface JsonAlterColumnDropOnUpdateStatement { type JsonAlterColumnSetAutoincrementStatement (line 651) | interface JsonAlterColumnSetAutoincrementStatement { type JsonAlterColumnDropAutoincrementStatement (line 664) | interface JsonAlterColumnDropAutoincrementStatement { type JsonCreateSchema (line 677) | interface JsonCreateSchema { type JsonDropSchema (line 682) | interface JsonDropSchema { type JsonRenameSchema (line 687) | interface JsonRenameSchema { type JsonCreatePgViewStatement (line 693) | type JsonCreatePgViewStatement = { type JsonCreateMySqlViewStatement (line 697) | type JsonCreateMySqlViewStatement = { type JsonCreateSqliteViewStatement (line 707) | type JsonCreateSqliteViewStatement = { type JsonDropViewStatement (line 711) | interface JsonDropViewStatement { type JsonRenameViewStatement (line 718) | interface JsonRenameViewStatement { type JsonRenameMySqlViewStatement (line 726) | interface JsonRenameMySqlViewStatement { type JsonAlterViewAlterSchemaStatement (line 734) | interface JsonAlterViewAlterSchemaStatement { type JsonAlterViewAddWithOptionStatement (line 742) | type JsonAlterViewAddWithOptionStatement = type JsonAlterViewDropWithOptionStatement (line 756) | type JsonAlterViewDropWithOptionStatement = type JsonAlterViewAlterTablespaceStatement (line 770) | interface JsonAlterViewAlterTablespaceStatement { type JsonAlterViewAlterUsingStatement (line 778) | interface JsonAlterViewAlterUsingStatement { type JsonAlterMySqlViewStatement (line 786) | type JsonAlterMySqlViewStatement = { type JsonAlterViewStatement (line 794) | type JsonAlterViewStatement = type JsonAlterColumnStatement (line 801) | type JsonAlterColumnStatement = type JsonStatement (line 822) | type JsonStatement = FILE: drizzle-kit/src/loader.mjs function resolve (line 16) | function resolve(specifier, context, nextResolve) { function load (line 38) | async function load(url, context, defaultLoad) { FILE: drizzle-kit/src/schemaValidator.ts type Dialect (line 10) | type Dialect = (typeof dialects)[number]; type CommonSquashedSchema (line 22) | type CommonSquashedSchema = TypeOf; type CommonSchema (line 23) | type CommonSchema = TypeOf; FILE: drizzle-kit/src/serializer/gelSchema.ts type IndexColumnType (line 24) | type IndexColumnType = TypeOf; type Enum (line 274) | type Enum = TypeOf; type Sequence (line 275) | type Sequence = TypeOf; type Role (line 276) | type Role = TypeOf; type Column (line 277) | type Column = TypeOf; type Table (line 278) | type Table = TypeOf; type GelSchema (line 279) | type GelSchema = TypeOf; type GelSchemaInternal (line 280) | type GelSchemaInternal = TypeOf; type GelSchemaExternal (line 281) | type GelSchemaExternal = TypeOf; type GelSchemaSquashed (line 282) | type GelSchemaSquashed = TypeOf; type Index (line 283) | type Index = TypeOf; type ForeignKey (line 284) | type ForeignKey = TypeOf; type PrimaryKey (line 285) | type PrimaryKey = TypeOf; type UniqueConstraint (line 286) | type UniqueConstraint = TypeOf; type Policy (line 287) | type Policy = TypeOf; type View (line 288) | type View = TypeOf; type MatViewWithOption (line 289) | type MatViewWithOption = TypeOf; type ViewWithOption (line 290) | type ViewWithOption = TypeOf; type GelKitInternals (line 292) | type GelKitInternals = TypeOf; type CheckConstraint (line 293) | type CheckConstraint = TypeOf; FILE: drizzle-kit/src/serializer/gelSerializer.ts function stringFromIdentityProperty (line 44) | function stringFromIdentityProperty(field: string | number | undefined):... function maxRangeForIdentityBasedOn (line 48) | function maxRangeForIdentityBasedOn(columnType: string) { function minRangeForIdentityBasedOn (line 52) | function minRangeForIdentityBasedOn(columnType: string) { function stringFromDatabaseIdentityProperty (line 56) | function stringFromDatabaseIdentityProperty(field: any): string | undefi... function buildArrayString (line 66) | function buildArrayString(array: any[], sqlType: string): string { function prepareRoles (line 912) | function prepareRoles(entities?: { FILE: drizzle-kit/src/serializer/mysqlSchema.ts type SquasherViewMeta (line 90) | type SquasherViewMeta = Omit, 'definer'>; type Dialect (line 202) | type Dialect = TypeOf; type Column (line 203) | type Column = TypeOf; type Table (line 204) | type Table = TypeOf; type TableV4 (line 205) | type TableV4 = TypeOf; type MySqlSchema (line 206) | type MySqlSchema = TypeOf; type MySqlSchemaV3 (line 207) | type MySqlSchemaV3 = TypeOf; type MySqlSchemaV4 (line 208) | type MySqlSchemaV4 = TypeOf; type MySqlSchemaV5 (line 209) | type MySqlSchemaV5 = TypeOf; type MySqlSchemaInternal (line 210) | type MySqlSchemaInternal = TypeOf; type MySqlKitInternals (line 211) | type MySqlKitInternals = TypeOf; type MySqlSchemaSquashed (line 212) | type MySqlSchemaSquashed = TypeOf; type MySqlSchemaSquashedV4 (line 213) | type MySqlSchemaSquashedV4 = TypeOf; type Index (line 214) | type Index = TypeOf; type ForeignKey (line 215) | type ForeignKey = TypeOf; type PrimaryKey (line 216) | type PrimaryKey = TypeOf; type UniqueConstraint (line 217) | type UniqueConstraint = TypeOf; type CheckConstraint (line 218) | type CheckConstraint = TypeOf; type View (line 219) | type View = TypeOf; type ViewSquashed (line 220) | type ViewSquashed = TypeOf; FILE: drizzle-kit/src/serializer/mysqlSerializer.ts function clearDefaults (line 543) | function clearDefaults(defaultValue: any, collate: string) { FILE: drizzle-kit/src/serializer/pgSchema.ts type IndexColumnType (line 86) | type IndexColumnType = TypeOf; type Enum (line 511) | type Enum = TypeOf; type Sequence (line 512) | type Sequence = TypeOf; type Role (line 513) | type Role = TypeOf; type Column (line 514) | type Column = TypeOf; type TableV3 (line 515) | type TableV3 = TypeOf; type TableV4 (line 516) | type TableV4 = TypeOf; type TableV5 (line 517) | type TableV5 = TypeOf; type Table (line 518) | type Table = TypeOf; type PgSchema (line 519) | type PgSchema = TypeOf; type PgSchemaInternal (line 520) | type PgSchemaInternal = TypeOf; type PgSchemaV6Internal (line 521) | type PgSchemaV6Internal = TypeOf; type PgSchemaExternal (line 522) | type PgSchemaExternal = TypeOf; type PgSchemaSquashed (line 523) | type PgSchemaSquashed = TypeOf; type PgSchemaSquashedV4 (line 524) | type PgSchemaSquashedV4 = TypeOf; type PgSchemaSquashedV6 (line 525) | type PgSchemaSquashedV6 = TypeOf; type Index (line 526) | type Index = TypeOf; type ForeignKey (line 527) | type ForeignKey = TypeOf; type PrimaryKey (line 528) | type PrimaryKey = TypeOf; type UniqueConstraint (line 529) | type UniqueConstraint = TypeOf; type Policy (line 530) | type Policy = TypeOf; type View (line 531) | type View = TypeOf; type MatViewWithOption (line 532) | type MatViewWithOption = TypeOf; type ViewWithOption (line 533) | type ViewWithOption = TypeOf; type PgKitInternals (line 535) | type PgKitInternals = TypeOf; type CheckConstraint (line 536) | type CheckConstraint = TypeOf; type PgSchemaV1 (line 538) | type PgSchemaV1 = TypeOf; type PgSchemaV2 (line 539) | type PgSchemaV2 = TypeOf; type PgSchemaV3 (line 540) | type PgSchemaV3 = TypeOf; type PgSchemaV4 (line 541) | type PgSchemaV4 = TypeOf; type PgSchemaV5 (line 542) | type PgSchemaV5 = TypeOf; type PgSchemaV6 (line 543) | type PgSchemaV6 = TypeOf; FILE: drizzle-kit/src/serializer/pgSerializer.ts function stringFromIdentityProperty (line 50) | function stringFromIdentityProperty(field: string | number | undefined):... function maxRangeForIdentityBasedOn (line 54) | function maxRangeForIdentityBasedOn(columnType: string) { function minRangeForIdentityBasedOn (line 58) | function minRangeForIdentityBasedOn(columnType: string) { function stringFromDatabaseIdentityProperty (line 62) | function stringFromDatabaseIdentityProperty(field: any): string | undefi... function buildArrayString (line 72) | function buildArrayString(array: any[], sqlType: string): string { function prepareRoles (line 926) | function prepareRoles(entities?: { FILE: drizzle-kit/src/serializer/singlestoreSchema.ts type Dialect (line 124) | type Dialect = TypeOf; type Column (line 125) | type Column = TypeOf; type Table (line 126) | type Table = TypeOf; type SingleStoreSchema (line 127) | type SingleStoreSchema = TypeOf; type SingleStoreSchemaInternal (line 128) | type SingleStoreSchemaInternal = TypeOf; type SingleStoreKitInternals (line 129) | type SingleStoreKitInternals = TypeOf; type SingleStoreSchemaSquashed (line 130) | type SingleStoreSchemaSquashed = TypeOf; type Index (line 131) | type Index = TypeOf; type PrimaryKey (line 132) | type PrimaryKey = TypeOf; type UniqueConstraint (line 133) | type UniqueConstraint = TypeOf; FILE: drizzle-kit/src/serializer/singlestoreSerializer.ts function clearDefaults (line 413) | function clearDefaults(defaultValue: any, collate: string) { FILE: drizzle-kit/src/serializer/sqliteSchema.ts type Dialect (line 157) | type Dialect = TypeOf; type Column (line 158) | type Column = TypeOf; type Table (line 159) | type Table = TypeOf; type SQLiteSchema (line 160) | type SQLiteSchema = TypeOf; type SQLiteSchemaV3 (line 161) | type SQLiteSchemaV3 = TypeOf; type SQLiteSchemaV4 (line 162) | type SQLiteSchemaV4 = TypeOf; type SQLiteSchemaInternal (line 163) | type SQLiteSchemaInternal = TypeOf; type SQLiteSchemaSquashed (line 164) | type SQLiteSchemaSquashed = TypeOf; type SQLiteKitInternals (line 165) | type SQLiteKitInternals = TypeOf; type Index (line 166) | type Index = TypeOf; type ForeignKey (line 167) | type ForeignKey = TypeOf; type PrimaryKey (line 168) | type PrimaryKey = TypeOf; type UniqueConstraint (line 169) | type UniqueConstraint = TypeOf; type CheckConstraint (line 170) | type CheckConstraint = TypeOf; type View (line 171) | type View = TypeOf; FILE: drizzle-kit/src/serializer/sqliteSerializer.ts function mapSqlToSqliteType (line 413) | function mapSqlToSqliteType(sqlType: string): string { type ColumnInfo (line 461) | interface ColumnInfo { function extractGeneratedColumns (line 467) | function extractGeneratedColumns(input: string): Record { type TablesHandler (line 14) | interface TablesHandler { type ColumnsHandler (line 19) | interface ColumnsHandler { class DryRun (line 28) | class DryRun implements TablesHandler { method can (line 29) | can(added: T[], removed: T[]): boolean { method handle (line 32) | handle(added: T[], _: T[]): { created: T[]; deleted: T[]; renamed: { f... class Case1 (line 46) | class Case1 implements TablesHandler { method can (line 47) | can(_: T[], removed: T[]): boolean { method handle (line 51) | handle(added: T[], removed: T[]): { created: T[]; deleted: T[]; rename... class Case2 (line 55) | class Case2 implements TablesHandler { method can (line 57) | can(_: T[], removed: T[]): boolean { method handle (line 61) | handle(added: T[], removed: T[]): { created: T[]; deleted: T[]; rename... type Named (line 66) | type Named = { name: string }; class LehaColumnsHandler (line 87) | class LehaColumnsHandler implements ColumnsHandler { method can (line 88) | can(tableName: string, _: T[], __: T[]): boolean { method handle (line 92) | handle( class DryRunColumnsHandler (line 101) | class DryRunColumnsHandler implements ColumnsHandler { method can (line 102) | can(tableName: string, _: T[], __: T[]): boolean { method handle (line 106) | handle( class V1V2AuthOtpColumnsHandler (line 115) | class V1V2AuthOtpColumnsHandler implements ColumnsHandl... method can (line 116) | can(tableName: string, _: T[], __: T[]): boolean { method handle (line 120) | handle( FILE: drizzle-kit/src/snapshotsDiffer.ts type Column (line 410) | type Column = TypeOf; type AlteredColumn (line 411) | type AlteredColumn = TypeOf; type Enum (line 412) | type Enum = TypeOf; type Sequence (line 413) | type Sequence = TypeOf; type Table (line 414) | type Table = TypeOf; type AlteredTable (line 415) | type AlteredTable = TypeOf; type DiffResult (line 416) | type DiffResult = TypeOf; type DiffResultMysql (line 417) | type DiffResultMysql = TypeOf; type DiffResultSingleStore (line 418) | type DiffResultSingleStore = TypeOf; type DiffResultSQLite (line 419) | type DiffResultSQLite = TypeOf; type ResolverInput (line 421) | interface ResolverInput { type ResolverOutput (line 426) | interface ResolverOutput { type ResolverOutputWithMoved (line 432) | interface ResolverOutputWithMoved { type ColumnsResolverInput (line 439) | interface ColumnsResolverInput { type TablePolicyResolverInput (line 446) | interface TablePolicyResolverInput { type TablePolicyResolverOutput (line 453) | interface TablePolicyResolverOutput { type PolicyResolverInput (line 461) | interface PolicyResolverInput { type PolicyResolverOutput (line 466) | interface PolicyResolverOutput { type RolesResolverInput (line 472) | interface RolesResolverInput { type RolesResolverOutput (line 477) | interface RolesResolverOutput { type ColumnsResolverOutput (line 483) | interface ColumnsResolverOutput { FILE: drizzle-kit/src/sqlgenerator.ts class PgCreateRoleConvertor (line 163) | class PgCreateRoleConvertor extends Convertor { method can (line 164) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 167) | override convert(statement: JsonCreateRoleStatement): string | string[] { class PgDropRoleConvertor (line 178) | class PgDropRoleConvertor extends Convertor { method can (line 179) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 182) | override convert(statement: JsonDropRoleStatement): string | string[] { class PgRenameRoleConvertor (line 187) | class PgRenameRoleConvertor extends Convertor { method can (line 188) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 191) | override convert(statement: JsonRenameRoleStatement): string | string[] { class PgAlterRoleConvertor (line 196) | class PgAlterRoleConvertor extends Convertor { method can (line 197) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 200) | override convert(statement: JsonAlterRoleStatement): string | string[] { class PgCreatePolicyConvertor (line 209) | class PgCreatePolicyConvertor extends Convertor { method can (line 210) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 213) | override convert(statement: JsonCreatePolicyStatement): string | strin... class PgDropPolicyConvertor (line 232) | class PgDropPolicyConvertor extends Convertor { method can (line 233) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 236) | override convert(statement: JsonDropPolicyStatement): string | string[] { class PgRenamePolicyConvertor (line 247) | class PgRenamePolicyConvertor extends Convertor { method can (line 248) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 251) | override convert(statement: JsonRenamePolicyStatement): string | strin... class PgAlterPolicyConvertor (line 260) | class PgAlterPolicyConvertor extends Convertor { method can (line 261) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 264) | override convert(statement: JsonAlterPolicyStatement, _dialect: any, a... class PgCreateIndPolicyConvertor (line 294) | class PgCreateIndPolicyConvertor extends Convertor { method can (line 295) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 298) | override convert(statement: JsonCreateIndPolicyStatement): string | st... class PgDropIndPolicyConvertor (line 313) | class PgDropIndPolicyConvertor extends Convertor { method can (line 314) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 317) | override convert(statement: JsonDropIndPolicyStatement): string | stri... class PgRenameIndPolicyConvertor (line 324) | class PgRenameIndPolicyConvertor extends Convertor { method can (line 325) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 328) | override convert(statement: JsonIndRenamePolicyStatement): string | st... class PgAlterIndPolicyConvertor (line 333) | class PgAlterIndPolicyConvertor extends Convertor { method can (line 334) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 337) | override convert(statement: JsonAlterIndPolicyStatement): string | str... class PgEnableRlsConvertor (line 359) | class PgEnableRlsConvertor extends Convertor { method can (line 360) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 363) | override convert(statement: JsonEnableRLSStatement): string { class PgDisableRlsConvertor (line 372) | class PgDisableRlsConvertor extends Convertor { method can (line 373) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 376) | override convert(statement: JsonDisableRLSStatement): string { class PgCreateTableConvertor (line 385) | class PgCreateTableConvertor extends Convertor { method can (line 386) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 390) | convert(st: JsonCreateTableStatement) { class MySqlCreateTableConvertor (line 497) | class MySqlCreateTableConvertor extends Convertor { method can (line 498) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 502) | convert(st: JsonCreateTableStatement) { class SingleStoreCreateTableConvertor (line 582) | class SingleStoreCreateTableConvertor extends Convertor { method can (line 583) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 587) | convert(st: JsonCreateTableStatement) { class SQLiteCreateTableConvertor (line 658) | class SQLiteCreateTableConvertor extends Convertor { method can (line 659) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 663) | convert(st: JsonSqliteCreateTableStatement) { class PgCreateViewConvertor (line 753) | class PgCreateViewConvertor extends Convertor { method can (line 754) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 758) | convert(st: JsonCreatePgViewStatement) { class SqliteCreateViewConvertor (line 815) | class SqliteCreateViewConvertor extends Convertor { method can (line 816) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 820) | convert(st: JsonCreateSqliteViewStatement) { class PgDropViewConvertor (line 827) | class PgDropViewConvertor extends Convertor { method can (line 828) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 832) | convert(st: JsonDropViewStatement) { class MySqlDropViewConvertor (line 841) | class MySqlDropViewConvertor extends Convertor { method can (line 842) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 846) | convert(st: JsonDropViewStatement) { class SqliteDropViewConvertor (line 853) | class SqliteDropViewConvertor extends Convertor { method can (line 854) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 858) | convert(st: JsonDropViewStatement) { class MySqlAlterViewConvertor (line 865) | class MySqlAlterViewConvertor extends Convertor { method can (line 866) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 870) | convert(st: JsonAlterMySqlViewStatement) { class PgRenameViewConvertor (line 885) | class PgRenameViewConvertor extends Convertor { method can (line 886) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 890) | convert(st: JsonRenameViewStatement) { class MySqlRenameViewConvertor (line 899) | class MySqlRenameViewConvertor extends Convertor { method can (line 900) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 904) | convert(st: JsonRenameViewStatement) { class PgAlterViewSchemaConvertor (line 911) | class PgAlterViewSchemaConvertor extends Convertor { method can (line 912) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 916) | convert(st: JsonAlterViewAlterSchemaStatement) { class PgAlterViewAddWithOptionConvertor (line 927) | class PgAlterViewAddWithOptionConvertor extends Convertor { method can (line 928) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 932) | convert(st: JsonAlterViewAddWithOptionStatement) { class PgAlterViewDropWithOptionConvertor (line 951) | class PgAlterViewDropWithOptionConvertor extends Convertor { method can (line 952) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 956) | convert(st: JsonAlterViewDropWithOptionStatement) { class PgAlterViewAlterTablespaceConvertor (line 975) | class PgAlterViewAlterTablespaceConvertor extends Convertor { method can (line 976) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 980) | convert(st: JsonAlterViewAlterTablespaceStatement) { class PgAlterViewAlterUsingConvertor (line 989) | class PgAlterViewAlterUsingConvertor extends Convertor { method can (line 990) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 994) | convert(st: JsonAlterViewAlterUsingStatement) { class PgAlterTableAlterColumnSetGenerated (line 1003) | class PgAlterTableAlterColumnSetGenerated extends Convertor { method can (line 1004) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1010) | override convert( class PgAlterTableAlterColumnDropGenerated (line 1053) | class PgAlterTableAlterColumnDropGenerated extends Convertor { method can (line 1054) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1060) | override convert( class PgAlterTableAlterColumnAlterGenerated (line 1073) | class PgAlterTableAlterColumnAlterGenerated extends Convertor { method can (line 1074) | override can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1080) | override convert( class PgAlterTableAddUniqueConstraintConvertor (line 1144) | class PgAlterTableAddUniqueConstraintConvertor extends Convertor { method can (line 1145) | can(statement: JsonCreateUniqueConstraint, dialect: Dialect): boolean { method convert (line 1150) | convert(statement: JsonCreateUniqueConstraint): string { class PgAlterTableDropUniqueConstraintConvertor (line 1163) | class PgAlterTableDropUniqueConstraintConvertor extends Convertor { method can (line 1164) | can(statement: JsonDeleteUniqueConstraint, dialect: Dialect): boolean { method convert (line 1169) | convert(statement: JsonDeleteUniqueConstraint): string { class PgAlterTableAddCheckConstraintConvertor (line 1180) | class PgAlterTableAddCheckConstraintConvertor extends Convertor { method can (line 1181) | can(statement: JsonCreateCheckConstraint, dialect: Dialect): boolean { method convert (line 1186) | convert(statement: JsonCreateCheckConstraint): string { class PgAlterTableDeleteCheckConstraintConvertor (line 1197) | class PgAlterTableDeleteCheckConstraintConvertor extends Convertor { method can (line 1198) | can(statement: JsonDeleteCheckConstraint, dialect: Dialect): boolean { method convert (line 1203) | convert(statement: JsonDeleteCheckConstraint): string { class MySQLAlterTableAddUniqueConstraintConvertor (line 1212) | class MySQLAlterTableAddUniqueConstraintConvertor extends Convertor { method can (line 1213) | can(statement: JsonCreateUniqueConstraint, dialect: Dialect): boolean { method convert (line 1216) | convert(statement: JsonCreateUniqueConstraint): string { class MySQLAlterTableDropUniqueConstraintConvertor (line 1225) | class MySQLAlterTableDropUniqueConstraintConvertor extends Convertor { method can (line 1226) | can(statement: JsonDeleteUniqueConstraint, dialect: Dialect): boolean { method convert (line 1229) | convert(statement: JsonDeleteUniqueConstraint): string { class MySqlAlterTableAddCheckConstraintConvertor (line 1236) | class MySqlAlterTableAddCheckConstraintConvertor extends Convertor { method can (line 1237) | can(statement: JsonCreateCheckConstraint, dialect: Dialect): boolean { method convert (line 1242) | convert(statement: JsonCreateCheckConstraint): string { class SingleStoreAlterTableAddUniqueConstraintConvertor (line 1250) | class SingleStoreAlterTableAddUniqueConstraintConvertor extends Convertor { method can (line 1251) | can(statement: JsonCreateUniqueConstraint, dialect: Dialect): boolean { method convert (line 1254) | convert(statement: JsonCreateUniqueConstraint): string { class SingleStoreAlterTableDropUniqueConstraintConvertor (line 1262) | class SingleStoreAlterTableDropUniqueConstraintConvertor extends Convert... method can (line 1263) | can(statement: JsonDeleteUniqueConstraint, dialect: Dialect): boolean { method convert (line 1266) | convert(statement: JsonDeleteUniqueConstraint): string { class MySqlAlterTableDeleteCheckConstraintConvertor (line 1273) | class MySqlAlterTableDeleteCheckConstraintConvertor extends Convertor { method can (line 1274) | can(statement: JsonDeleteCheckConstraint, dialect: Dialect): boolean { method convert (line 1279) | convert(statement: JsonDeleteCheckConstraint): string { class CreatePgSequenceConvertor (line 1286) | class CreatePgSequenceConvertor extends Convertor { method can (line 1287) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1291) | convert(st: JsonCreateSequenceStatement) { class DropPgSequenceConvertor (line 1304) | class DropPgSequenceConvertor extends Convertor { method can (line 1305) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1309) | convert(st: JsonDropSequenceStatement) { class RenamePgSequenceConvertor (line 1318) | class RenamePgSequenceConvertor extends Convertor { method can (line 1319) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1323) | convert(st: JsonRenameSequenceStatement) { class MovePgSequenceConvertor (line 1337) | class MovePgSequenceConvertor extends Convertor { method can (line 1338) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1342) | convert(st: JsonMoveSequenceStatement) { class AlterPgSequenceConvertor (line 1355) | class AlterPgSequenceConvertor extends Convertor { method can (line 1356) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1360) | convert(st: JsonAlterSequenceStatement) { class CreateTypeEnumConvertor (line 1375) | class CreateTypeEnumConvertor extends Convertor { method can (line 1376) | can(statement: JsonStatement): boolean { method convert (line 1380) | convert(st: JsonCreateEnumStatement) { class DropTypeEnumConvertor (line 1404) | class DropTypeEnumConvertor extends Convertor { method can (line 1405) | can(statement: JsonStatement): boolean { method convert (line 1409) | convert(st: JsonDropEnumStatement) { class AlterTypeAddValueConvertor (line 1420) | class AlterTypeAddValueConvertor extends Convertor { method can (line 1421) | can(statement: JsonStatement): boolean { method convert (line 1425) | convert(st: JsonAddValueToEnumStatement) { class AlterTypeSetSchemaConvertor (line 1434) | class AlterTypeSetSchemaConvertor extends Convertor { method can (line 1435) | can(statement: JsonStatement): boolean { method convert (line 1439) | convert(st: JsonMoveEnumStatement) { class AlterRenameTypeConvertor (line 1448) | class AlterRenameTypeConvertor extends Convertor { method can (line 1449) | can(statement: JsonStatement): boolean { method convert (line 1453) | convert(st: JsonRenameEnumStatement) { class AlterTypeDropValueConvertor (line 1462) | class AlterTypeDropValueConvertor extends Convertor { method can (line 1463) | can(statement: JsonDropValueFromEnumStatement): boolean { method convert (line 1467) | convert(st: JsonDropValueFromEnumStatement) { class PgDropTableConvertor (line 1517) | class PgDropTableConvertor extends Convertor { method can (line 1518) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1522) | convert(statement: JsonDropTableStatement, _d: any, action?: string) { class MySQLDropTableConvertor (line 1548) | class MySQLDropTableConvertor extends Convertor { method can (line 1549) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1553) | convert(statement: JsonDropTableStatement) { class SingleStoreDropTableConvertor (line 1559) | class SingleStoreDropTableConvertor extends Convertor { method can (line 1560) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1564) | convert(statement: JsonDropTableStatement) { class SQLiteDropTableConvertor (line 1570) | class SQLiteDropTableConvertor extends Convertor { method can (line 1571) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1575) | convert(statement: JsonDropTableStatement) { class PgRenameTableConvertor (line 1581) | class PgRenameTableConvertor extends Convertor { method can (line 1582) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1586) | convert(statement: JsonRenameTableStatement) { class SqliteRenameTableConvertor (line 1596) | class SqliteRenameTableConvertor extends Convertor { method can (line 1597) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1601) | convert(statement: JsonRenameTableStatement) { class MySqlRenameTableConvertor (line 1607) | class MySqlRenameTableConvertor extends Convertor { method can (line 1608) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1612) | convert(statement: JsonRenameTableStatement) { class SingleStoreRenameTableConvertor (line 1618) | class SingleStoreRenameTableConvertor extends Convertor { method can (line 1619) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1623) | convert(statement: JsonRenameTableStatement) { class PgAlterTableRenameColumnConvertor (line 1629) | class PgAlterTableRenameColumnConvertor extends Convertor { method can (line 1630) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1636) | convert(statement: JsonRenameColumnStatement) { class MySqlAlterTableRenameColumnConvertor (line 1647) | class MySqlAlterTableRenameColumnConvertor extends Convertor { method can (line 1648) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1654) | convert(statement: JsonRenameColumnStatement) { class SingleStoreAlterTableRenameColumnConvertor (line 1660) | class SingleStoreAlterTableRenameColumnConvertor extends Convertor { method can (line 1661) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1667) | convert(statement: JsonRenameColumnStatement) { class SQLiteAlterTableRenameColumnConvertor (line 1673) | class SQLiteAlterTableRenameColumnConvertor extends Convertor { method can (line 1674) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1680) | convert(statement: JsonRenameColumnStatement) { class PgAlterTableDropColumnConvertor (line 1686) | class PgAlterTableDropColumnConvertor extends Convertor { method can (line 1687) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1693) | convert(statement: JsonDropColumnStatement) { class MySqlAlterTableDropColumnConvertor (line 1704) | class MySqlAlterTableDropColumnConvertor extends Convertor { method can (line 1705) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1709) | convert(statement: JsonDropColumnStatement) { class SingleStoreAlterTableDropColumnConvertor (line 1715) | class SingleStoreAlterTableDropColumnConvertor extends Convertor { method can (line 1716) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1720) | convert(statement: JsonDropColumnStatement) { class SQLiteAlterTableDropColumnConvertor (line 1726) | class SQLiteAlterTableDropColumnConvertor extends Convertor { method can (line 1727) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1731) | convert(statement: JsonDropColumnStatement) { class PgAlterTableAddColumnConvertor (line 1737) | class PgAlterTableAddColumnConvertor extends Convertor { method can (line 1738) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1744) | convert(statement: JsonAddColumnStatement) { class MySqlAlterTableAddColumnConvertor (line 1802) | class MySqlAlterTableAddColumnConvertor extends Convertor { method can (line 1803) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1807) | convert(statement: JsonAddColumnStatement) { class SingleStoreAlterTableAddColumnConvertor (line 1833) | class SingleStoreAlterTableAddColumnConvertor extends Convertor { method can (line 1834) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1838) | convert(statement: JsonAddColumnStatement) { class SQLiteAlterTableAddColumnConvertor (line 1864) | class SQLiteAlterTableAddColumnConvertor extends Convertor { method can (line 1865) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1871) | convert(statement: JsonSqliteAddColumnStatement) { class PgAlterTableAlterColumnSetTypeConvertor (line 1895) | class PgAlterTableAlterColumnSetTypeConvertor extends Convertor { method can (line 1896) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1903) | convert(statement: JsonAlterColumnPgTypeStatement) { class PgAlterTableAlterColumnSetDefaultConvertor (line 1966) | class PgAlterTableAlterColumnSetDefaultConvertor extends Convertor { method can (line 1967) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1974) | convert(statement: JsonAlterColumnSetDefaultStatement) { class PgAlterTableAlterColumnDropDefaultConvertor (line 1985) | class PgAlterTableAlterColumnDropDefaultConvertor extends Convertor { method can (line 1986) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 1993) | convert(statement: JsonAlterColumnDropDefaultStatement) { class PgAlterTableAlterColumnDropGeneratedConvertor (line 2004) | class PgAlterTableAlterColumnDropGeneratedConvertor extends Convertor { method can (line 2005) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2012) | convert(statement: JsonAlterColumnDropGeneratedStatement) { class PgAlterTableAlterColumnSetExpressionConvertor (line 2023) | class PgAlterTableAlterColumnSetExpressionConvertor extends Convertor { method can (line 2024) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2031) | convert(statement: JsonAlterColumnSetGeneratedStatement) { class PgAlterTableAlterColumnAlterrGeneratedConvertor (line 2071) | class PgAlterTableAlterColumnAlterrGeneratedConvertor extends Convertor { method can (line 2072) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2079) | convert(statement: JsonAlterColumnAlterGeneratedStatement) { class SqliteAlterTableAlterColumnDropGeneratedConvertor (line 2120) | class SqliteAlterTableAlterColumnDropGeneratedConvertor extends Convertor { method can (line 2121) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2128) | convert(statement: JsonAlterColumnDropGeneratedStatement) { class SqliteAlterTableAlterColumnSetExpressionConvertor (line 2169) | class SqliteAlterTableAlterColumnSetExpressionConvertor extends Convertor { method can (line 2170) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2177) | convert(statement: JsonAlterColumnSetGeneratedStatement) { class SqliteAlterTableAlterColumnAlterGeneratedConvertor (line 2218) | class SqliteAlterTableAlterColumnAlterGeneratedConvertor extends Convert... method can (line 2219) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2226) | convert(statement: JsonAlterColumnAlterGeneratedStatement) { class MySqlAlterTableAlterColumnAlterrGeneratedConvertor (line 2269) | class MySqlAlterTableAlterColumnAlterrGeneratedConvertor extends Convert... method can (line 2270) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2277) | convert(statement: JsonAlterColumnAlterGeneratedStatement) { class MySqlAlterTableAlterColumnSetDefaultConvertor (line 2317) | class MySqlAlterTableAlterColumnSetDefaultConvertor extends Convertor { method can (line 2318) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2325) | convert(statement: JsonAlterColumnSetDefaultStatement) { class MySqlAlterTableAlterColumnDropDefaultConvertor (line 2331) | class MySqlAlterTableAlterColumnDropDefaultConvertor extends Convertor { method can (line 2332) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2339) | convert(statement: JsonAlterColumnDropDefaultStatement) { class MySqlAlterTableAddPk (line 2345) | class MySqlAlterTableAddPk extends Convertor { method can (line 2346) | can(statement: JsonStatement, dialect: string): boolean { method convert (line 2352) | convert(statement: JsonAlterColumnSetPrimaryKeyStatement): string { class MySqlAlterTableDropPk (line 2357) | class MySqlAlterTableDropPk extends Convertor { method can (line 2358) | can(statement: JsonStatement, dialect: string): boolean { method convert (line 2364) | convert(statement: JsonAlterColumnDropPrimaryKeyStatement): string { type LibSQLModifyColumnStatement (line 2369) | type LibSQLModifyColumnStatement = class LibSQLModifyColumn (line 2376) | class LibSQLModifyColumn extends Convertor { method can (line 2377) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2390) | convert(statement: LibSQLModifyColumnStatement, json2: SQLiteSchemaSqu... type MySqlModifyColumnStatement (line 2484) | type MySqlModifyColumnStatement = class MySqlModifyColumn (line 2497) | class MySqlModifyColumn extends Convertor { method can (line 2498) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2515) | convert(statement: MySqlModifyColumnStatement) { class SingleStoreAlterTableAlterColumnAlterrGeneratedConvertor (line 2719) | class SingleStoreAlterTableAlterColumnAlterrGeneratedConvertor extends C... method can (line 2720) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2727) | convert(statement: JsonAlterColumnAlterGeneratedStatement) { class SingleStoreAlterTableAlterColumnSetDefaultConvertor (line 2767) | class SingleStoreAlterTableAlterColumnSetDefaultConvertor extends Conver... method can (line 2768) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2775) | convert(statement: JsonAlterColumnSetDefaultStatement) { class SingleStoreAlterTableAlterColumnDropDefaultConvertor (line 2781) | class SingleStoreAlterTableAlterColumnDropDefaultConvertor extends Conve... method can (line 2782) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2789) | convert(statement: JsonAlterColumnDropDefaultStatement) { class SingleStoreAlterTableAddPk (line 2795) | class SingleStoreAlterTableAddPk extends Convertor { method can (line 2796) | can(statement: JsonStatement, dialect: string): boolean { method convert (line 2802) | convert(statement: JsonAlterColumnSetPrimaryKeyStatement): string { class SingleStoreAlterTableDropPk (line 2807) | class SingleStoreAlterTableDropPk extends Convertor { method can (line 2808) | can(statement: JsonStatement, dialect: string): boolean { method convert (line 2814) | convert(statement: JsonAlterColumnDropPrimaryKeyStatement): string { type SingleStoreModifyColumnStatement (line 2819) | type SingleStoreModifyColumnStatement = class SingleStoreModifyColumn (line 2832) | class SingleStoreModifyColumn extends Convertor { method can (line 2833) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 2850) | convert(statement: SingleStoreModifyColumnStatement) { class SqliteAlterTableAlterColumnDropDefaultConvertor (line 3053) | class SqliteAlterTableAlterColumnDropDefaultConvertor extends Convertor { method can (line 3054) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3061) | convert(statement: JsonAlterColumnDropDefaultStatement) { class PgAlterTableCreateCompositePrimaryKeyConvertor (line 3073) | class PgAlterTableCreateCompositePrimaryKeyConvertor extends Convertor { method can (line 3074) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3078) | convert(statement: JsonCreateCompositePK) { class PgAlterTableDeleteCompositePrimaryKeyConvertor (line 3090) | class PgAlterTableDeleteCompositePrimaryKeyConvertor extends Convertor { method can (line 3091) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3095) | convert(statement: JsonDeleteCompositePK) { class PgAlterTableAlterCompositePrimaryKeyConvertor (line 3106) | class PgAlterTableAlterCompositePrimaryKeyConvertor extends Convertor { method can (line 3107) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3111) | convert(statement: JsonAlterCompositePK) { class MySqlAlterTableCreateCompositePrimaryKeyConvertor (line 3127) | class MySqlAlterTableCreateCompositePrimaryKeyConvertor extends Convertor { method can (line 3128) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3132) | convert(statement: JsonCreateCompositePK) { class MySqlAlterTableDeleteCompositePrimaryKeyConvertor (line 3138) | class MySqlAlterTableDeleteCompositePrimaryKeyConvertor extends Convertor { method can (line 3139) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3143) | convert(statement: JsonDeleteCompositePK) { class MySqlAlterTableAlterCompositePrimaryKeyConvertor (line 3149) | class MySqlAlterTableAlterCompositePrimaryKeyConvertor extends Convertor { method can (line 3150) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3154) | convert(statement: JsonAlterCompositePK) { class SqliteAlterTableCreateCompositePrimaryKeyConvertor (line 3163) | class SqliteAlterTableCreateCompositePrimaryKeyConvertor extends Convert... method can (line 3164) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3168) | convert(statement: JsonCreateCompositePK) { class SqliteAlterTableDeleteCompositePrimaryKeyConvertor (line 3190) | class SqliteAlterTableDeleteCompositePrimaryKeyConvertor extends Convert... method can (line 3191) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3195) | convert(statement: JsonDeleteCompositePK) { class SqliteAlterTableAlterCompositePrimaryKeyConvertor (line 3218) | class SqliteAlterTableAlterCompositePrimaryKeyConvertor extends Convertor { method can (line 3219) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3223) | convert(statement: JsonAlterCompositePK) { class PgAlterTableAlterColumnSetPrimaryKeyConvertor (line 3246) | class PgAlterTableAlterColumnSetPrimaryKeyConvertor extends Convertor { method can (line 3247) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3254) | convert(statement: JsonAlterColumnSetPrimaryKeyStatement) { class PgAlterTableAlterColumnDropPrimaryKeyConvertor (line 3265) | class PgAlterTableAlterColumnDropPrimaryKeyConvertor extends Convertor { method can (line 3266) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3273) | convert(statement: JsonAlterColumnDropPrimaryKeyStatement) { class PgAlterTableAlterColumnSetNotNullConvertor (line 3294) | class PgAlterTableAlterColumnSetNotNullConvertor extends Convertor { method can (line 3295) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3302) | convert(statement: JsonAlterColumnSetNotNullStatement) { class PgAlterTableAlterColumnDropNotNullConvertor (line 3313) | class PgAlterTableAlterColumnDropNotNullConvertor extends Convertor { method can (line 3314) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3321) | convert(statement: JsonAlterColumnDropNotNullStatement) { class PgCreateForeignKeyConvertor (line 3333) | class PgCreateForeignKeyConvertor extends Convertor { method can (line 3334) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3338) | convert(statement: JsonCreateReferenceStatement): string { class LibSQLCreateForeignKeyConvertor (line 3369) | class LibSQLCreateForeignKeyConvertor extends Convertor { method can (line 3370) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3377) | convert( class MySqlCreateForeignKeyConvertor (line 3402) | class MySqlCreateForeignKeyConvertor extends Convertor { method can (line 3403) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3407) | convert(statement: JsonCreateReferenceStatement): string { class PgAlterForeignKeyConvertor (line 3426) | class PgAlterForeignKeyConvertor extends Convertor { method can (line 3427) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3431) | convert(statement: JsonAlterReferenceStatement): string { class PgDeleteForeignKeyConvertor (line 3469) | class PgDeleteForeignKeyConvertor extends Convertor { method can (line 3470) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3474) | convert(statement: JsonDeleteReferenceStatement): string { class MySqlDeleteForeignKeyConvertor (line 3486) | class MySqlDeleteForeignKeyConvertor extends Convertor { method can (line 3487) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3491) | convert(statement: JsonDeleteReferenceStatement): string { class CreatePgIndexConvertor (line 3498) | class CreatePgIndexConvertor extends Convertor { method can (line 3499) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3503) | convert(statement: JsonPgCreateIndexStatement): string { class CreateMySqlIndexConvertor (line 3553) | class CreateMySqlIndexConvertor extends Convertor { method can (line 3554) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3558) | convert(statement: JsonCreateIndexStatement): string { class CreateSingleStoreIndexConvertor (line 3579) | class CreateSingleStoreIndexConvertor extends Convertor { method can (line 3580) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3584) | convert(statement: JsonCreateIndexStatement): string { class CreateSqliteIndexConvertor (line 3605) | class CreateSqliteIndexConvertor extends Convertor { method can (line 3606) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3610) | convert(statement: JsonCreateIndexStatement): string { class PgDropIndexConvertor (line 3631) | class PgDropIndexConvertor extends Convertor { method can (line 3632) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3636) | convert(statement: JsonDropIndexStatement): string { class PgCreateSchemaConvertor (line 3646) | class PgCreateSchemaConvertor extends Convertor { method can (line 3647) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3651) | convert(statement: JsonCreateSchema) { class PgRenameSchemaConvertor (line 3657) | class PgRenameSchemaConvertor extends Convertor { method can (line 3658) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3662) | convert(statement: JsonRenameSchema) { class PgDropSchemaConvertor (line 3668) | class PgDropSchemaConvertor extends Convertor { method can (line 3669) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3673) | convert(statement: JsonCreateSchema) { class PgAlterTableSetSchemaConvertor (line 3679) | class PgAlterTableSetSchemaConvertor extends Convertor { method can (line 3680) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3686) | convert(statement: JsonAlterTableSetSchema) { class PgAlterTableSetNewSchemaConvertor (line 3693) | class PgAlterTableSetNewSchemaConvertor extends Convertor { method can (line 3694) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3701) | convert(statement: JsonAlterTableSetNewSchema) { class PgAlterTableRemoveFromSchemaConvertor (line 3712) | class PgAlterTableRemoveFromSchemaConvertor extends Convertor { method can (line 3713) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3720) | convert(statement: JsonAlterTableRemoveFromSchema) { class SqliteDropIndexConvertor (line 3731) | class SqliteDropIndexConvertor extends Convertor { method can (line 3732) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3736) | convert(statement: JsonDropIndexStatement): string { class MySqlDropIndexConvertor (line 3742) | class MySqlDropIndexConvertor extends Convertor { method can (line 3743) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3747) | convert(statement: JsonDropIndexStatement): string { class SingleStoreDropIndexConvertor (line 3753) | class SingleStoreDropIndexConvertor extends Convertor { method can (line 3754) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3758) | convert(statement: JsonDropIndexStatement): string { class SQLiteRecreateTableConvertor (line 3764) | class SQLiteRecreateTableConvertor extends Convertor { method can (line 3765) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3771) | convert(statement: JsonRecreateTableStatement): string | string[] { class LibSQLRecreateTableConvertor (line 3830) | class LibSQLRecreateTableConvertor extends Convertor { method can (line 3831) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3838) | convert(statement: JsonRecreateTableStatement): string[] { class SingleStoreRecreateTableConvertor (line 3896) | class SingleStoreRecreateTableConvertor extends Convertor { method can (line 3897) | can(statement: JsonStatement, dialect: Dialect): boolean { method convert (line 3904) | convert(statement: JsonRecreateSingleStoreTableStatement): string[] { function fromJson (line 4122) | function fromJson( FILE: drizzle-kit/src/utils.ts type Proxy (line 17) | type Proxy = (params: ProxyParams) => Promise; type TransactionProxy (line 19) | type TransactionProxy = (queries: { sql: string; method?: ProxyParams['m... type DB (line 21) | type DB = { type SQLiteDB (line 25) | type SQLiteDB = { type LibSQLDB (line 30) | type LibSQLDB = { type Journal (line 63) | type Journal = { function isPgArrayType (line 350) | function isPgArrayType(sqlType: string) { function findAddedAndRemoved (line 354) | function findAddedAndRemoved(columnNames1: string[], columnNames2: strin... function escapeSingleQuotes (line 364) | function escapeSingleQuotes(str: string) { function unescapeSingleQuotes (line 368) | function unescapeSingleQuotes(str: string, ignoreFirstAndLastChar: boole... FILE: drizzle-kit/src/utils/certs.ts function runCommand (line 7) | function runCommand(command: string, options: ExecOptions = {}) { FILE: drizzle-kit/tests/common.ts type DialectSuite (line 3) | interface DialectSuite { FILE: drizzle-kit/tests/indexes/common.ts type DialectSuite (line 3) | interface DialectSuite { FILE: drizzle-kit/tests/indexes/pg.test.ts method vectorIndex (line 10) | async vectorIndex() { method indexesToBeTriggered (line 71) | async indexesToBeTriggered() { method simpleIndex (line 138) | async simpleIndex() { FILE: drizzle-kit/tests/introspect/gel.ext.test.ts constant ENABLE_LOGGING (line 17) | const ENABLE_LOGGING = false; function createDockerDB (line 25) | async function createDockerDB(): Promise<{ connectionString: string; con... function sleep (line 57) | function sleep(ms: number) { FILE: drizzle-kit/tests/introspect/gel.test.ts constant ENABLE_LOGGING (line 17) | const ENABLE_LOGGING = false; function createDockerDB (line 25) | async function createDockerDB(): Promise<{ connectionString: string; con... function sleep (line 57) | function sleep(ms: number) { FILE: drizzle-kit/tests/introspect/mysql.test.ts function createDockerDB (line 32) | async function createDockerDB(): Promise { FILE: drizzle-kit/tests/introspect/singlestore.test.ts function createDockerDB (line 28) | async function createDockerDB(): Promise { FILE: drizzle-kit/tests/migrate/migrations/0000_little_blizzard.sql type `users` (line 1) | CREATE TABLE `users` ( FILE: drizzle-kit/tests/migrate/migrations/0001_nebulous_storm.sql type `__new_users` (line 2) | CREATE TABLE `__new_users` ( FILE: drizzle-kit/tests/mysql.test.ts type Test (line 866) | enum Test { FILE: drizzle-kit/tests/pg-enums.test.ts type Test (line 762) | enum Test { FILE: drizzle-kit/tests/push/common.ts type DialectSuite (line 3) | interface DialectSuite { FILE: drizzle-kit/tests/push/mysql-push.test.ts function createDockerDB (line 14) | async function createDockerDB(): Promise { FILE: drizzle-kit/tests/push/mysql.test.ts function createDockerDB (line 36) | async function createDockerDB(context: any): Promise { method case1 (line 309) | async case1() { FILE: drizzle-kit/tests/push/pg.test.ts method allTypes (line 44) | async allTypes() { method addBasicIndexes (line 227) | async addBasicIndexes() { method addGeneratedColumn (line 328) | async addGeneratedColumn() { method addGeneratedToColumn (line 375) | async addGeneratedToColumn() { method dropGeneratedConstraint (line 425) | async dropGeneratedConstraint() { method alterGeneratedConstraint (line 465) | async alterGeneratedConstraint() { method createTableWithGeneratedConstraint (line 491) | async createTableWithGeneratedConstraint() { method addBasicSequences (line 554) | async addBasicSequences() { method changeIndexFields (line 569) | async changeIndexFields() { method dropIndex (line 636) | async dropIndex() { method indexesToBeNotTriggered (line 673) | async indexesToBeNotTriggered() { method indexesTestCase1 (line 725) | async indexesTestCase1() { method addNotNull (line 769) | async addNotNull() { method addNotNullWithDataNoRollback (line 841) | async addNotNullWithDataNoRollback() { method createCompositePrimaryKey (line 918) | async createCompositePrimaryKey() { method renameTableWithCompositePrimaryKey (line 965) | async renameTableWithCompositePrimaryKey() { method case1 (line 1046) | async case1() { FILE: drizzle-kit/tests/push/singlestore-push.test.ts function createDockerDB (line 14) | async function createDockerDB(): Promise { FILE: drizzle-kit/tests/push/singlestore.test.ts function createDockerDB (line 33) | async function createDockerDB(context: any): Promise { method case1 (line 297) | async case1() { FILE: drizzle-kit/tests/schemaDiffer.ts type PostgresSchema (line 91) | type PostgresSchema = Record< type MysqlSchema (line 103) | type MysqlSchema = Record< type SqliteSchema (line 107) | type SqliteSchema = Record | SQLiteView>; type SinglestoreSchema (line 108) | type SinglestoreSchema = Record< function diffTestSchemasPushLibSQL (line 1940) | async function diffTestSchemasPushLibSQL( FILE: drizzle-kit/tests/test/sqlite.test.ts method columns1 (line 7) | async columns1() { FILE: drizzle-orm/scripts/build.ts function updateAndCopyPackageJson (line 5) | async function updateAndCopyPackageJson() { FILE: drizzle-orm/scripts/fix-imports.ts function resolvePathAlias (line 8) | function resolvePathAlias(importPath: string, file: string) { function fixImportPath (line 17) | function fixImportPath(importPath: string, file: string, ext: string) { method visitImportDeclaration (line 33) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 37) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 41) | visitExportNamedDeclaration(path) { method visitCallExpression (line 47) | visitCallExpression(path) { method visitTSImportType (line 53) | visitTSImportType(path) { method visitAwaitExpression (line 57) | visitAwaitExpression(path) { method visitImportDeclaration (line 74) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 78) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 82) | visitExportNamedDeclaration(path) { method visitTSImportType (line 88) | visitTSImportType(path) { method visitAwaitExpression (line 92) | visitAwaitExpression(path) { FILE: drizzle-orm/src/alias.ts class ColumnAliasProxyHandler (line 10) | class ColumnAliasProxyHandler implements ProxyHa... method constructor (line 13) | constructor(private table: Table | View) {} method get (line 15) | get(columnObj: TColumn, prop: string | symbol): any { class TableAliasProxyHandler (line 24) | class TableAliasProxyHandler implements ProxyHan... method constructor (line 27) | constructor(private alias: string, private replaceOriginalName: boolea... method get (line 29) | get(target: T, prop: string | symbol): any { class RelationTableAliasProxyHandler (line 77) | class RelationTableAliasProxyHandler implements Prox... method constructor (line 80) | constructor(private alias: string) {} method get (line 82) | get(target: T, prop: string | symbol): any { function aliasedTable (line 91) | function aliasedTable( function aliasedRelation (line 98) | function aliasedRelation(relation: T, tableAlias: st... function aliasedTableColumn (line 102) | function aliasedTableColumn(column: T, tableAlias: ... function mapColumnsInAliasedSQLToAlias (line 109) | function mapColumnsInAliasedSQLToAlias(query: SQL.Aliased, alias: string... function mapColumnsInSQLToAlias (line 113) | function mapColumnsInSQLToAlias(query: SQL, alias: string): SQL { FILE: drizzle-orm/src/aws-data-api/common/index.ts function getValueFromDataApi (line 5) | function getValueFromDataApi(field: Field) { function typingsToAwsTypeHint (line 42) | function typingsToAwsTypeHint(typings?: QueryTypingsValue): TypeHint | u... function toValueParam (line 60) | function toValueParam(value: any, typings?: QueryTypingsValue): { value:... FILE: drizzle-orm/src/aws-data-api/pg/driver.ts type PgDriverOptions (line 22) | interface PgDriverOptions { type DrizzleAwsDataApiPgConfig (line 30) | interface DrizzleAwsDataApiPgConfig< class AwsDataApiPgDatabase (line 38) | class AwsDataApiPgDatabase< method execute (line 43) | override execute< class AwsPgDialect (line 50) | class AwsPgDialect extends PgDialect { method escapeParam (line 53) | override escapeParam(num: number): string { method buildInsertQuery (line 57) | override buildInsertQuery( method buildUpdateSet (line 79) | override buildUpdateSet(table: PgTable, set: UpdateSet): ... function construct (line 95) | function construct = Record = Record>( FILE: drizzle-orm/src/aws-data-api/pg/session.ts type AwsDataApiClient (line 28) | type AwsDataApiClient = RDSDataClient; class AwsDataApiPreparedQuery (line 30) | class AwsDataApiPreparedQuery< method constructor (line 37) | constructor( method execute (line 67) | async execute(placeholderValues: Record | undefined =... method all (line 102) | async all(placeholderValues?: Record | undefined): Pr... method values (line 110) | async values(placeholderValues: Record = {}): Promise... method mapResultRows (line 134) | mapResultRows(records: Field[][], columnMetadata: ColumnMetadata[]) { method isResponseInArrayMode (line 146) | isResponseInArrayMode(): boolean { type AwsDataApiSessionOptions (line 151) | interface AwsDataApiSessionOptions { type AwsDataApiQueryBase (line 159) | interface AwsDataApiQueryBase { class AwsDataApiSession (line 165) | class AwsDataApiSession< method constructor (line 175) | constructor( method prepareQuery (line 193) | prepareQuery< method execute (line 225) | override execute(query: SQL): Promise { method transaction (line 238) | override async transaction( class AwsDataApiTransaction (line 259) | class AwsDataApiTransaction< method transaction (line 265) | override async transaction( type AwsDataApiPgQueryResult (line 287) | type AwsDataApiPgQueryResult = ExecuteStatementCommandOutput & { rows... type AwsDataApiPgQueryResultHKT (line 289) | interface AwsDataApiPgQueryResultHKT extends PgQueryResultHKT { FILE: drizzle-orm/src/batch.ts type BatchItem (line 4) | type BatchItem = RunnableQuery = { FILE: drizzle-orm/src/better-sqlite3/driver.ts type DrizzleBetterSQLite3DatabaseConfig (line 15) | type DrizzleBetterSQLite3DatabaseConfig = class BetterSQLite3Database (line 24) | class BetterSQLite3Database = Re... function construct (line 30) | function construct = Record = Record>( FILE: drizzle-orm/src/better-sqlite3/session.ts type BetterSQLiteSessionOptions (line 21) | interface BetterSQLiteSessionOptions { type PreparedQueryConfig (line 26) | type PreparedQueryConfig = Omit>( method transaction (line 75) | override transaction( class BetterSQLiteTransaction (line 85) | class BetterSQLiteTransaction< method transaction (line 91) | override transaction(transaction: (tx: BetterSQLiteTransaction... method constructor (line 111) | constructor( method run (line 129) | run(placeholderValues?: Record): RunResult { method all (line 135) | all(placeholderValues?: Record): T['all'] { method get (line 150) | get(placeholderValues?: Record): T['get'] { method values (line 172) | values(placeholderValues?: Record): T['values'] { method isResponseInArrayMode (line 179) | isResponseInArrayMode(): boolean { FILE: drizzle-orm/src/bun-sql/driver.ts class BunSQLDatabase (line 19) | class BunSQLDatabase< function construct (line 25) | function construct = Record = Record>( FILE: drizzle-orm/src/bun-sql/session.ts class BunSQLPreparedQuery (line 19) | class BunSQLPreparedQuery extends PgPrepa... method constructor (line 22) | constructor( method execute (line 40) | async execute(placeholderValues: Record | undefined =... method all (line 79) | all(placeholderValues: Record | undefined = {}): Prom... method isResponseInArrayMode (line 100) | isResponseInArrayMode(): boolean { type BunSQLSessionOptions (line 105) | interface BunSQLSessionOptions { class BunSQLSession (line 110) | class BunSQLSession< method constructor (line 120) | constructor( method prepareQuery (line 132) | prepareQuery( method query (line 158) | query(query: string, params: unknown[]): Promise { method queryObjects (line 163) | queryObjects( method transaction (line 170) | override transaction( class BunSQLTransaction (line 190) | class BunSQLTransaction< method constructor (line 196) | constructor( method transaction (line 206) | override transaction( type BunSQLQueryResultHKT (line 222) | interface BunSQLQueryResultHKT extends PgQueryResultHKT { FILE: drizzle-orm/src/bun-sqlite/driver.ts class BunSQLiteDatabase (line 17) | class BunSQLiteDatabase< type DrizzleBunSqliteDatabaseOptions (line 23) | type DrizzleBunSqliteDatabaseOptions = { type DrizzleBunSqliteDatabaseConfig (line 44) | type DrizzleBunSqliteDatabaseConfig = function construct (line 51) | function construct = Record = Record>( FILE: drizzle-orm/src/bun-sqlite/session.ts type SQLiteBunSessionOptions (line 20) | interface SQLiteBunSessionOptions { type PreparedQueryConfig (line 24) | type PreparedQueryConfig = Omit; class SQLiteBunSession (line 27) | class SQLiteBunSession< method constructor (line 35) | constructor( method exec (line 45) | exec(query: string): void { method prepareQuery (line 49) | prepareQuery>( method transaction (line 68) | override transaction( class SQLiteBunTransaction (line 82) | class SQLiteBunTransaction< method transaction (line 88) | override transaction(transaction: (tx: SQLiteBunTransaction... method constructor (line 108) | constructor( method run (line 120) | run(placeholderValues?: Record) { method all (line 126) | all(placeholderValues?: Record): T['all'] { method get (line 143) | get(placeholderValues?: Record): T['get'] { method values (line 164) | values(placeholderValues?: Record): T['values'] { method isResponseInArrayMode (line 171) | isResponseInArrayMode(): boolean { FILE: drizzle-orm/src/cache/core/cache.ts class NoopCache (line 44) | class NoopCache extends Cache { method strategy (line 45) | override strategy() { method get (line 51) | override async get(_key: string): Promise { method put (line 54) | override async put( method onMutate (line 62) | override async onMutate(_params: MutationOption): Promise { type MutationOption (line 67) | type MutationOption = { tags?: string | string[]; tables?: Table | ... function hashQuery (line 69) | async function hashQuery(sql: string, params?: any[]) { FILE: drizzle-orm/src/cache/core/types.ts type CacheConfig (line 1) | type CacheConfig = { type WithCacheConfig (line 29) | type WithCacheConfig = { enable: boolean; config?: CacheConfig; tag?: st... FILE: drizzle-orm/src/cache/upstash/cache.ts type Script (line 56) | type Script = ReturnType; type ExpireOptions (line 58) | type ExpireOptions = 'NX' | 'nx' | 'XX' | 'xx' | 'GT' | 'gt' | 'LT' | 'lt'; class UpstashCache (line 60) | class UpstashCache extends Cache { method constructor (line 103) | constructor(public redis: Redis, config?: CacheConfig, protected useGl... method strategy (line 112) | public strategy() { method toInternalConfig (line 116) | private toInternalConfig(config?: CacheConfig): { seconds: number; hex... method get (line 127) | override async get( method put (line 149) | override async put( method onMutate (line 191) | override async onMutate(params: MutationOption) { function upstashCache (line 204) | function upstashCache( FILE: drizzle-orm/src/casing.ts function toSnakeCase (line 6) | function toSnakeCase(input: string) { function toCamelCase (line 14) | function toCamelCase(input: string) { function noopCase (line 25) | function noopCase(input: string) { class CasingCache (line 29) | class CasingCache { method constructor (line 37) | constructor(casing?: Casing) { method getColumnCasing (line 45) | getColumnCasing(column: Column): string { method cacheTable (line 58) | private cacheTable(table: Table) { method clearCache (line 72) | clearCache() { FILE: drizzle-orm/src/column-builder.ts type ColumnDataType (line 11) | type ColumnDataType = type Dialect (line 28) | type Dialect = 'pg' | 'mysql' | 'sqlite' | 'singlestore' | 'common' | 'g... type GeneratedStorageMode (line 30) | type GeneratedStorageMode = 'virtual' | 'stored'; type GeneratedType (line 32) | type GeneratedType = 'always' | 'byDefault'; type GeneratedColumnConfig (line 34) | type GeneratedColumnConfig = { type GeneratedIdentityConfig (line 40) | type GeneratedIdentityConfig = { type ColumnBuilderBaseConfig (line 46) | interface ColumnBuilderBaseConfig = T & { type HasDefault (line 130) | type HasDefault = T & { type IsPrimaryKey (line 136) | type IsPrimaryKey = T & { type IsAutoincrement (line 142) | type IsAutoincrement = T & { type HasRuntimeDefault (line 148) | type HasRuntimeDefault = T & { type $Type (line 154) | type $Type = T & { type HasGenerated (line 160) | type HasGenerated(): $Type { method notNull (line 234) | notNull(): NotNull { method default (line 246) | default(value: (this['_'] extends { $type: infer U } ? U : this['_']['da... method $defaultFn (line 258) | $defaultFn( method $onUpdateFn (line 278) | $onUpdateFn( method primaryKey (line 296) | primaryKey(): TExtraConfig['primaryKeyHasDefault'] extends true ? IsPrim... method setName (line 313) | setName(name: string) { type BuildColumn (line 319) | type BuildColumn< type BuildIndexColumn (line 373) | type BuildIndexColumn< type BuildColumns (line 386) | type BuildColumns< type BuildExtraConfigColumns (line 400) | type BuildExtraConfigColumns< type ChangeColumnTableName (line 410) | type ChangeColumnTableName... type ColumnRuntimeConfig (line 44) | type ColumnRuntimeConfig = ColumnB... type Column (line 49) | interface Column< method constructor (line 91) | constructor( method mapFromDriverValue (line 115) | mapFromDriverValue(value: unknown): unknown { method mapToDriverValue (line 119) | mapToDriverValue(value: unknown): unknown { method shouldDisableInsert (line 124) | shouldDisableInsert(): boolean { type UpdateColConfig (line 129) | type UpdateColConfig< type AnyColumn (line 134) | type AnyColumn> = { FILE: drizzle-orm/src/d1/driver.ts type AnyD1Database (line 18) | type AnyD1Database = IfNotImported< class DrizzleD1Database (line 24) | class DrizzleD1Database< method batch (line 32) | async batch, T extends Readonly<[U, ...U... function drizzle (line 39) | function drizzle< FILE: drizzle-orm/src/d1/migrator.ts function migrate (line 6) | async function migrate>( FILE: drizzle-orm/src/d1/session.ts type SQLiteD1SessionOptions (line 23) | interface SQLiteD1SessionOptions { type PreparedQueryConfig (line 28) | type PreparedQueryConfig = Omit[] | readonly BatchItem<'sqli... method extractRawAllValueFromBatchResult (line 99) | override extractRawAllValueFromBatchResult(result: unknown): unknown { method extractRawGetValueFromBatchResult (line 103) | override extractRawGetValueFromBatchResult(result: unknown): unknown { method extractRawValuesValueFromBatchResult (line 107) | override extractRawValuesValueFromBatchResult(result: unknown): unknown { method transaction (line 111) | override async transaction( class D1Transaction (line 128) | class D1Transaction< method transaction (line 134) | override async transaction(transaction: (tx: D1Transaction): Promise): Promise): Promise(placeholderValues?: Record, TSche... method constructor (line 35) | constructor( method prepareQuery (line 45) | prepareQuery>( method transaction (line 63) | override transaction( class SQLiteDOTransaction (line 74) | class SQLiteDOTransaction, T... method transaction (line 84) | override transaction(transaction: (tx: SQLiteDOTransaction): void { method all (line 120) | all(placeholderValues?: Record): T['all'] { method get (line 138) | get(placeholderValues?: Record): T['get'] { method values (line 161) | values(placeholderValues?: Record): T['values'] { method isResponseInArrayMode (line 174) | isResponseInArrayMode(): boolean { FILE: drizzle-orm/src/entity.ts type DrizzleEntity (line 4) | interface DrizzleEntity { type DrizzleEntityClass (line 8) | type DrizzleEntityClass = function is (line 12) | function is>(value: any, type: T): val... FILE: drizzle-orm/src/errors.ts class DrizzleError (line 3) | class DrizzleError extends Error { method constructor (line 6) | constructor({ message, cause }: { message?: string; cause?: unknown }) { class DrizzleQueryError (line 13) | class DrizzleQueryError extends Error { method constructor (line 14) | constructor( class TransactionRollbackError (line 27) | class TransactionRollbackError extends DrizzleError { method constructor (line 30) | constructor() { FILE: drizzle-orm/src/expo-sqlite/driver.ts class ExpoSQLiteDatabase (line 15) | class ExpoSQLiteDatabase = Recor... function drizzle (line 21) | function drizzle = Record>( type State (line 49) | interface State { type Action (line 54) | type Action = FILE: drizzle-orm/src/expo-sqlite/session.ts type ExpoSQLiteSessionOptions (line 19) | interface ExpoSQLiteSessionOptions { type PreparedQueryConfig (line 23) | type PreparedQueryConfig = Omit>( method transaction (line 62) | override transaction( class ExpoSQLiteTransaction (line 79) | class ExpoSQLiteTransaction< method transaction (line 85) | override transaction(transaction: (tx: ExpoSQLiteTransaction): SQLiteRunResult { method all (line 127) | all(placeholderValues?: Record): T['all'] { method get (line 142) | get(placeholderValues?: Record): T['get'] { method values (line 165) | values(placeholderValues?: Record): T['values'] { method isResponseInArrayMode (line 172) | isResponseInArrayMode(): boolean { FILE: drizzle-orm/src/gel-core/alias.ts function alias (line 7) | function alias; FILE: drizzle-orm/src/gel-core/columns/bigint.ts type GelInt53BuilderInitial (line 8) | type GelInt53BuilderInitial = GelInt53Builder<{ class GelInt53Builder (line 17) | class GelInt53Builder( class GelInt53 (line 34) | class GelInt53> extends... method getSQLType (line 37) | getSQLType(): string { function bigint (line 44) | function bigint(name?: string) { FILE: drizzle-orm/src/gel-core/columns/bigintT.ts type GelBigInt64BuilderInitial (line 8) | type GelBigInt64BuilderInitial = GelBigInt64Builder<{ class GelBigInt64Builder (line 17) | class GelBigInt64Builder( class GelBigInt64 (line 37) | class GelBigInt64> e... method getSQLType (line 40) | getSQLType(): string { method mapFromDriverValue (line 44) | override mapFromDriverValue(value: string): bigint { function bigintT (line 51) | function bigintT(name?: string) { FILE: drizzle-orm/src/gel-core/columns/boolean.ts type GelBooleanBuilderInitial (line 7) | type GelBooleanBuilderInitial = GelBooleanBuilder<{ class GelBooleanBuilder (line 16) | class GelBooleanBuilder( class GelBoolean (line 31) | class GelBoolean> ex... method getSQLType (line 34) | getSQLType(): string { function boolean (line 41) | function boolean(name?: string) { FILE: drizzle-orm/src/gel-core/columns/bytes.ts type GelBytesBuilderInitial (line 7) | type GelBytesBuilderInitial = GelBytesBuilder<{ class GelBytesBuilder (line 16) | class GelBytesBuilder( class GelBytes (line 34) | class GelBytes> extends... method getSQLType (line 37) | getSQLType(): string { function bytes (line 44) | function bytes(name?: string) { FILE: drizzle-orm/src/gel-core/columns/common.ts type ReferenceConfig (line 24) | interface ReferenceConfig { type GelColumnBuilderBase (line 32) | interface GelColumnBuilderBase< method array (line 49) | array(size?: TSize): GelAr... method references (line 67) | references( method unique (line 75) | unique( method generatedAlwaysAs (line 85) | generatedAlwaysAs(as: SQL | T['data'] | (() => SQL)): HasGenerated( method constructor (line 142) | constructor( type IndexedExtraConfigType (line 153) | type IndexedExtraConfigType = { order?: 'asc' | 'desc'; nulls?: 'first' ... class GelExtraConfigColumn (line 155) | class GelExtraConfigColumn< method getSQLType (line 160) | override getSQLType(): string { method asc (line 175) | asc(): Omit { method desc (line 180) | desc(): Omit { method nullsFirst (line 185) | nullsFirst(): Omit { method nullsLast (line 190) | nullsLast(): Omit { method op (line 224) | op(opClass: GelIndexOpClass): Omit { class IndexedColumn (line 230) | class IndexedColumn { method constructor (line 232) | constructor( type AnyGelColumn (line 250) | type AnyGelColumn( class GelArray (line 308) | class GelArray< method constructor (line 319) | constructor( method getSQLType (line 329) | getSQLType(): string { FILE: drizzle-orm/src/gel-core/columns/custom.ts type ConvertCustomConfig (line 9) | type ConvertCustomConfig( class GelCustomColumn (line 60) | class GelCustomColumn { function customType (line 203) | function customType( FILE: drizzle-orm/src/gel-core/columns/date-duration.ts type GelDateDurationBuilderInitial (line 8) | type GelDateDurationBuilderInitial = GelDateDurati... class GelDateDurationBuilder (line 17) | class GelDateDurationBuilder( class GelDateDuration (line 39) | class GelDateDuration = GelDecimalBuilder<{ class GelDecimalBuilder (line 16) | class GelDecimalBuilder( class GelDecimal (line 33) | class GelDecimal> ext... method constructor (line 36) | constructor(table: AnyGelTable<{ name: T['tableName'] }>, config: GelD... method getSQLType (line 40) | getSQLType(): string { function decimal (line 47) | function decimal(name?: string) { FILE: drizzle-orm/src/gel-core/columns/double-precision.ts type GelDoublePrecisionBuilderInitial (line 7) | type GelDoublePrecisionBuilderInitial = GelDoubleP... class GelDoublePrecisionBuilder (line 16) | class GelDoublePrecisionBuilder( class GelDoublePrecision (line 36) | class GelDoublePrecision = GelDurationBuilder<{ class GelDurationBuilder (line 17) | class GelDurationBuilder( class GelDuration (line 36) | class GelDuration>... method getSQLType (line 39) | getSQLType(): string { function duration (line 46) | function duration(name?: string) { FILE: drizzle-orm/src/gel-core/columns/int.common.ts method generatedAlwaysAsIdentity (line 14) | generatedAlwaysAsIdentity( method generatedByDefaultAsIdentity (line 36) | generatedByDefaultAsIdentity( FILE: drizzle-orm/src/gel-core/columns/integer.ts type GelIntegerBuilderInitial (line 8) | type GelIntegerBuilderInitial = GelIntegerBuilder<{ class GelIntegerBuilder (line 17) | class GelIntegerBuilder( class GelInteger (line 34) | class GelInteger> ext... method getSQLType (line 37) | getSQLType(): string { function integer (line 44) | function integer(name?: string) { FILE: drizzle-orm/src/gel-core/columns/json.ts type GelJsonBuilderInitial (line 7) | type GelJsonBuilderInitial = GelJsonBuilder<{ class GelJsonBuilder (line 16) | class GelJsonBuilder( class GelJson (line 33) | class GelJson> extends Gel... method constructor (line 36) | constructor(table: AnyGelTable<{ name: T['tableName'] }>, config: GelJ... method getSQLType (line 40) | getSQLType(): string { function json (line 47) | function json(name?: string) { FILE: drizzle-orm/src/gel-core/columns/localdate.ts type GelLocalDateStringBuilderInitial (line 9) | type GelLocalDateStringBuilderInitial = GelLocalDa... class GelLocalDateStringBuilder (line 18) | class GelLocalDateStringBuilder( class GelLocalDateString (line 38) | class GelLocalDateString = GelLocalTimeBuil... class GelLocalTimeBuilder (line 18) | class GelLocalTimeBuilder( class GelLocalTime (line 38) | class GelLocalTime = GelRealBuilder<{ class GelRealBuilder (line 16) | class GelRealBuilder( class GelReal (line 35) | class GelReal> extends G... method constructor (line 38) | constructor(table: AnyGelTable<{ name: T['tableName'] }>, config: GelR... method getSQLType (line 42) | getSQLType(): string { function real (line 49) | function real(name?: string) { FILE: drizzle-orm/src/gel-core/columns/relative-duration.ts type GelRelDurationBuilderInitial (line 8) | type GelRelDurationBuilderInitial = GelRelDuration... class GelRelDurationBuilder (line 17) | class GelRelDurationBuilder( class GelRelDuration (line 39) | class GelRelDuration = GelSmallIntBuilder<{ class GelSmallIntBuilder (line 17) | class GelSmallIntBuilder( class GelSmallInt (line 34) | class GelSmallInt> e... method getSQLType (line 37) | getSQLType(): string { function smallint (line 44) | function smallint(name?: string) { FILE: drizzle-orm/src/gel-core/columns/text.ts type GelTextBuilderInitial (line 7) | type GelTextBuilderInitial = GelTextBuilder<{ class GelTextBuilder (line 16) | class GelTextBuilder< method constructor (line 21) | constructor( method build (line 28) | override build( class GelText (line 35) | class GelText> method getSQLType (line 42) | getSQLType(): string { function text (line 49) | function text(name?: string): any { FILE: drizzle-orm/src/gel-core/columns/timestamp.ts type GelTimestampBuilderInitial (line 9) | type GelTimestampBuilderInitial = GelTimestampBuil... class GelTimestampBuilder (line 18) | class GelTimestampBuilder( class GelTimestamp (line 42) | class GelTimestamp, config: GelT... method getSQLType (line 49) | getSQLType(): string { function timestamp (line 58) | function timestamp(name?: string) { FILE: drizzle-orm/src/gel-core/columns/timestamptz.ts type GelTimestampTzBuilderInitial (line 8) | type GelTimestampTzBuilderInitial = GelTimestampTz... class GelTimestampTzBuilder (line 17) | class GelTimestampTzBuilder( class GelTimestampTz (line 41) | class GelTimestampTz, config: GelT... method getSQLType (line 48) | getSQLType(): string { function timestamptz (line 57) | function timestamptz(name?: string) { FILE: drizzle-orm/src/gel-core/columns/uuid.ts type GelUUIDBuilderInitial (line 7) | type GelUUIDBuilderInitial = GelUUIDBuilder<{ class GelUUIDBuilder (line 16) | class GelUUIDBuilder( class GelUUID (line 31) | class GelUUID> extends G... method getSQLType (line 34) | getSQLType(): string { function uuid (line 41) | function uuid(name?: string) { FILE: drizzle-orm/src/gel-core/db.ts class GelDatabase (line 27) | class GelDatabase< method constructor (line 47) | constructor( method $with (line 117) | $with(alias: TAlias) { method $count (line 135) | $count( method with (line 161) | with(...queries: WithSubquery[]) { method select (line 418) | select(fields?: SelectedFields): GelSelectBuilder(table: TTable): GelUpdateBuilder(table: TTable): GelInsertBuilder(table: TTable): GelDeleteBase = Record>( method transaction (line 618) | transaction( type GelWithReplicas (line 625) | type GelWithReplicas = Q & { $primary: Q; $replicas: Q[] }; method query (line 670) | get query() { FILE: drizzle-orm/src/gel-core/dialect.ts type GelDialectConfig (line 47) | interface GelDialectConfig { class GelDialect (line 51) | class GelDialect { method constructor (line 57) | constructor(config?: GelDialectConfig) { method escapeName (line 103) | escapeName(name: string): string { method escapeParam (line 107) | escapeParam(num: number): string { method escapeString (line 111) | escapeString(str: string): string { method buildWithCTE (line 115) | private buildWithCTE(queries: Subquery[] | undefined): SQL | undefined { method buildDeleteQuery (line 129) | buildDeleteQuery({ table, where, returning, withList }: GelDeleteConfi... method buildUpdateSet (line 141) | buildUpdateSet(table: GelTable, set: UpdateSet): SQL { method buildUpdateQuery (line 163) | buildUpdateQuery({ table, set, where, returning, withList, from, joins... method buildSelection (line 201) | private buildSelection( method buildJoins (line 274) | private buildJoins(joins: GelSelectJoinConfig[] | undefined): SQL | un... method buildFromTable (line 322) | private buildFromTable( method buildSelectQuery (line 336) | buildSelectQuery( method buildSetOperations (line 445) | buildSetOperations(leftSelect: SQL, setOperators: GelSelectConfig['set... method buildSetOperationQuery (line 463) | buildSetOperationQuery({ method buildInsertQuery (line 508) | buildInsertQuery( method buildRefreshMaterializedViewQuery (line 577) | buildRefreshMaterializedViewQuery( method prepareTyping (line 586) | prepareTyping(encoder: DriverValueEncoder): QueryTyp... method sqlToQuery (line 600) | sqlToQuery(sql: SQL, invokeSource?: 'indexes' | undefined): QueryWithT... method buildRelationalQueryWithoutPK (line 1141) | buildRelationalQueryWithoutPK({ FILE: drizzle-orm/src/gel-core/expressions.ts function concat (line 8) | function concat(column: GelColumn | SQL.Aliased, value: string | Placeho... function substring (line 12) | function substring( FILE: drizzle-orm/src/gel-core/foreign-keys.ts type UpdateDeleteAction (line 6) | type UpdateDeleteAction = 'cascade' | 'restrict' | 'no action' | 'set nu... type Reference (line 8) | type Reference = () => { class ForeignKeyBuilder (line 15) | class ForeignKeyBuilder { method constructor (line 27) | constructor( method onUpdate (line 48) | onUpdate(action: UpdateDeleteAction): this { method onDelete (line 53) | onDelete(action: UpdateDeleteAction): this { method build (line 59) | build(table: GelTable): ForeignKey { type AnyForeignKeyBuilder (line 64) | type AnyForeignKeyBuilder = ForeignKeyBuilder; class ForeignKey (line 66) | class ForeignKey { method constructor (line 73) | constructor(readonly table: GelTable, builder: ForeignKeyBuilder) { method getName (line 79) | getName(): string { type ColumnsWithTable (line 93) | type ColumnsWithTable< function foreignKey (line 98) | function foreignKey< FILE: drizzle-orm/src/gel-core/indexes.ts type IndexConfig (line 8) | interface IndexConfig { type IndexColumn (line 44) | type IndexColumn = GelColumn; type GelIndexMethod (line 46) | type GelIndexMethod = type GelIndexOpClass (line 57) | type GelIndexOpClass = class IndexBuilderOn (line 117) | class IndexBuilderOn { method constructor (line 120) | constructor(private unique: boolean, private name?: string) {} method on (line 122) | on(...columns: [Partial | SQL, ...Partial, ...Partial): this { method where (line 228) | where(condition: SQL): this { method build (line 234) | build(table: GelTable): Index { class IndexBuilder (line 196) | class IndexBuilder implements AnyIndexBuilder { method constructor (line 202) | constructor( method concurrently (line 218) | concurrently(): this { method with (line 223) | with(obj: Record): this { method where (line 228) | where(condition: SQL): this { method build (line 234) | build(table: GelTable): Index { class Index (line 239) | class Index { method constructor (line 244) | constructor(config: IndexConfig, table: GelTable) { type GetColumnsTableName (line 249) | type GetColumnsTableName = TColumns extends GelColumn ? TColum... function index (line 253) | function index(name?: string): IndexBuilderOn { function uniqueIndex (line 257) | function uniqueIndex(name?: string): IndexBuilderOn { FILE: drizzle-orm/src/gel-core/policies.ts type GelPolicyToOption (line 6) | type GelPolicyToOption = type GelPolicyConfig (line 15) | interface GelPolicyConfig { class GelPolicy (line 23) | class GelPolicy implements GelPolicyConfig { method constructor (line 35) | constructor( method link (line 48) | link(table: GelTable): this { function gelPolicy (line 54) | function gelPolicy(name: string, config?: GelPolicyConfig) { FILE: drizzle-orm/src/gel-core/primary-keys.ts function primaryKey (line 18) | function primaryKey(...config: any) { class PrimaryKeyBuilder (line 25) | class PrimaryKeyBuilder { method constructor (line 34) | constructor( method build (line 43) | build(table: GelTable): PrimaryKey { class PrimaryKey (line 48) | class PrimaryKey { method constructor (line 54) | constructor(readonly table: GelTable, columns: AnyGelColumn<{}>[], nam... method getName (line 59) | getName(): string { FILE: drizzle-orm/src/gel-core/query-builders/count.ts class GelCountBuilder (line 6) | class GelCountBuilder< method buildEmbeddedCount (line 16) | private static buildEmbeddedCount( method buildCount (line 23) | private static buildCount( method constructor (line 30) | constructor( method then (line 49) | then( method catch (line 60) | catch( method finally (line 66) | finally(onFinally?: (() => void) | null | undefined): Promise { FILE: drizzle-orm/src/gel-core/query-builders/delete.ts type GelDeleteWithout (line 23) | type GelDeleteWithout< type GelDelete (line 39) | type GelDelete< type GelDeleteConfig (line 45) | interface GelDeleteConfig { type GelDeleteReturningAll (line 52) | type GelDeleteReturningAll< type GelDeleteReturning (line 67) | type GelDeleteReturning< type GelDeletePrepare (line 83) | type GelDeletePrepare = GelPreparedQuery< type GelDeleteDynamic (line 90) | type GelDeleteDynamic = GelDelete< type AnyGelDeleteBase (line 96) | type AnyGelDeleteBase = GelDeleteBase; type GelDeleteBase (line 98) | interface GelDeleteBase< method constructor (line 136) | constructor( method where (line 175) | where(where: SQL | undefined): GelDeleteWithout { method prepare (line 235) | prepare(name: string): GelDeletePrepare { method $dynamic (line 245) | $dynamic(): GelDeleteDynamic { class GelDeleteBase (line 120) | class GelDeleteBase< method constructor (line 136) | constructor( method where (line 175) | where(where: SQL | undefined): GelDeleteWithout { method prepare (line 235) | prepare(name: string): GelDeletePrepare { method $dynamic (line 245) | $dynamic(): GelDeleteDynamic { FILE: drizzle-orm/src/gel-core/query-builders/insert.ts type GelInsertConfig (line 29) | interface GelInsertConfig { type GelInsertValue (line 39) | type GelInsertValue, OverrideT exte... type GelInsertSelectQueryBuilder (line 48) | type GelInsertSelectQueryBuilder = TypedQueryBu... class GelInsertBuilder (line 52) | class GelInsertBuilder< method constructor (line 59) | constructor( method setToken (line 69) | setToken(token?: NeonAuthToken) { method overridingSystemValue (line 74) | overridingSystemValue(): Omit { type GelInsertPrepare (line 177) | type GelInsertPrepare = GelPreparedQuery< type GelInsertDynamic (line 184) | type GelInsertDynamic = GelInsert< type AnyGelInsert (line 190) | type AnyGelInsert = GelInsertBase; type GelInsert (line 192) | type GelInsert< type GelInsertBase (line 198) | interface GelInsertBase< method constructor (line 237) | constructor( method returning (line 274) | returning( method getSQL (line 374) | getSQL(): SQL { method toSQL (line 378) | toSQL(): Query { method _prepare (line 384) | _prepare(name?: string): GelInsertPrepare { method prepare (line 397) | prepare(name: string): GelInsertPrepare { method $dynamic (line 407) | $dynamic(): GelInsertDynamic { class GelInsertBase (line 220) | class GelInsertBase< method constructor (line 237) | constructor( method returning (line 274) | returning( method getSQL (line 374) | getSQL(): SQL { method toSQL (line 378) | toSQL(): Query { method _prepare (line 384) | _prepare(name?: string): GelInsertPrepare { method prepare (line 397) | prepare(name: string): GelInsertPrepare { method $dynamic (line 407) | $dynamic(): GelInsertDynamic { FILE: drizzle-orm/src/gel-core/query-builders/query-builder.ts class QueryBuilder (line 13) | class QueryBuilder { method constructor (line 19) | constructor(dialect?: GelDialect | GelDialectConfig) { method $with (line 24) | $with(alias: TAlias) { method with (line 43) | with(...queries: WithSubquery[]) { method select (line 92) | select(fields?: TSelection): GelSel... method selectDistinct (line 102) | selectDistinct(fields?: SelectedFields): GelSelectBuilder>( method findFirst (line 48) | findFirst extends QueryPromise method constructor (line 75) | constructor( method _prepare (line 90) | _prepare(name?: string): GelPreparedQuery { FILE: drizzle-orm/src/gel-core/query-builders/raw.ts type GelRaw (line 7) | interface GelRaw extends QueryPromise, RunnableQuery extends QueryPromise method constructor (line 19) | constructor( method getSQL (line 29) | getSQL() { method getQuery (line 33) | getQuery() { method mapResult (line 37) | mapResult(result: unknown, isFromBatch?: boolean) { method _prepare (line 41) | _prepare(): PreparedQuery { method isResponseInArrayMode (line 46) | isResponseInArrayMode() { FILE: drizzle-orm/src/gel-core/query-builders/refresh-materialized-view.ts type GelRefreshMaterializedView (line 17) | interface GelRefreshMaterializedView method constructor (line 41) | constructor( method concurrently (line 50) | concurrently(): this { method withNoData (line 58) | withNoData(): this { method getSQL (line 67) | getSQL(): SQL { method toSQL (line 71) | toSQL(): Query { method _prepare (line 77) | _prepare(name?: string): GelPreparedQuery< method prepare (line 87) | prepare(name: string): GelPreparedQuery< FILE: drizzle-orm/src/gel-core/query-builders/select.ts class GelSelectBuilder (line 60) | class GelSelectBuilder< method constructor (line 74) | constructor( method setToken (line 96) | setToken(token?: NeonAuthToken) { method from (line 107) | from( method constructor (line 184) | constructor( method getUsedTables (line 218) | getUsedTables() { method createJoin (line 222) | private createJoin< method createSetOperator (line 494) | private createSetOperator( method addSetOperators (line 719) | addSetOperators(setOperators: GelSelectConfig['setOperators']): GelSelec... method where (line 758) | where( method having (line 795) | having( method groupBy (line 833) | groupBy( method orderBy (line 880) | orderBy( method limit (line 928) | limit(limit: number | Placeholder): GelSelectWithout( method getSelectedFields (line 1001) | override getSelectedFields(): this['_']['selectedFields'] { method $dynamic (line 1008) | $dynamic(): GelSelectDynamic { type GelSelectBase (line 1013) | interface GelSelectBase< method _prepare (line 1063) | _prepare(name?: string): GelSelectPrepare { method $withCache (line 1082) | $withCache(config?: { config?: CacheConfig; tag?: string; autoInvalida... method prepare (line 1098) | prepare(name: string): GelSelectPrepare { class GelSelectBase (line 1039) | class GelSelectBase< method _prepare (line 1063) | _prepare(name?: string): GelSelectPrepare { method $withCache (line 1082) | $withCache(config?: { config?: CacheConfig; tag?: string; autoInvalida... method prepare (line 1098) | prepare(name: string): GelSelectPrepare { function createSetOperator (line 1111) | function createSetOperator(type: SetOperator, isAll: boolean): GelCreate... FILE: drizzle-orm/src/gel-core/query-builders/select.types.ts type GelSelectJoinConfig (line 30) | interface GelSelectJoinConfig { type BuildAliasTable (line 38) | type BuildAliasTable; type SelectedFields (line 135) | type SelectedFields = SelectedFieldsBase; type SelectedFieldsOrdered (line 137) | type SelectedFieldsOrdered = SelectedFieldsOrderedBase; type LockStrength (line 139) | type LockStrength = 'update' | 'no key update' | 'share' | 'key share'; type LockConfig (line 141) | type LockConfig = type GelSelectHKTBase (line 156) | interface GelSelectHKTBase { type GelSelectKind (line 168) | type GelSelectKind< type GelSelectQueryBuilderHKT (line 189) | interface GelSelectQueryBuilderHKT extends GelSelectHKTBase { type GelSelectHKT (line 203) | interface GelSelectHKT extends GelSelectHKTBase { type CreateGelSelectFromBuilderMode (line 216) | type CreateGelSelectFromBuilderMode< type GelSetOperatorExcludedMethods (line 224) | type GelSetOperatorExcludedMethods = type GelSelectWithout (line 234) | type GelSelectWithout< type GelSelectPrepare (line 254) | type GelSelectPrepare = GelPreparedQuery< type GelSelectDynamic (line 260) | type GelSelectDynamic = GelSelectKind< type GelSelectQueryBuilder (line 272) | type GelSelectQueryBuilder< type AnyGelSelectQueryBuilder (line 292) | type AnyGelSelectQueryBuilder = GelSelectQueryBuilderBase = GelSetOperatorInt... type GelSelect (line 331) | type GelSelect< type AnyGelSelect (line 338) | type AnyGelSelect = GelSelectBase; type GelSetOperator (line 340) | type GelSetOperator< type SetOperatorRightSelect (line 354) | type SetOperatorRightSelect< type SetOperatorRestSelect (line 364) | type SetOperatorRestSelect< type GelCreateSetOperatorFn (line 377) | type GelCreateSetOperatorFn = < type GetGelSetOperators (line 418) | type GetGelSetOperators = { FILE: drizzle-orm/src/gel-core/query-builders/update.ts type GelUpdateConfig (line 42) | interface GelUpdateConfig { type GelUpdateSetSource (line 52) | type GelUpdateSetSource = class GelUpdateBuilder (line 61) | class GelUpdateBuilder = GelPreparedQuery< type GelUpdateDynamic (line 261) | type GelUpdateDynamic = GelUpdate< type GelUpdate (line 269) | type GelUpdate< type AnyGelUpdate (line 278) | type AnyGelUpdate = GelUpdateBase; type GelUpdateBase (line 280) | interface GelUpdateBase< method constructor (line 332) | constructor( method from (line 345) | from( method getTableLikeFields (line 356) | private getTableLikeFields(table: GelTable | Subquery | GelViewBase): ... method createJoin (line 365) | private createJoin( method where (line 468) | where(where: SQL | undefined): GelUpdateWithout { method prepare (line 550) | prepare(name: string): GelUpdatePrepare { method $dynamic (line 558) | $dynamic(): GelUpdateDynamic { class GelUpdateBase (line 308) | class GelUpdateBase< method constructor (line 332) | constructor( method from (line 345) | from( method getTableLikeFields (line 356) | private getTableLikeFields(table: GelTable | Subquery | GelViewBase): ... method createJoin (line 365) | private createJoin( method where (line 468) | where(where: SQL | undefined): GelUpdateWithout { method prepare (line 550) | prepare(name: string): GelUpdatePrepare { method $dynamic (line 558) | $dynamic(): GelUpdateDynamic { FILE: drizzle-orm/src/gel-core/roles.ts type GelRoleConfig (line 3) | interface GelRoleConfig { class GelRole (line 9) | class GelRole implements GelRoleConfig { method constructor (line 22) | constructor( method existing (line 33) | existing(): this { function gelRole (line 39) | function gelRole(name: string, config?: GelRoleConfig) { FILE: drizzle-orm/src/gel-core/schema.ts class GelSchema (line 9) | class GelSchema implements SQLWrapper { method constructor (line 11) | constructor( method getSQL (line 35) | getSQL(): SQL { method shouldOmitSQLParens (line 39) | shouldOmitSQLParens(): boolean { function isGelSchema (line 44) | function isGelSchema(obj: unknown): obj is GelSchema { function gelSchema (line 48) | function gelSchema(name: T) { FILE: drizzle-orm/src/gel-core/sequence.ts type GelSequenceOptions (line 3) | type GelSequenceOptions = { class GelSequence (line 12) | class GelSequence { method constructor (line 15) | constructor( function gelSequence (line 23) | function gelSequence( function gelSequenceWithSchema (line 31) | function gelSequenceWithSchema( function isGelSequence (line 39) | function isGelSequence(obj: unknown): obj is GelSequence { FILE: drizzle-orm/src/gel-core/session.ts type PreparedQueryConfig (line 14) | interface PreparedQueryConfig { method constructor (line 21) | constructor( method queryWithCache (line 42) | protected async queryWithCache( method getQuery (line 130) | getQuery(): Query { method mapResult (line 134) | mapResult(response: unknown, _isFromBatch?: boolean): unknown { method constructor (line 159) | constructor(protected dialect: GelDialect) {} method execute (line 174) | execute(query: SQL): Promise { method all (line 189) | all(query: SQL): Promise { method count (line 198) | async count(sql: SQL): Promise { method constructor (line 218) | constructor( method rollback (line 230) | rollback(): never { type GelQueryResultHKT (line 239) | interface GelQueryResultHKT { type GelQueryResultKind (line 245) | type GelQueryResultKind = (TKind & { FILE: drizzle-orm/src/gel-core/subquery.ts type SubqueryWithSelection (line 5) | type SubqueryWithSelection; class GelTable (line 33) | class GelTable extends Table { type AnyGelTable (line 56) | type AnyGelTable = {}> = GelTable< type GelTableWithColumns (line 60) | type GelTableWithColumns = function gelTableWithSchema (line 73) | function gelTableWithSchema< type GelTableFn (line 143) | interface GelTableFn { function gelTableCreator (line 253) | function gelTableCreator(customizeTableName: (name: string) => string): ... FILE: drizzle-orm/src/gel-core/unique-constraint.ts function unique (line 6) | function unique(name?: string): UniqueOnConstraintBuilder { function uniqueKeyName (line 10) | function uniqueKeyName(table: GelTable, columns: string[]) { class UniqueConstraintBuilder (line 14) | class UniqueConstraintBuilder { method constructor (line 22) | constructor( method nullsNotDistinct (line 29) | nullsNotDistinct() { method build (line 35) | build(table: GelTable): UniqueConstraint { class UniqueOnConstraintBuilder (line 40) | class UniqueOnConstraintBuilder { method constructor (line 46) | constructor( method on (line 52) | on(...columns: [GelColumn, ...GelColumn[]]) { class UniqueConstraint (line 57) | class UniqueConstraint { method constructor (line 64) | constructor(readonly table: GelTable, columns: GelColumn[], nullsNotDi... method getName (line 70) | getName() { FILE: drizzle-orm/src/gel-core/utils.ts function getTableConfig (line 19) | function getTableConfig(table: TTable) { function extractUsedTable (line 67) | function extractUsedTable(table: GelTable | Subquery | GelViewBase | SQL... function getViewConfig (line 80) | function getViewConfig< function getMaterializedViewConfig (line 90) | function getMaterializedViewConfig< type ColumnsWithTable (line 100) | type ColumnsWithTable< FILE: drizzle-orm/src/gel-core/view.ts type ViewWithConfig (line 15) | type ViewWithConfig = RequireAtLeastOne<{ class DefaultViewBuilderCore (line 21) | class DefaultViewBuilderCore extends DefaultViewBuil... method as (line 47) | as( class ManualViewBuilder (line 75) | class ManualViewBuilder< method constructor (line 83) | constructor( method existing (line 92) | existing(): GelViewWithSelection method as (line 200) | as( class ManualMaterializedViewBuilder (line 233) | class ManualMaterializedViewBuilder< method constructor (line 241) | constructor( method existing (line 250) | existing(): GelMaterializedViewWithSelection = Record = Record>( FILE: drizzle-orm/src/gel/session.ts type GelClient (line 15) | type GelClient = Client | Transaction; class GelDbPreparedQuery (line 17) | class GelDbPreparedQuery extends GelPrepa... method constructor (line 20) | constructor( method execute (line 39) | async execute(placeholderValues: Record | undefined =... method all (line 77) | async all(placeholderValues: Record | undefined = {})... method isResponseInArrayMode (line 99) | isResponseInArrayMode(): boolean { type GelSessionOptions (line 104) | interface GelSessionOptions { class GelDbSession (line 109) | class GelDbSession, TSchema ... method constructor (line 117) | constructor( method prepareQuery (line 128) | prepareQuery( method transaction (line 154) | override async transaction( method count (line 164) | override async count(sql: SQL): Promise { class GelDbTransaction (line 170) | class GelDbTransaction, TSch... method transaction (line 175) | override async transaction(transaction: (tx: GelDbTransaction = FILE: drizzle-orm/src/kysely/index.ts type Kyselify (line 5) | type Kyselify = Simplify< FILE: drizzle-orm/src/libsql/driver-core.ts class LibSQLDatabase (line 17) | class LibSQLDatabase< method batch (line 25) | async batch, T extends Readonly<[U, ...U... function construct (line 33) | function construct< FILE: drizzle-orm/src/libsql/driver.ts function drizzle (line 7) | function drizzle< function mock (line 53) | function mock = Record = Record>( FILE: drizzle-orm/src/libsql/node/index.ts function drizzle (line 5) | function drizzle< function mock (line 51) | function mock = Record>( method batch (line 77) | async batch[] | readonly BatchItem<'sqli... method migrate (line 92) | async migrate[] | readonly BatchItem<'sq... method transaction (line 107) | override async transaction( method extractRawAllValueFromBatchResult (line 131) | override extractRawAllValueFromBatchResult(result: unknown): unknown { method extractRawGetValueFromBatchResult (line 135) | override extractRawGetValueFromBatchResult(result: unknown): unknown { method extractRawValuesValueFromBatchResult (line 139) | override extractRawValuesValueFromBatchResult(result: unknown): unknown { class LibSQLTransaction (line 144) | class LibSQLTransaction< method transaction (line 150) | override async transaction(transaction: (tx: LibSQLTransaction): Promise): Promise): Promise): Promise = Record = Record = Record = Record; FILE: drizzle-orm/src/mysql-core/columns/bigint.ts type MySqlBigInt53BuilderInitial (line 8) | type MySqlBigInt53BuilderInitial = MySqlBigInt53Bu... class MySqlBigInt53Builder (line 17) | class MySqlBigInt53Builder( class MySqlBigInt53 (line 38) | class MySqlBigInt53> method getSQLType (line 43) | getSQLType(): string { method mapFromDriverValue (line 47) | override mapFromDriverValue(value: number | string): number { type MySqlBigInt64BuilderInitial (line 55) | type MySqlBigInt64BuilderInitial = MySqlBigInt64Bu... class MySqlBigInt64Builder (line 64) | class MySqlBigInt64Builder( class MySqlBigInt64 (line 85) | class MySqlBigInt64> method getSQLType (line 90) | getSQLType(): string { method mapFromDriverValue (line 95) | override mapFromDriverValue(value: string): bigint { type MySqlBigIntConfig (line 100) | interface MySqlBigIntConfig = MySqlBinaryBuilder<{ class MySqlBinaryBuilder (line 17) | class MySqlBinaryBuilder( class MySqlBinary (line 36) | class MySqlBinary> e... method mapFromDriverValue (line 44) | override mapFromDriverValue(value: string | Buffer | Uint8Array): stri... method getSQLType (line 56) | getSQLType(): string { type MySqlBinaryConfig (line 61) | interface MySqlBinaryConfig { function binary (line 73) | function binary(a?: string | MySqlBinaryConfig, b: MySqlBinaryConfig = {... FILE: drizzle-orm/src/mysql-core/columns/boolean.ts type MySqlBooleanBuilderInitial (line 7) | type MySqlBooleanBuilderInitial = MySqlBooleanBuil... class MySqlBooleanBuilder (line 16) | class MySqlBooleanBuilder( class MySqlBoolean (line 36) | class MySqlBoolean... method getSQLType (line 39) | getSQLType(): string { method mapFromDriverValue (line 43) | override mapFromDriverValue(value: number | boolean): boolean { function boolean (line 53) | function boolean(name?: string) { FILE: drizzle-orm/src/mysql-core/columns/char.ts type MySqlCharBuilderInitial (line 8) | type MySqlCharBuilderInitial< class MySqlCharBuilder (line 22) | class MySqlCharBuilder< method constructor (line 31) | constructor(name: T['name'], config: MySqlCharConfig( class MySqlChar (line 48) | class MySqlChar & { le... method getSQLType (line 56) | getSQLType(): string { type MySqlCharConfig (line 61) | interface MySqlCharConfig< function char (line 82) | function char(a?: string | MySqlCharConfig, b: MySqlCharConfig = {}): any { FILE: drizzle-orm/src/mysql-core/columns/common.ts type ReferenceConfig (line 23) | interface ReferenceConfig { type MySqlColumnBuilderBase (line 31) | interface MySqlColumnBuilderBase< type MySqlGeneratedColumnConfig (line 36) | interface MySqlGeneratedColumnConfig { method references (line 54) | references(ref: ReferenceConfig['ref'], actions: ReferenceConfig['action... method unique (line 59) | unique(name?: string): this { method generatedAlwaysAs (line 65) | generatedAlwaysAs(as: SQL | T['data'] | (() => SQL), config?: MySqlGener... method buildForeignKeys (line 77) | buildForeignKeys(column: MySqlColumn, table: MySqlTable): ForeignKey[] { method constructor (line 109) | constructor( type AnyMySqlColumn (line 120) | type AnyMySqlColumn, dataType: T['dataType'], colum... method autoincrement (line 140) | autoincrement(): IsAutoincrement> { FILE: drizzle-orm/src/mysql-core/columns/custom.ts type ConvertCustomConfig (line 9) | type ConvertCustomConfig( class MySqlCustomColumn (line 60) | class MySqlCustomColumn { function customType (line 203) | function customType( FILE: drizzle-orm/src/mysql-core/columns/date.common.ts type MySqlDateColumnBaseConfig (line 12) | interface MySqlDateColumnBaseConfig { method defaultNow (line 23) | defaultNow() { method onUpdateNow (line 28) | onUpdateNow(): HasDefault { FILE: drizzle-orm/src/mysql-core/columns/date.ts type MySqlDateBuilderInitial (line 8) | type MySqlDateBuilderInitial = MySqlDateBuilder<{ class MySqlDateBuilder (line 17) | class MySqlDateBuilder( class MySqlDate (line 32) | class MySqlDate> extends... method constructor (line 35) | constructor( method getSQLType (line 42) | getSQLType(): string { method mapFromDriverValue (line 46) | override mapFromDriverValue(value: string): Date { type MySqlDateStringBuilderInitial (line 51) | type MySqlDateStringBuilderInitial = MySqlDateStri... class MySqlDateStringBuilder (line 60) | class MySqlDateStringBuilder( class MySqlDateString (line 80) | class MySqlDateString = MySqlDateTimeBu... class MySqlDateTimeBuilder (line 17) | class MySqlDateTimeBuilder( class MySqlDateTime (line 38) | class MySqlDateTime>... method constructor (line 43) | constructor( method getSQLType (line 51) | getSQLType(): string { method mapToDriverValue (line 56) | override mapToDriverValue(value: Date): unknown { method mapFromDriverValue (line 60) | override mapFromDriverValue(value: string): Date { type MySqlDateTimeStringBuilderInitial (line 65) | type MySqlDateTimeStringBuilderInitial = MySqlDate... class MySqlDateTimeStringBuilder (line 74) | class MySqlDateTimeStringBuilder( class MySqlDateTimeString (line 95) | class MySqlDateTimeString = MySqlDecimalBuil... class MySqlDecimalBuilder (line 17) | class MySqlDecimalBuilder< method constructor (line 22) | constructor(name: T['name'], config: MySqlDecimalConfig | undefined) { method build (line 30) | override build( class MySqlDecimal (line 40) | class MySqlDecimal> method mapFromDriverValue (line 49) | override mapFromDriverValue(value: unknown): string { method getSQLType (line 55) | getSQLType(): string { type MySqlDecimalNumberBuilderInitial (line 69) | type MySqlDecimalNumberBuilderInitial = MySqlDecim... class MySqlDecimalNumberBuilder (line 78) | class MySqlDecimalNumberBuilder< method constructor (line 83) | constructor(name: T['name'], config: MySqlDecimalConfig | undefined) { method build (line 91) | override build( class MySqlDecimalNumber (line 101) | class MySqlDecimalNumber = MySqlDecim... class MySqlDecimalBigIntBuilder (line 141) | class MySqlDecimalBigIntBuilder< method constructor (line 146) | constructor(name: T['name'], config: MySqlDecimalConfig | undefined) { method build (line 154) | override build( class MySqlDecimalBigInt (line 164) | class MySqlDecimalBigInt = MySqlDoubleBuilder<{ class MySqlDoubleBuilder (line 17) | class MySqlDoubleBuilder( class MySqlDouble (line 37) | class MySqlDouble> method getSQLType (line 46) | getSQLType(): string { type MySqlDoubleConfig (line 59) | interface MySqlDoubleConfig { function double (line 73) | function double(a?: string | MySqlDoubleConfig, b?: MySqlDoubleConfig) { FILE: drizzle-orm/src/mysql-core/columns/enum.ts type MySqlEnumColumnBuilderInitial (line 9) | type MySqlEnumColumnBuilderInitial( class MySqlEnumColumn (line 39) | class MySqlEnumColumn( class MySqlEnumObjectColumn (line 84) | class MySqlEnumObjectColumn = MySqlFloatBuilder<{ class MySqlFloatBuilder (line 17) | class MySqlFloatBuilder( class MySqlFloat (line 37) | class MySqlFloat> method getSQLType (line 46) | getSQLType(): string { type MySqlFloatConfig (line 59) | interface MySqlFloatConfig { function float (line 73) | function float(a?: string | MySqlFloatConfig, b?: MySqlFloatConfig) { FILE: drizzle-orm/src/mysql-core/columns/int.ts type MySqlIntBuilderInitial (line 8) | type MySqlIntBuilderInitial = MySqlIntBuilder<{ class MySqlIntBuilder (line 17) | class MySqlIntBuilder( class MySqlInt (line 35) | class MySqlInt> method getSQLType (line 40) | getSQLType(): string { method mapFromDriverValue (line 44) | override mapFromDriverValue(value: number | string): number { type MySqlIntConfig (line 52) | interface MySqlIntConfig { function int (line 64) | function int(a?: string | MySqlIntConfig, b?: MySqlIntConfig) { FILE: drizzle-orm/src/mysql-core/columns/json.ts type MySqlJsonBuilderInitial (line 7) | type MySqlJsonBuilderInitial = MySqlJsonBuilder<{ class MySqlJsonBuilder (line 16) | class MySqlJsonBuilder( class MySqlJson (line 31) | class MySqlJson> extends... method getSQLType (line 34) | getSQLType(): string { method mapToDriverValue (line 38) | override mapToDriverValue(value: T['data']): string { function json (line 45) | function json(name?: string) { FILE: drizzle-orm/src/mysql-core/columns/mediumint.ts type MySqlMediumIntBuilderInitial (line 9) | type MySqlMediumIntBuilderInitial = MySqlMediumInt... class MySqlMediumIntBuilder (line 18) | class MySqlMediumIntBuilder( class MySqlMediumInt (line 39) | class MySqlMediumInt = MySqlRealBuilder<{ class MySqlRealBuilder (line 17) | class MySqlRealBuilder( class MySqlReal (line 39) | class MySqlReal> exten... method getSQLType (line 48) | getSQLType(): string { type MySqlRealConfig (line 59) | interface MySqlRealConfig { function real (line 72) | function real(a?: string | MySqlRealConfig, b: MySqlRealConfig = {}) { FILE: drizzle-orm/src/mysql-core/columns/serial.ts type MySqlSerialBuilderInitial (line 15) | type MySqlSerialBuilderInitial = IsAutoincrement< class MySqlSerialBuilder (line 32) | class MySqlSerialBuilder( class MySqlSerial (line 51) | class MySqlSerial< method getSQLType (line 56) | getSQLType(): string { method mapFromDriverValue (line 60) | override mapFromDriverValue(value: number | string): number { function serial (line 70) | function serial(name?: string) { FILE: drizzle-orm/src/mysql-core/columns/smallint.ts type MySqlSmallIntBuilderInitial (line 9) | type MySqlSmallIntBuilderInitial = MySqlSmallIntBu... class MySqlSmallIntBuilder (line 18) | class MySqlSmallIntBuilder( class MySqlSmallInt (line 39) | class MySqlSmallInt> method getSQLType (line 44) | getSQLType(): string { method mapFromDriverValue (line 48) | override mapFromDriverValue(value: number | string): number { function smallint (line 64) | function smallint(a?: string | MySqlIntConfig, b?: MySqlIntConfig) { FILE: drizzle-orm/src/mysql-core/columns/text.ts type MySqlTextColumnType (line 8) | type MySqlTextColumnType = 'tinytext' | 'text' | 'mediumtext' | 'longtext'; type MySqlTextBuilderInitial (line 10) | type MySqlTextBuilderInitial( class MySqlText (line 39) | class MySqlText> method getSQLType (line 48) | getSQLType(): string { type MySqlTextConfig (line 53) | interface MySqlTextConfig< function text (line 67) | function text(a?: string | MySqlTextConfig, b: MySqlTextConfig = {}): any { function tinytext (line 80) | function tinytext(a?: string | MySqlTextConfig, b: MySqlTextConfig = {})... function mediumtext (line 93) | function mediumtext(a?: string | MySqlTextConfig, b: MySqlTextConfig = {... function longtext (line 106) | function longtext(a?: string | MySqlTextConfig, b: MySqlTextConfig = {})... FILE: drizzle-orm/src/mysql-core/columns/time.ts type MySqlTimeBuilderInitial (line 8) | type MySqlTimeBuilderInitial = MySqlTimeBuilder<{ class MySqlTimeBuilder (line 17) | class MySqlTimeBuilder( class MySqlTime (line 39) | class MySqlTime< method getSQLType (line 46) | getSQLType(): string { type TimeConfig (line 52) | type TimeConfig = { function time (line 64) | function time(a?: string | TimeConfig, b?: TimeConfig) { FILE: drizzle-orm/src/mysql-core/columns/timestamp.ts type MySqlTimestampBuilderInitial (line 8) | type MySqlTimestampBuilderInitial = MySqlTimestamp... class MySqlTimestampBuilder (line 17) | class MySqlTimestampBuilder( class MySqlTimestamp (line 38) | class MySqlTimestamp> method getSQLType (line 45) | getSQLType(): string { method mapFromDriverValue (line 50) | override mapFromDriverValue(value: string): Date { method mapToDriverValue (line 54) | override mapToDriverValue(value: Date): string { type MySqlTimestampStringBuilderInitial (line 59) | type MySqlTimestampStringBuilderInitial = MySqlTim... class MySqlTimestampStringBuilder (line 68) | class MySqlTimestampStringBuilder( class MySqlTimestampString (line 89) | class MySqlTimestampString( class MySqlTinyInt (line 39) | class MySqlTinyInt> method getSQLType (line 44) | getSQLType(): string { method mapFromDriverValue (line 48) | override mapFromDriverValue(value: number | string): number { function tinyint (line 64) | function tinyint(a?: string | MySqlIntConfig, b?: MySqlIntConfig) { FILE: drizzle-orm/src/mysql-core/columns/varbinary.ts type MySqlVarBinaryBuilderInitial (line 8) | type MySqlVarBinaryBuilderInitial = MySqlVarBinary... class MySqlVarBinaryBuilder (line 17) | class MySqlVarBinaryBuilder( class MySqlVarBinary (line 39) | class MySqlVarBinary< method mapFromDriverValue (line 46) | override mapFromDriverValue(value: string | Buffer | Uint8Array): stri... method getSQLType (line 58) | getSQLType(): string { type MySqlVarbinaryOptions (line 63) | interface MySqlVarbinaryOptions { function varbinary (line 74) | function varbinary(a?: string | MySqlVarbinaryOptions, b?: MySqlVarbinar... FILE: drizzle-orm/src/mysql-core/columns/varchar.ts type MySqlVarCharBuilderInitial (line 8) | type MySqlVarCharBuilderInitial< class MySqlVarCharBuilder (line 24) | class MySqlVarCharBuilder< method constructor (line 30) | constructor(name: T['name'], config: MySqlVarCharConfig( class MySqlVarChar (line 47) | class MySqlVarChar ... method getSQLType (line 56) | getSQLType(): string { type MySqlVarCharConfig (line 61) | interface MySqlVarCharConfig< function varchar (line 81) | function varchar(a?: string | MySqlVarCharConfig, b?: MySqlVarCharConfig... FILE: drizzle-orm/src/mysql-core/columns/year.ts type MySqlYearBuilderInitial (line 7) | type MySqlYearBuilderInitial = MySqlYearBuilder<{ class MySqlYearBuilder (line 16) | class MySqlYearBuilder( class MySqlYear (line 31) | class MySqlYear< method getSQLType (line 36) | getSQLType(): string { function year (line 43) | function year(name?: string) { FILE: drizzle-orm/src/mysql-core/db.ts class MySqlDatabase (line 34) | class MySqlDatabase< method constructor (line 54) | constructor( method $count (line 149) | $count( method with (line 177) | with(...queries: WithSubquery[]) { method select (line 362) | select(fields?: SelectedFields): MySqlSelectBuilder(table: TTable): MySqlUpdateBuilder(table: TTable): MySqlInsertBuilder(table: TTable): MySqlDeleteBase( method transaction (line 480) | transaction( type MySQLWithReplicas (line 491) | type MySQLWithReplicas = Q & { $primary: Q; $replicas: Q[] }; method query (line 533) | get query() { FILE: drizzle-orm/src/mysql-core/dialect.ts type MySqlDialectConfig (line 40) | interface MySqlDialectConfig { class MySqlDialect (line 44) | class MySqlDialect { method constructor (line 50) | constructor(config?: MySqlDialectConfig) { method migrate (line 54) | async migrate( method escapeName (line 94) | escapeName(name: string): string { method escapeParam (line 98) | escapeParam(_num: number): string { method escapeString (line 102) | escapeString(str: string): string { method buildWithCTE (line 106) | private buildWithCTE(queries: Subquery[] | undefined): SQL | undefined { method buildDeleteQuery (line 120) | buildDeleteQuery({ table, where, returning, withList, limit, orderBy }... method buildUpdateSet (line 136) | buildUpdateSet(table: MySqlTable, set: UpdateSet): SQL { method buildUpdateQuery (line 158) | buildUpdateQuery({ table, set, where, returning, withList, limit, orde... method buildSelection (line 187) | private buildSelection( method buildLimit (line 255) | private buildLimit(limit: number | Placeholder | undefined): SQL | und... method buildOrderBy (line 261) | private buildOrderBy(orderBy: (MySqlColumn | SQL | SQL.Aliased)[] | un... method buildIndex (line 265) | private buildIndex({ method buildSelectQuery (line 277) | buildSelectQuery( method buildSetOperations (line 430) | buildSetOperations(leftSelect: SQL, setOperators: MySqlSelectConfig['s... method buildSetOperationQuery (line 448) | buildSetOperationQuery({ method buildInsertQuery (line 493) | buildInsertQuery( method sqlToQuery (line 567) | sqlToQuery(sql: SQL, invokeSource?: 'indexes' | undefined): QueryWithT... method buildRelationalQuery (line 577) | buildRelationalQuery({ method buildRelationalQueryWithoutLateralSubqueries (line 875) | buildRelationalQueryWithoutLateralSubqueries({ FILE: drizzle-orm/src/mysql-core/expressions.ts function concat (line 8) | function concat(column: MySqlColumn | SQL.Aliased, value: string | Place... function substring (line 12) | function substring( FILE: drizzle-orm/src/mysql-core/foreign-keys.ts type UpdateDeleteAction (line 6) | type UpdateDeleteAction = 'cascade' | 'restrict' | 'no action' | 'set nu... type Reference (line 8) | type Reference = () => { class ForeignKeyBuilder (line 15) | class ForeignKeyBuilder { method constructor (line 27) | constructor( method onUpdate (line 48) | onUpdate(action: UpdateDeleteAction): this { method onDelete (line 53) | onDelete(action: UpdateDeleteAction): this { method build (line 59) | build(table: MySqlTable): ForeignKey { type AnyForeignKeyBuilder (line 64) | type AnyForeignKeyBuilder = ForeignKeyBuilder; class ForeignKey (line 66) | class ForeignKey { method constructor (line 73) | constructor(readonly table: MySqlTable, builder: ForeignKeyBuilder) { method getName (line 79) | getName(): string { type ColumnsWithTable (line 93) | type ColumnsWithTable< type GetColumnsTable (line 98) | type GetColumnsTable = ( function foreignKey (line 105) | function foreignKey< FILE: drizzle-orm/src/mysql-core/indexes.ts type IndexConfig (line 6) | interface IndexConfig { type IndexColumn (line 32) | type IndexColumn = MySqlColumn | SQL; class IndexBuilderOn (line 34) | class IndexBuilderOn { method constructor (line 37) | constructor(private name: string, private unique: boolean) {} method on (line 39) | on(...columns: [IndexColumn, ...IndexColumn[]]): IndexBuilder { type AnyIndexBuilder (line 44) | interface AnyIndexBuilder { type IndexBuilder (line 49) | interface IndexBuilder extends AnyIndexBuilder {} method constructor (line 57) | constructor(name: string, columns: IndexColumn[], unique: boolean) { method using (line 65) | using(using: IndexConfig['using']): this { method algorithm (line 70) | algorithm(algorithm: IndexConfig['algorithm']): this { method lock (line 75) | lock(lock: IndexConfig['lock']): this { method build (line 81) | build(table: MySqlTable): Index { class IndexBuilder (line 51) | class IndexBuilder implements AnyIndexBuilder { method constructor (line 57) | constructor(name: string, columns: IndexColumn[], unique: boolean) { method using (line 65) | using(using: IndexConfig['using']): this { method algorithm (line 70) | algorithm(algorithm: IndexConfig['algorithm']): this { method lock (line 75) | lock(lock: IndexConfig['lock']): this { method build (line 81) | build(table: MySqlTable): Index { class Index (line 86) | class Index { method constructor (line 91) | constructor(config: IndexConfig, table: MySqlTable) { type GetColumnsTableName (line 96) | type GetColumnsTableName = TColumns extends function index (line 102) | function index(name: string): IndexBuilderOn { function uniqueIndex (line 106) | function uniqueIndex(name: string): IndexBuilderOn { FILE: drizzle-orm/src/mysql-core/primary-keys.ts function primaryKey (line 18) | function primaryKey(...config: any) { class PrimaryKeyBuilder (line 25) | class PrimaryKeyBuilder { method constructor (line 34) | constructor( method build (line 43) | build(table: MySqlTable): PrimaryKey { class PrimaryKey (line 48) | class PrimaryKey { method constructor (line 54) | constructor(readonly table: MySqlTable, columns: MySqlColumn[], name?:... method getName (line 59) | getName(): string { FILE: drizzle-orm/src/mysql-core/query-builders/count.ts class MySqlCountBuilder (line 7) | class MySqlCountBuilder< method buildEmbeddedCount (line 17) | private static buildEmbeddedCount( method buildCount (line 24) | private static buildCount( method constructor (line 31) | constructor( method then (line 50) | then( method catch (line 61) | catch( method finally (line 67) | finally(onFinally?: (() => void) | null | undefined): Promise { FILE: drizzle-orm/src/mysql-core/query-builders/delete.ts type MySqlDeleteWithout (line 23) | type MySqlDeleteWithout< type MySqlDelete (line 39) | type MySqlDelete< type MySqlDeleteConfig (line 45) | interface MySqlDeleteConfig { type MySqlDeletePrepare (line 54) | type MySqlDeletePrepare = PreparedQueryKind< type MySqlDeleteDynamic (line 63) | type MySqlDeleteDynamic = MySqlDelete< type AnyMySqlDeleteBase (line 69) | type AnyMySqlDeleteBase = MySqlDeleteBase; type MySqlDeleteBase (line 71) | interface MySqlDeleteBase< method constructor (line 100) | constructor( method where (line 139) | where(where: SQL | undefined): MySqlDeleteWithout { method $dynamic (line 212) | $dynamic(): MySqlDeleteDynamic { class MySqlDeleteBase (line 87) | class MySqlDeleteBase< method constructor (line 100) | constructor( method where (line 139) | where(where: SQL | undefined): MySqlDeleteWithout { method $dynamic (line 212) | $dynamic(): MySqlDeleteDynamic { FILE: drizzle-orm/src/mysql-core/query-builders/insert.ts type MySqlInsertConfig (line 28) | interface MySqlInsertConfig { type AnyMySqlInsertConfig (line 37) | type AnyMySqlInsertConfig = MySqlInsertConfig; type MySqlInsertValue (line 39) | type MySqlInsertValue = type MySqlInsertSelectQueryBuilder (line 45) | type MySqlInsertSelectQueryBuilder = TypedQue... class MySqlInsertBuilder (line 49) | class MySqlInsertBuilder< method constructor (line 58) | constructor( method ignore (line 64) | ignore(): this { method values (line 71) | values( method select (line 97) | select( type MySqlInsertWithout (line 118) | type MySqlInsertWithout = MySqlInsert< type MySqlInsertPrepare (line 139) | type MySqlInsertPrepare< type MySqlInsertOnDuplicateKeyUpdateConfig (line 151) | type MySqlInsertOnDuplicateKeyUpdateConfig = { type MySqlInsert (line 155) | type MySqlInsert< type MySqlInsertReturning (line 162) | type MySqlInsertReturning< type AnyMySqlInsert (line 174) | type AnyMySqlInsert = MySqlInsertBase; type MySqlInsertBase (line 176) | interface MySqlInsertBase< method constructor (line 235) | constructor( method onDuplicateKeyUpdate (line 273) | onDuplicateKeyUpdate( method $returningId (line 281) | $returningId(): MySqlInsertWithout< method getSQL (line 297) | getSQL(): SQL { method toSQL (line 301) | toSQL(): Query { method prepare (line 306) | prepare(): MySqlInsertPrepare { method $dynamic (line 335) | $dynamic(): MySqlInsertDynamic { type PrimaryKeyKeys (line 200) | type PrimaryKeyKeys> = { type GetPrimarySerialOrDefaultKeys (line 208) | type GetPrimarySerialOrDefaultKeys { method $dynamic (line 335) | $dynamic(): MySqlInsertDynamic { FILE: drizzle-orm/src/mysql-core/query-builders/query-builder.ts class QueryBuilder (line 12) | class QueryBuilder { method constructor (line 18) | constructor(dialect?: MySqlDialect | MySqlDialectConfig) { method with (line 48) | with(...queries: WithSubquery[]) { method select (line 87) | select( method selectDistinct (line 97) | selectDistinct( method getDialect (line 109) | private getDialect() { FILE: drizzle-orm/src/mysql-core/query-builders/query.ts class RelationalQueryBuilder (line 23) | class RelationalQueryBuilder< method constructor (line 30) | constructor( method findMany (line 41) | findMany>( method findFirst (line 58) | findFirst { FILE: drizzle-orm/src/mysql-core/query-builders/select.ts type IndexForHint (line 52) | type IndexForHint = IndexBuilder | string; type IndexConfig (line 54) | type IndexConfig = { class MySqlSelectBuilder (line 60) | class MySqlSelectBuilder< method constructor (line 73) | constructor( method from (line 91) | from( method constructor (line 193) | constructor( method getUsedTables (line 231) | getUsedTables() { method createJoin (line 235) | private createJoin< method createSetOperator (line 548) | private createSetOperator( method addSetOperators (line 773) | addSetOperators(setOperators: MySqlSelectConfig['setOperators']): MySqlS... method where (line 812) | where( method having (line 849) | having( method groupBy (line 887) | groupBy( method orderBy (line 934) | orderBy( method limit (line 982) | limit(limit: number | Placeholder): MySqlSelectWithout( method getSelectedFields (line 1055) | override getSelectedFields(): this['_']['selectedFields'] { method $dynamic (line 1062) | $dynamic(): MySqlSelectDynamic { method $withCache (line 1066) | $withCache(config?: { config?: CacheConfig; tag?: string; autoInvalidate... type MySqlSelectBase (line 1076) | interface MySqlSelectBase< method prepare (line 1128) | prepare(): MySqlSelectPrepare { class MySqlSelectBase (line 1103) | class MySqlSelectBase< method prepare (line 1128) | prepare(): MySqlSelectPrepare { function createSetOperator (line 1160) | function createSetOperator(type: SetOperator, isAll: boolean): MySqlCrea... FILE: drizzle-orm/src/mysql-core/query-builders/select.types.ts type MySqlJoinType (line 30) | type MySqlJoinType = Exclude; type MySqlSelectJoinConfig (line 32) | interface MySqlSelectJoinConfig { type BuildAliasTable (line 43) | type BuildAliasTable; type SelectedFields (line 151) | type SelectedFields = SelectedFieldsBase; type SelectedFieldsOrdered (line 153) | type SelectedFieldsOrdered = SelectedFieldsOrderedBase; type LockStrength (line 155) | type LockStrength = 'update' | 'share'; type LockConfig (line 157) | type LockConfig = { type MySqlSelectHKTBase (line 168) | interface MySqlSelectHKTBase { type MySqlSelectKind (line 181) | type MySqlSelectKind< type MySqlSelectQueryBuilderHKT (line 204) | interface MySqlSelectQueryBuilderHKT extends MySqlSelectHKTBase { type MySqlSelectHKT (line 219) | interface MySqlSelectHKT extends MySqlSelectHKTBase { type MySqlSetOperatorExcludedMethods (line 233) | type MySqlSetOperatorExcludedMethods = type MySqlSelectWithout (line 243) | type MySqlSelectWithout< type MySqlSelectPrepare (line 264) | type MySqlSelectPrepare = PreparedQueryKind< type MySqlSelectDynamic (line 273) | type MySqlSelectDynamic = MySqlSel... type CreateMySqlSelectFromBuilderMode (line 286) | type CreateMySqlSelectFromBuilderMode< type MySqlSelectQueryBuilder (line 295) | type MySqlSelectQueryBuilder< type AnyMySqlSelectQueryBuilder (line 317) | type AnyMySqlSelectQueryBuilder = MySqlSelectQueryBuilderBase = MySqlSetOperato... type MySqlSelect (line 359) | type MySqlSelect< type AnyMySqlSelect (line 366) | type AnyMySqlSelect = MySqlSelectBase = class MySqlUpdateBuilder (line 44) | class MySqlUpdateBuilder< method constructor (line 55) | constructor( method set (line 62) | set(values: MySqlUpdateSetSource): MySqlUpdateBase = PreparedQueryKind< type MySqlUpdateDynamic (line 91) | type MySqlUpdateDynamic = MySqlUpdate< type MySqlUpdate (line 97) | type MySqlUpdate< type AnyMySqlUpdateBase (line 103) | type AnyMySqlUpdateBase = MySqlUpdateBase; type MySqlUpdateBase (line 105) | interface MySqlUpdateBase< method constructor (line 136) | constructor( method where (line 180) | where(where: SQL | undefined): MySqlUpdateWithout { method $dynamic (line 254) | $dynamic(): MySqlUpdateDynamic { class MySqlUpdateBase (line 121) | class MySqlUpdateBase< method constructor (line 136) | constructor( method where (line 180) | where(where: SQL | undefined): MySqlUpdateWithout { method $dynamic (line 254) | $dynamic(): MySqlUpdateDynamic { FILE: drizzle-orm/src/mysql-core/schema.ts class MySqlSchema (line 5) | class MySqlSchema { method constructor (line 8) | constructor( function isMySqlSchema (line 22) | function isMySqlSchema(obj: unknown): obj is MySqlSchema { function mysqlDatabase (line 33) | function mysqlDatabase(name: TName) { FILE: drizzle-orm/src/mysql-core/session.ts type Mode (line 12) | type Mode = 'default' | 'planetscale'; type MySqlQueryResultHKT (line 14) | interface MySqlQueryResultHKT { type AnyMySqlQueryResultHKT (line 20) | interface AnyMySqlQueryResultHKT extends MySqlQueryResultHKT { type MySqlQueryResultKind (line 24) | type MySqlQueryResultKind = (TK... type MySqlPreparedQueryConfig (line 28) | interface MySqlPreparedQueryConfig { type MySqlPreparedQueryHKT (line 33) | interface MySqlPreparedQueryHKT { type PreparedQueryKind (line 39) | type PreparedQueryKind< method constructor (line 50) | constructor( // cache instance method queryWithCache (line 70) | protected async queryWithCache( type MySqlTransactionConfig (line 164) | interface MySqlTransactionConfig { method constructor (line 178) | constructor(protected dialect: MySqlDialect) {} method execute (line 193) | execute(query: SQL): Promise { method count (line 202) | async count(sql: SQL): Promise { method getSetTransactionSQL (line 215) | protected getSetTransactionSQL(config: MySqlTransactionConfig): SQL | un... method getStartTransactionSQL (line 225) | protected getStartTransactionSQL(config: MySqlTransactionConfig): SQL | ... method constructor (line 248) | constructor( method rollback (line 258) | rollback(): never { type PreparedQueryHKTBase (line 268) | interface PreparedQueryHKTBase extends MySqlPreparedQueryHKT { FILE: drizzle-orm/src/mysql-core/subquery.ts type SubqueryWithSelection (line 7) | type SubqueryWithSelection< type WithSubqueryWithSelection (line 14) | type WithSubqueryWithSelection< type WithBuilder (line 21) | interface WithBuilder { FILE: drizzle-orm/src/mysql-core/table.ts type MySqlTableExtraConfigValue (line 12) | type MySqlTableExtraConfigValue = type MySqlTableExtraConfig (line 19) | type MySqlTableExtraConfig = Record< type TableConfig (line 24) | type TableConfig = TableConfigBase; class MySqlTable (line 29) | class MySqlTable extends Table { type AnyMySqlTable (line 51) | type AnyMySqlTable = {}> = MySqlTa... type MySqlTableWithColumns (line 55) | type MySqlTableWithColumns = function mysqlTableWithSchema (line 61) | function mysqlTableWithSchema< type MySqlTableFn (line 118) | interface MySqlTableFn string)... FILE: drizzle-orm/src/mysql-core/unique-constraint.ts function unique (line 6) | function unique(name?: string): UniqueOnConstraintBuilder { function uniqueKeyName (line 10) | function uniqueKeyName(table: MySqlTable, columns: string[]) { class UniqueConstraintBuilder (line 14) | class UniqueConstraintBuilder { method constructor (line 20) | constructor( method build (line 28) | build(table: MySqlTable): UniqueConstraint { class UniqueOnConstraintBuilder (line 33) | class UniqueOnConstraintBuilder { method constructor (line 39) | constructor( method on (line 45) | on(...columns: [MySqlColumn, ...MySqlColumn[]]) { class UniqueConstraint (line 50) | class UniqueConstraint { method constructor (line 57) | constructor(readonly table: MySqlTable, columns: MySqlColumn[], name?:... method getName (line 62) | getName() { FILE: drizzle-orm/src/mysql-core/utils.ts function extractUsedTable (line 21) | function extractUsedTable(table: MySqlTable | Subquery | MySqlViewBase |... function getTableConfig (line 34) | function getTableConfig(table: MySqlTable) { function getViewConfig (line 78) | function getViewConfig< function convertIndexToString (line 88) | function convertIndexToString(indexes: IndexForHint[]) { function toArray (line 94) | function toArray(value: T | T[]): T[] { FILE: drizzle-orm/src/mysql-core/view.ts type ViewBuilderConfig (line 14) | interface ViewBuilderConfig { class ViewBuilderCore (line 20) | class ViewBuilderCore extends ViewBuilderCore... method as (line 60) | as( class ManualViewBuilder (line 88) | class ManualViewBuilder< method constructor (line 96) | constructor( method existing (line 105) | existing(): MySqlViewWithSelection = Record Promise; function migrate (line 8) | async function migrate>( FILE: drizzle-orm/src/mysql-proxy/session.ts type MySqlRawQueryResult (line 25) | type MySqlRawQueryResult = [ResultSetHeader, FieldPacket[]]; type MySqlRemoteSessionOptions (line 27) | interface MySqlRemoteSessionOptions { class MySqlRemoteSession (line 32) | class MySqlRemoteSession< method constructor (line 41) | constructor( method prepareQuery (line 52) | prepareQuery( method all (line 79) | override all(query: SQL): Promise { method transaction (line 85) | override async transaction( class MySqlProxyTransaction (line 93) | class MySqlProxyTransaction< method transaction (line 99) | override async transaction( class PreparedQuery (line 106) | class PreparedQuery extends Prepared... method constructor (line 109) | constructor( method execute (line 130) | async execute(placeholderValues: Record | undefined =... method iterator (line 183) | override iterator( type MySqlRemoteQueryResultHKT (line 190) | interface MySqlRemoteQueryResultHKT extends MySqlQueryResultHKT { type MySqlRemotePreparedQueryHKT (line 194) | interface MySqlRemotePreparedQueryHKT extends MySqlPreparedQueryHKT { FILE: drizzle-orm/src/mysql2/driver.ts type MySqlDriverOptions (line 21) | interface MySqlDriverOptions { class MySql2Driver (line 26) | class MySql2Driver { method constructor (line 29) | constructor( method createSession (line 36) | createSession( class MySql2Database (line 50) | class MySql2Database< type MySql2DrizzleConfig (line 56) | type MySql2DrizzleConfig = Recor... function construct (line 60) | function construct< type CallbackClient (line 113) | interface CallbackClient { function isCallbackClient (line 117) | function isCallbackClient(client: any): client is CallbackClient { type AnyMySql2Connection (line 121) | type AnyMySql2Connection = Pool | Connection | CallbackPool | CallbackCo... function drizzle (line 123) | function drizzle< function mock (line 176) | function mock = Record>( FILE: drizzle-orm/src/mysql2/session.ts type MySql2Client (line 37) | type MySql2Client = Pool | Connection; type MySqlRawQueryResult (line 39) | type MySqlRawQueryResult = [ResultSetHeader, FieldPacket[]]; type MySqlQueryResultType (line 40) | type MySqlQueryResultType = RowDataPacket[][] | RowDataPacket[] | OkPack... type MySqlQueryResult (line 41) | type MySqlQueryResult< class MySql2PreparedQuery (line 45) | class MySql2PreparedQuery extends My... method constructor (line 51) | constructor( method execute (line 92) | async execute(placeholderValues: Record = {}): Promis... method iterator (line 145) | async *iterator( type MySql2SessionOptions (line 198) | interface MySql2SessionOptions { class MySql2Session (line 204) | class MySql2Session< method constructor (line 214) | constructor( method prepareQuery (line 226) | prepareQuery( method query (line 259) | async query(query: string, params: unknown[]): Promise(query: SQL): Promise { method transaction (line 281) | override async transaction( class MySql2Transaction (line 325) | class MySql2Transaction< method transaction (line 331) | override async transaction(transaction: (tx: MySql2Transaction( class NeonHttpDatabase (line 80) | class NeonHttpDatabase< method $withAuth (line 85) | $withAuth( method batch (line 117) | async batch, T extends Readonly<[U, ...U[]]>>( function construct (line 124) | function construct< function drizzle (line 171) | function drizzle< function mock (line 229) | function mock = Record>( FILE: drizzle-orm/src/neon-http/session.ts type NeonHttpClient (line 18) | type NeonHttpClient = NeonQueryFunction; class NeonHttpPreparedQuery (line 29) | class NeonHttpPreparedQuery extends PgPre... method constructor (line 33) | constructor( method execute (line 58) | async execute( method mapResult (line 99) | override mapResult(result: unknown): unknown { method all (line 113) | all(placeholderValues: Record | undefined = {}): Prom... method values (line 130) | values(placeholderValues: Record | undefined = {}, to... method isResponseInArrayMode (line 139) | isResponseInArrayMode() { type NeonHttpSessionOptions (line 144) | interface NeonHttpSessionOptions { class NeonHttpSession (line 149) | class NeonHttpSession< method constructor (line 159) | constructor( method prepareQuery (line 174) | prepareQuery( method batch (line 199) | async batch, T extends Readonly<[U, ...U[]]>>( method query (line 222) | async query(query: string, params: unknown[]): Promise { method transaction (line 248) | override async transaction( class NeonTransaction (line 257) | class NeonTransaction< method transaction (line 263) | override async transaction(_transaction: (tx: NeonTransaction = Omit, 'rows'> & { ... type NeonHttpQueryResultHKT (line 281) | interface NeonHttpQueryResultHKT extends PgQueryResultHKT { FILE: drizzle-orm/src/neon-serverless/driver.ts type NeonDriverOptions (line 18) | interface NeonDriverOptions { class NeonDriver (line 23) | class NeonDriver { method constructor (line 26) | constructor( method createSession (line 33) | createSession( class NeonDatabase (line 43) | class NeonDatabase< function construct (line 49) | function construct< function drizzle (line 91) | function drizzle< function mock (line 150) | function mock = Record>( FILE: drizzle-orm/src/neon-serverless/session.ts type NeonClient (line 25) | type NeonClient = Pool | PoolClient | Client; class NeonPreparedQuery (line 27) | class NeonPreparedQuery extends PgPrepare... method constructor (line 33) | constructor( method execute (line 139) | async execute(placeholderValues: Record | undefined =... method all (line 161) | all(placeholderValues: Record | undefined = {}): Prom... method values (line 169) | values(placeholderValues: Record | undefined = {}): P... method isResponseInArrayMode (line 178) | isResponseInArrayMode(): boolean { type NeonSessionOptions (line 183) | interface NeonSessionOptions { class NeonSession (line 188) | class NeonSession< method constructor (line 197) | constructor( method prepareQuery (line 208) | prepareQuery( method query (line 235) | async query(query: string, params: unknown[]): Promise { method queryObjects (line 245) | async queryObjects( method count (line 252) | override async count(sql: SQL): Promise { method transaction (line 260) | override async transaction( class NeonTransaction (line 284) | class NeonTransaction< method transaction (line 290) | override async transaction(transaction: (tx: NeonTransaction = Record>( FILE: drizzle-orm/src/node-postgres/session.ts type NodePgClient (line 19) | type NodePgClient = pg.Pool | PoolClient | Client; class NodePgPreparedQuery (line 21) | class NodePgPreparedQuery extends PgPrepa... method constructor (line 27) | constructor( method execute (line 133) | async execute(placeholderValues: Record | undefined =... method all (line 173) | all(placeholderValues: Record | undefined = {}): Prom... method isResponseInArrayMode (line 191) | isResponseInArrayMode(): boolean { type NodePgSessionOptions (line 196) | interface NodePgSessionOptions { class NodePgSession (line 201) | class NodePgSession< method constructor (line 210) | constructor( method prepareQuery (line 221) | prepareQuery( method transaction (line 248) | override async transaction( method count (line 270) | override async count(sql: SQL): Promise { class NodePgTransaction (line 278) | class NodePgTransaction< method transaction (line 284) | override async transaction(transaction: (tx: NodePgTransaction = Record>( type State (line 49) | interface State { type Action (line 54) | type Action = FILE: drizzle-orm/src/op-sqlite/session.ts type OPSQLiteSessionOptions (line 21) | interface OPSQLiteSessionOptions { type PreparedQueryConfig (line 26) | type PreparedQueryConfig = Omit>( method transaction (line 74) | override transaction( class OPSQLiteTransaction (line 91) | class OPSQLiteTransaction< method transaction (line 97) | override transaction(transaction: (tx: OPSQLiteTransaction): Promise): Promise): Promise): Promise = T extends ... type OptionalKeyOnly (line 12) | type OptionalKeyOnly = Record< type SelectedFieldsFlatFull (line 32) | type SelectedFieldsFlatFull = Record< type SelectedFields (line 37) | type SelectedFields = Record< type SelectedFieldsOrdered (line 42) | type SelectedFieldsOrdered = { FILE: drizzle-orm/src/pg-core/alias.ts function alias (line 7) | function alias( FILE: drizzle-orm/src/pg-core/checks.ts class CheckBuilder (line 5) | class CheckBuilder { method constructor (line 10) | constructor(public name: string, public value: SQL) {} method build (line 13) | build(table: PgTable): Check { class Check (line 18) | class Check { method constructor (line 24) | constructor(public table: PgTable, builder: CheckBuilder) { function check (line 30) | function check(name: string, value: SQL): CheckBuilder { FILE: drizzle-orm/src/pg-core/columns/all.ts function getPgColumnBuilders (line 34) | function getPgColumnBuilders() { type PgColumnsBuilders (line 71) | type PgColumnsBuilders = ReturnType; FILE: drizzle-orm/src/pg-core/columns/bigint.ts type PgBigInt53BuilderInitial (line 10) | type PgBigInt53BuilderInitial = PgBigInt53Builder<{ class PgBigInt53Builder (line 19) | class PgBigInt53Builder( class PgBigInt53 (line 36) | class PgBigInt53> ext... method getSQLType (line 39) | getSQLType(): string { method mapFromDriverValue (line 43) | override mapFromDriverValue(value: number | string): number { type PgBigInt64BuilderInitial (line 51) | type PgBigInt64BuilderInitial = PgBigInt64Builder<{ class PgBigInt64Builder (line 60) | class PgBigInt64Builder( class PgBigInt64 (line 80) | class PgBigInt64> ext... method getSQLType (line 83) | getSQLType(): string { method mapFromDriverValue (line 88) | override mapFromDriverValue(value: string): bigint { type PgBigIntConfig (line 93) | interface PgBigIntConfig = NotNull< class PgBigSerial53Builder (line 27) | class PgBigSerial53Builder( class PgBigSerial53 (line 49) | class PgBigSerial53 = NotNull< class PgBigSerial64Builder (line 77) | class PgBigSerial64Builder( class PgBigSerial64 (line 98) | class PgBigSerial64 = PgBooleanBuilder<{ class PgBooleanBuilder (line 16) | class PgBooleanBuilder( class PgBoolean (line 31) | class PgBoolean> exte... method getSQLType (line 34) | getSQLType(): string { function boolean (line 41) | function boolean(name?: string) { FILE: drizzle-orm/src/pg-core/columns/char.ts type PgCharBuilderInitial (line 8) | type PgCharBuilderInitial< class PgCharBuilder (line 22) | class PgCharBuilder( class PgChar (line 48) | class PgChar & { length?:... method getSQLType (line 56) | getSQLType(): string { type PgCharConfig (line 61) | interface PgCharConfig< function char (line 82) | function char(a?: string | PgCharConfig, b: PgCharConfig = {}): any { FILE: drizzle-orm/src/pg-core/columns/cidr.ts type PgCidrBuilderInitial (line 7) | type PgCidrBuilderInitial = PgCidrBuilder<{ class PgCidrBuilder (line 16) | class PgCidrBuilder( class PgCidr (line 31) | class PgCidr> extends PgC... method getSQLType (line 34) | getSQLType(): string { function cidr (line 41) | function cidr(name?: string) { FILE: drizzle-orm/src/pg-core/columns/common.ts type ReferenceConfig (line 25) | interface ReferenceConfig { type PgColumnBuilderBase (line 33) | interface PgColumnBuilderBase< method array (line 50) | array(size?: TSize): PgArr... method references (line 68) | references( method unique (line 76) | unique( method generatedAlwaysAs (line 86) | generatedAlwaysAs(as: SQL | T['data'] | (() => SQL)): HasGenerated( method constructor (line 143) | constructor( type IndexedExtraConfigType (line 154) | type IndexedExtraConfigType = { order?: 'asc' | 'desc'; nulls?: 'first' ... class ExtraConfigColumn (line 156) | class ExtraConfigColumn< method getSQLType (line 161) | override getSQLType(): string { method asc (line 176) | asc(): Omit { method desc (line 181) | desc(): Omit { method nullsFirst (line 186) | nullsFirst(): Omit { method nullsLast (line 191) | nullsLast(): Omit { method op (line 225) | op(opClass: PgIndexOpClass): Omit { class IndexedColumn (line 231) | class IndexedColumn { method constructor (line 233) | constructor( type AnyPgColumn (line 251) | type AnyPgColumn( class PgArray (line 309) | class PgArray< method constructor (line 320) | constructor( method getSQLType (line 330) | getSQLType(): string { method mapFromDriverValue (line 334) | override mapFromDriverValue(value: unknown[] | string): T['data'] { method mapToDriverValue (line 342) | override mapToDriverValue(value: unknown[], isNestedArray = false): un... FILE: drizzle-orm/src/pg-core/columns/custom.ts type ConvertCustomConfig (line 9) | type ConvertCustomConfig( class PgCustomColumn (line 60) | class PgCustomColumn { function customType (line 203) | function customType( FILE: drizzle-orm/src/pg-core/columns/date.common.ts method defaultNow (line 12) | defaultNow() { FILE: drizzle-orm/src/pg-core/columns/date.ts type PgDateBuilderInitial (line 9) | type PgDateBuilderInitial = PgDateBuilder<{ class PgDateBuilder (line 18) | class PgDateBuilder>... method constructor (line 21) | constructor(name: T['name']) { method build (line 26) | override build( class PgDate (line 33) | class PgDate> extends PgCol... method getSQLType (line 36) | getSQLType(): string { method mapFromDriverValue (line 40) | override mapFromDriverValue(value: string | Date): Date { method mapToDriverValue (line 46) | override mapToDriverValue(value: Date): string { type PgDateStringBuilderInitial (line 51) | type PgDateStringBuilderInitial = PgDateStringBuil... class PgDateStringBuilder (line 60) | class PgDateStringBuilder( class PgDateString (line 80) | class PgDateString>... method getSQLType (line 83) | getSQLType(): string { method mapFromDriverValue (line 87) | override mapFromDriverValue(value: Date | string): string { type PgDateConfig (line 94) | interface PgDateConfig { function date (line 106) | function date(a?: string | PgDateConfig, b?: PgDateConfig) { FILE: drizzle-orm/src/pg-core/columns/double-precision.ts type PgDoublePrecisionBuilderInitial (line 7) | type PgDoublePrecisionBuilderInitial = PgDoublePre... class PgDoublePrecisionBuilder (line 16) | class PgDoublePrecisionBuilder( class PgDoublePrecision (line 36) | class PgDoublePrecision { class PgEnumObjectColumnBuilder (line 31) | class PgEnumObjectColumnBuilder< method constructor (line 36) | constructor(name: T['name'], enumInstance: PgEnumObject) { method build (line 42) | override build( class PgEnumObjectColumn (line 52) | class PgEnumObjectColumn { function isPgEnum (line 98) | function isPgEnum(obj: unknown): obj is PgEnum<[string, ...string[]]> { class PgEnumColumnBuilder (line 102) | class PgEnumColumnBuilder< method constructor (line 107) | constructor(name: T['name'], enumInstance: PgEnum) { method build (line 113) | override build( class PgEnumColumn (line 123) | class PgEnumColumn ... method constructor (line 131) | constructor( method getSQLType (line 139) | getSQLType(): string { function pgEnum (line 154) | function pgEnum( function pgEnumWithSchema (line 164) | function pgEnumWithSchema( FILE: drizzle-orm/src/pg-core/columns/inet.ts type PgInetBuilderInitial (line 7) | type PgInetBuilderInitial = PgInetBuilder<{ class PgInetBuilder (line 16) | class PgInetBuilder( class PgInet (line 31) | class PgInet> extends PgC... method getSQLType (line 34) | getSQLType(): string { function inet (line 41) | function inet(name?: string) { FILE: drizzle-orm/src/pg-core/columns/int.common.ts method generatedAlwaysAsIdentity (line 14) | generatedAlwaysAsIdentity( method generatedByDefaultAsIdentity (line 36) | generatedByDefaultAsIdentity( FILE: drizzle-orm/src/pg-core/columns/integer.ts type PgIntegerBuilderInitial (line 8) | type PgIntegerBuilderInitial = PgIntegerBuilder<{ class PgIntegerBuilder (line 17) | class PgIntegerBuilder( class PgInteger (line 34) | class PgInteger> exten... method getSQLType (line 37) | getSQLType(): string { method mapFromDriverValue (line 41) | override mapFromDriverValue(value: number | string): number { function integer (line 51) | function integer(name?: string) { FILE: drizzle-orm/src/pg-core/columns/interval.ts type PgIntervalBuilderInitial (line 9) | type PgIntervalBuilderInitial = PgIntervalBuilder<{ class PgIntervalBuilder (line 18) | class PgIntervalBuilder( class PgInterval (line 39) | class PgInterval> method getSQLType (line 47) | getSQLType(): string { type IntervalConfig (line 54) | interface IntervalConfig { function interval (line 80) | function interval(a?: string | IntervalConfig, b: IntervalConfig = {}) { FILE: drizzle-orm/src/pg-core/columns/json.ts type PgJsonBuilderInitial (line 7) | type PgJsonBuilderInitial = PgJsonBuilder<{ class PgJsonBuilder (line 16) | class PgJsonBuilder>... method constructor (line 21) | constructor(name: T['name']) { method build (line 26) | override build( class PgJson (line 33) | class PgJson> extends PgCol... method constructor (line 36) | constructor(table: AnyPgTable<{ name: T['tableName'] }>, config: PgJso... method getSQLType (line 40) | getSQLType(): string { method mapToDriverValue (line 44) | override mapToDriverValue(value: T['data']): string { method mapFromDriverValue (line 48) | override mapFromDriverValue(value: T['data'] | string): T['data'] { function json (line 62) | function json(name?: string) { FILE: drizzle-orm/src/pg-core/columns/jsonb.ts type PgJsonbBuilderInitial (line 7) | type PgJsonbBuilderInitial = PgJsonbBuilder<{ class PgJsonbBuilder (line 16) | class PgJsonbBuilder( class PgJsonb (line 31) | class PgJsonb> extends PgC... method constructor (line 34) | constructor(table: AnyPgTable<{ name: T['tableName'] }>, config: PgJso... method getSQLType (line 38) | getSQLType(): string { method mapToDriverValue (line 42) | override mapToDriverValue(value: T['data']): string { method mapFromDriverValue (line 46) | override mapFromDriverValue(value: T['data'] | string): T['data'] { function jsonb (line 60) | function jsonb(name?: string) { FILE: drizzle-orm/src/pg-core/columns/line.ts type PgLineBuilderInitial (line 9) | type PgLineBuilderInitial = PgLineBuilder<{ class PgLineBuilder (line 18) | class PgLineBuilder... method constructor (line 21) | constructor(name: T['name']) { method build (line 26) | override build( class PgLineTuple (line 36) | class PgLineTuple> extends... method getSQLType (line 39) | getSQLType(): string { method mapFromDriverValue (line 43) | override mapFromDriverValue(value: string): [number, number, number] { method mapToDriverValue (line 48) | override mapToDriverValue(value: [number, number, number]): string { type PgLineABCBuilderInitial (line 53) | type PgLineABCBuilderInitial = PgLineABCBuilder<{ class PgLineABCBuilder (line 62) | class PgLineABCBuilder( class PgLineABC (line 80) | class PgLineABC> extends... method getSQLType (line 83) | getSQLType(): string { method mapFromDriverValue (line 87) | override mapFromDriverValue(value: string): { a: number; b: number; c:... method mapToDriverValue (line 92) | override mapToDriverValue(value: { a: number; b: number; c: number }):... type PgLineTypeConfig (line 97) | interface PgLineTypeConfig { function line (line 111) | function line(a?: string | PgLineTypeConfig, b?: PgLineTypeConfig) { FILE: drizzle-orm/src/pg-core/columns/macaddr.ts type PgMacaddrBuilderInitial (line 7) | type PgMacaddrBuilderInitial = PgMacaddrBuilder<{ class PgMacaddrBuilder (line 16) | class PgMacaddrBuilder( class PgMacaddr (line 31) | class PgMacaddr> exten... method getSQLType (line 34) | getSQLType(): string { function macaddr (line 41) | function macaddr(name?: string) { FILE: drizzle-orm/src/pg-core/columns/macaddr8.ts type PgMacaddr8BuilderInitial (line 7) | type PgMacaddr8BuilderInitial = PgMacaddr8Builder<{ class PgMacaddr8Builder (line 16) | class PgMacaddr8Builder( class PgMacaddr8 (line 31) | class PgMacaddr8> ext... method getSQLType (line 34) | getSQLType(): string { function macaddr8 (line 41) | function macaddr8(name?: string) { FILE: drizzle-orm/src/pg-core/columns/numeric.ts type PgNumericBuilderInitial (line 8) | type PgNumericBuilderInitial = PgNumericBuilder<{ class PgNumericBuilder (line 17) | class PgNumericBuilder( class PgNumeric (line 40) | class PgNumeric> exten... method constructor (line 46) | constructor(table: AnyPgTable<{ name: T['tableName'] }>, config: PgNum... method mapFromDriverValue (line 52) | override mapFromDriverValue(value: unknown): string { method getSQLType (line 58) | getSQLType(): string { type PgNumericNumberBuilderInitial (line 69) | type PgNumericNumberBuilderInitial = PgNumericNumb... class PgNumericNumberBuilder (line 78) | class PgNumericNumberBuilder( class PgNumericNumber (line 106) | class PgNumericNumber, config: PgNum... method mapFromDriverValue (line 118) | override mapFromDriverValue(value: unknown): number { method getSQLType (line 126) | getSQLType(): string { type PgNumericBigIntBuilderInitial (line 137) | type PgNumericBigIntBuilderInitial = PgNumericBigI... class PgNumericBigIntBuilder (line 146) | class PgNumericBigIntBuilder( class PgNumericBigInt (line 174) | class PgNumericBigInt, config: PgNum... method getSQLType (line 190) | getSQLType(): string { type PgNumericConfig (line 201) | type PgNumericConfig = PgPointTupleBuil... class PgPointTupleBuilder (line 18) | class PgPointTupleBuilder( class PgPointTuple (line 38) | class PgPointTuple> ... method getSQLType (line 41) | getSQLType(): string { method mapFromDriverValue (line 45) | override mapFromDriverValue(value: string | { x: number; y: number }):... method mapToDriverValue (line 53) | override mapToDriverValue(value: [number, number]): string { type PgPointObjectBuilderInitial (line 58) | type PgPointObjectBuilderInitial = PgPointObjectBu... class PgPointObjectBuilder (line 67) | class PgPointObjectBuilder( class PgPointObject (line 87) | class PgPointObject>... method getSQLType (line 90) | getSQLType(): string { method mapFromDriverValue (line 94) | override mapFromDriverValue(value: string | { x: number; y: number }):... method mapToDriverValue (line 102) | override mapToDriverValue(value: { x: number; y: number }): string { type PgPointConfig (line 107) | interface PgPointConfig { function point (line 121) | function point(a?: string | PgPointConfig, b?: PgPointConfig) { FILE: drizzle-orm/src/pg-core/columns/postgis_extension/geometry.ts type PgGeometryBuilderInitial (line 10) | type PgGeometryBuilderInitial = PgGeometryBuilder<{ class PgGeometryBuilder (line 19) | class PgGeometryBuilder( class PgGeometry (line 37) | class PgGeometry> exte... method getSQLType (line 40) | getSQLType(): string { method mapFromDriverValue (line 44) | override mapFromDriverValue(value: string): [number, number] { method mapToDriverValue (line 48) | override mapToDriverValue(value: [number, number]): string { type PgGeometryObjectBuilderInitial (line 53) | type PgGeometryObjectBuilderInitial = PgGeometryOb... class PgGeometryObjectBuilder (line 62) | class PgGeometryObjectBuilder( class PgGeometryObject (line 82) | class PgGeometryObject { function geometry (line 113) | function geometry(a?: string | PgGeometryConfig, b?: PgGeometryConfig) { FILE: drizzle-orm/src/pg-core/columns/postgis_extension/utils.ts function hexToBytes (line 1) | function hexToBytes(hex: string): Uint8Array { function bytesToFloat64 (line 9) | function bytesToFloat64(bytes: Uint8Array, offset: number): number { function parseEWKB (line 18) | function parseEWKB(hex: string): [number, number] { FILE: drizzle-orm/src/pg-core/columns/real.ts type PgRealBuilderInitial (line 7) | type PgRealBuilderInitial = PgRealBuilder<{ class PgRealBuilder (line 16) | class PgRealBuilder( class PgReal (line 35) | class PgReal> extends PgC... method constructor (line 38) | constructor(table: AnyPgTable<{ name: T['tableName'] }>, config: PgRea... method getSQLType (line 42) | getSQLType(): string { function real (line 56) | function real(name?: string) { FILE: drizzle-orm/src/pg-core/columns/serial.ts type PgSerialBuilderInitial (line 13) | type PgSerialBuilderInitial = NotNull< class PgSerialBuilder (line 26) | class PgSerialBuilder( class PgSerial (line 43) | class PgSerial> extends... method getSQLType (line 46) | getSQLType(): string { function serial (line 53) | function serial(name?: string) { FILE: drizzle-orm/src/pg-core/columns/smallint.ts type PgSmallIntBuilderInitial (line 8) | type PgSmallIntBuilderInitial = PgSmallIntBuilder<{ class PgSmallIntBuilder (line 17) | class PgSmallIntBuilder( class PgSmallInt (line 34) | class PgSmallInt> ext... method getSQLType (line 37) | getSQLType(): string { function smallint (line 51) | function smallint(name?: string) { FILE: drizzle-orm/src/pg-core/columns/smallserial.ts type PgSmallSerialBuilderInitial (line 13) | type PgSmallSerialBuilderInitial = NotNull< class PgSmallSerialBuilder (line 26) | class PgSmallSerialBuilder( class PgSmallSerial (line 48) | class PgSmallSerial( class PgText (line 38) | class PgText> method getSQLType (line 45) | getSQLType(): string { type PgTextConfig (line 50) | interface PgTextConfig< function text (line 64) | function text(a?: string | PgTextConfig, b: PgTextConfig = {}): any { FILE: drizzle-orm/src/pg-core/columns/time.ts type PgTimeBuilderInitial (line 10) | type PgTimeBuilderInitial = PgTimeBuilder<{ class PgTimeBuilder (line 19) | class PgTimeBuilder( class PgTime (line 43) | class PgTime> extends PgC... method constructor (line 49) | constructor(table: AnyPgTable<{ name: T['tableName'] }>, config: PgTim... method getSQLType (line 55) | getSQLType(): string { type TimeConfig (line 61) | interface TimeConfig { function time (line 69) | function time(a?: string | TimeConfig, b: TimeConfig = {}) { FILE: drizzle-orm/src/pg-core/columns/timestamp.ts type PgTimestampBuilderInitial (line 9) | type PgTimestampBuilderInitial = PgTimestampBuilder<{ class PgTimestampBuilder (line 18) | class PgTimestampBuilder( class PgTimestamp (line 44) | class PgTimestamp> ext... method constructor (line 50) | constructor(table: AnyPgTable<{ name: T['tableName'] }>, config: PgTim... method getSQLType (line 56) | getSQLType(): string { method mapFromDriverValue (line 61) | override mapFromDriverValue(value: Date | string): Date { type PgTimestampStringBuilderInitial (line 72) | type PgTimestampStringBuilderInitial = PgTimestamp... class PgTimestampStringBuilder (line 81) | class PgTimestampStringBuilder( class PgTimestampString (line 110) | class PgTimestampString, config: PgTim... method getSQLType (line 122) | getSQLType(): string { method mapFromDriverValue (line 127) | override mapFromDriverValue(value: Date | string): string { type Precision (line 141) | type Precision = 0 | 1 | 2 | 3 | 4 | 5 | 6; type PgTimestampConfig (line 143) | interface PgTimestampConfig = PgUUIDBuilder<{ class PgUUIDBuilder (line 17) | class PgUUIDBuilder { method build (line 32) | override build( class PgUUID (line 39) | class PgUUID> extends PgC... method getSQLType (line 42) | getSQLType(): string { function uuid (line 49) | function uuid(name?: string) { FILE: drizzle-orm/src/pg-core/columns/varchar.ts type PgVarcharBuilderInitial (line 8) | type PgVarcharBuilderInitial< class PgVarcharBuilder (line 22) | class PgVarcharBuilder< method constructor (line 31) | constructor(name: T['name'], config: PgVarcharConfig( class PgVarchar (line 48) | class PgVarchar & { le... method getSQLType (line 56) | getSQLType(): string { type PgVarcharConfig (line 61) | interface PgVarcharConfig< function varchar (line 86) | function varchar(a?: string | PgVarcharConfig, b: PgVarcharConfig = {}):... FILE: drizzle-orm/src/pg-core/columns/vector_extension/bit.ts type PgBinaryVectorBuilderInitial (line 8) | type PgBinaryVectorBuilderInitial( class PgBinaryVector (line 42) | class PgBinaryVector { function bit (line 65) | function bit(a: string | PgBinaryVectorConfig, b?: PgBinaryVectorConfig) { FILE: drizzle-orm/src/pg-core/columns/vector_extension/halfvec.ts type PgHalfVectorBuilderInitial (line 8) | type PgHalfVectorBuilderInitial) { method build (line 33) | override build( class PgHalfVector (line 43) | class PgHalfVector &... method getSQLType (line 50) | getSQLType(): string { method mapToDriverValue (line 54) | override mapToDriverValue(value: unknown): unknown { method mapFromDriverValue (line 58) | override mapFromDriverValue(value: string): unknown { type PgHalfVectorConfig (line 66) | interface PgHalfVectorConfig { function halfvec (line 77) | function halfvec(a: string | PgHalfVectorConfig, b?: PgHalfVectorConfig) { FILE: drizzle-orm/src/pg-core/columns/vector_extension/sparsevec.ts type PgSparseVectorBuilderInitial (line 8) | type PgSparseVectorBuilderInitial = PgSparseVector... class PgSparseVectorBuilder (line 17) | class PgSparseVectorBuilder( class PgSparseVector (line 41) | class PgSparseVector) { method build (line 33) | override build( class PgVector (line 43) | class PgVector & { dimen... method getSQLType (line 50) | getSQLType(): string { method mapToDriverValue (line 54) | override mapToDriverValue(value: unknown): unknown { method mapFromDriverValue (line 58) | override mapFromDriverValue(value: string): unknown { type PgVectorConfig (line 66) | interface PgVectorConfig { function vector (line 77) | function vector(a: string | PgVectorConfig, b?: PgVectorConfig) { FILE: drizzle-orm/src/pg-core/db.ts class PgDatabase (line 36) | class PgDatabase< method constructor (line 56) | constructor( method $count (line 150) | $count( method with (line 178) | with(...queries: WithSubquery[]) { method select (line 437) | select(fields?: TSelection): PgSele... method selectDistinct (line 471) | selectDistinct(fields?: TSelection)... method selectDistinctOn (line 510) | selectDistinctOn( method update (line 549) | update(table: TTable): PgUpdateBuilder(table: TTable): PgInsertBuilder(table: TTable): PgDeleteBase(view: TView)... method execute (line 615) | execute = Record>( method transaction (line 636) | transaction( type PgWithReplicas (line 644) | type PgWithReplicas = Q & { $primary: Q; $replicas: Q[] }; method query (line 691) | get query() { FILE: drizzle-orm/src/pg-core/dialect.ts type PgDialectConfig (line 59) | interface PgDialectConfig { class PgDialect (line 63) | class PgDialect { method constructor (line 69) | constructor(config?: PgDialectConfig) { method migrate (line 73) | async migrate(migrations: MigrationMeta[], session: PgSession, config:... method escapeName (line 114) | escapeName(name: string): string { method escapeParam (line 118) | escapeParam(num: number): string { method escapeString (line 122) | escapeString(str: string): string { method buildWithCTE (line 126) | private buildWithCTE(queries: Subquery[] | undefined): SQL | undefined { method buildDeleteQuery (line 140) | buildDeleteQuery({ table, where, returning, withList }: PgDeleteConfig... method buildUpdateSet (line 152) | buildUpdateSet(table: PgTable, set: UpdateSet): SQL { method buildUpdateQuery (line 174) | buildUpdateQuery({ table, set, where, returning, withList, from, joins... method buildSelection (line 211) | private buildSelection( method buildJoins (line 279) | private buildJoins(joins: PgSelectJoinConfig[] | undefined): SQL | und... method buildFromTable (line 327) | private buildFromTable( method buildSelectQuery (line 341) | buildSelectQuery( method buildSetOperations (line 450) | buildSetOperations(leftSelect: SQL, setOperators: PgSelectConfig['setO... method buildSetOperationQuery (line 468) | buildSetOperationQuery({ method buildInsertQuery (line 513) | buildInsertQuery( method buildRefreshMaterializedViewQuery (line 582) | buildRefreshMaterializedViewQuery( method prepareTyping (line 591) | prepareTyping(encoder: DriverValueEncoder): QueryTyp... method sqlToQuery (line 609) | sqlToQuery(sql: SQL, invokeSource?: 'indexes' | undefined): QueryWithT... method buildRelationalQueryWithoutPK (line 1150) | buildRelationalQueryWithoutPK({ FILE: drizzle-orm/src/pg-core/expressions.ts function concat (line 8) | function concat(column: PgColumn | SQL.Aliased, value: string | Placehol... function substring (line 12) | function substring( FILE: drizzle-orm/src/pg-core/foreign-keys.ts type UpdateDeleteAction (line 6) | type UpdateDeleteAction = 'cascade' | 'restrict' | 'no action' | 'set nu... type Reference (line 8) | type Reference = () => { class ForeignKeyBuilder (line 15) | class ForeignKeyBuilder { method constructor (line 27) | constructor( method onUpdate (line 48) | onUpdate(action: UpdateDeleteAction): this { method onDelete (line 53) | onDelete(action: UpdateDeleteAction): this { method build (line 59) | build(table: PgTable): ForeignKey { type AnyForeignKeyBuilder (line 64) | type AnyForeignKeyBuilder = ForeignKeyBuilder; class ForeignKey (line 66) | class ForeignKey { method constructor (line 73) | constructor(readonly table: PgTable, builder: ForeignKeyBuilder) { method getName (line 79) | getName(): string { type ColumnsWithTable (line 93) | type ColumnsWithTable< function foreignKey (line 98) | function foreignKey< FILE: drizzle-orm/src/pg-core/indexes.ts type IndexConfig (line 8) | interface IndexConfig { type IndexColumn (line 44) | type IndexColumn = PgColumn; type PgIndexMethod (line 46) | type PgIndexMethod = 'btree' | 'hash' | 'gist' | 'spgist' | 'gin' | 'bri... type PgIndexOpClass (line 48) | type PgIndexOpClass = class IndexBuilderOn (line 109) | class IndexBuilderOn { method constructor (line 112) | constructor(private unique: boolean, private name?: string) {} method on (line 114) | on(...columns: [Partial | SQL, ...Partial, ...Partial): this { method where (line 220) | where(condition: SQL): this { method build (line 226) | build(table: PgTable): Index { class IndexBuilder (line 188) | class IndexBuilder implements AnyIndexBuilder { method constructor (line 194) | constructor( method concurrently (line 210) | concurrently(): this { method with (line 215) | with(obj: Record): this { method where (line 220) | where(condition: SQL): this { method build (line 226) | build(table: PgTable): Index { class Index (line 231) | class Index { method constructor (line 236) | constructor(config: IndexConfig, table: PgTable) { type GetColumnsTableName (line 241) | type GetColumnsTableName = TColumns extends PgColumn ? TColumn... function index (line 245) | function index(name?: string): IndexBuilderOn { function uniqueIndex (line 249) | function uniqueIndex(name?: string): IndexBuilderOn { FILE: drizzle-orm/src/pg-core/policies.ts type PgPolicyToOption (line 6) | type PgPolicyToOption = type PgPolicyConfig (line 15) | interface PgPolicyConfig { class PgPolicy (line 23) | class PgPolicy implements PgPolicyConfig { method constructor (line 35) | constructor( method link (line 48) | link(table: PgTable): this { function pgPolicy (line 54) | function pgPolicy(name: string, config?: PgPolicyConfig) { FILE: drizzle-orm/src/pg-core/primary-keys.ts function primaryKey (line 18) | function primaryKey(...config: any) { class PrimaryKeyBuilder (line 25) | class PrimaryKeyBuilder { method constructor (line 34) | constructor( method build (line 43) | build(table: PgTable): PrimaryKey { class PrimaryKey (line 48) | class PrimaryKey { method constructor (line 54) | constructor(readonly table: PgTable, columns: AnyPgColumn<{}>[], name?... method getName (line 59) | getName(): string { FILE: drizzle-orm/src/pg-core/query-builders/count.ts class PgCountBuilder (line 7) | class PgCountBuilder< method buildEmbeddedCount (line 18) | private static buildEmbeddedCount( method buildCount (line 25) | private static buildCount( method constructor (line 32) | constructor( method setToken (line 52) | setToken(token?: NeonAuthToken) { method then (line 57) | then( method catch (line 68) | catch( method finally (line 74) | finally(onFinally?: (() => void) | null | undefined): Promise { FILE: drizzle-orm/src/pg-core/query-builders/delete.ts type PgDeleteWithout (line 26) | type PgDeleteWithout< type PgDelete (line 43) | type PgDelete< type PgDeleteConfig (line 50) | interface PgDeleteConfig { type PgDeleteReturningAll (line 58) | type PgDeleteReturningAll< type PgDeleteReturning (line 74) | type PgDeleteReturning< type PgDeletePrepare (line 91) | type PgDeletePrepare = PgPreparedQuery< type PgDeleteDynamic (line 98) | type PgDeleteDynamic = PgDelete< type AnyPgDeleteBase (line 105) | type AnyPgDeleteBase = PgDeleteBase; type PgDeleteBase (line 107) | interface PgDeleteBase< method constructor (line 157) | constructor( method where (line 196) | where(where: SQL | undefined): PgDeleteWithout { method returning (line 225) | returning( method getSQL (line 234) | getSQL(): SQL { method toSQL (line 238) | toSQL(): Query { method _prepare (line 244) | _prepare(name?: string): PgDeletePrepare { method prepare (line 257) | prepare(name: string): PgDeletePrepare { method setToken (line 263) | setToken(token?: NeonAuthToken) { method getSelectedFields (line 275) | getSelectedFields(): this['_']['selectedFields'] { method $dynamic (line 290) | $dynamic(): PgDeleteDynamic { class PgDeleteBase (line 135) | class PgDeleteBase< method constructor (line 157) | constructor( method where (line 196) | where(where: SQL | undefined): PgDeleteWithout { method returning (line 225) | returning( method getSQL (line 234) | getSQL(): SQL { method toSQL (line 238) | toSQL(): Query { method _prepare (line 244) | _prepare(name?: string): PgDeletePrepare { method prepare (line 257) | prepare(name: string): PgDeletePrepare { method setToken (line 263) | setToken(token?: NeonAuthToken) { method getSelectedFields (line 275) | getSelectedFields(): this['_']['selectedFields'] { method $dynamic (line 290) | $dynamic(): PgDeleteDynamic { FILE: drizzle-orm/src/pg-core/query-builders/insert.ts type PgInsertConfig (line 31) | interface PgInsertConfig { type PgInsertValue (line 42) | type PgInsertValue, OverrideT extend... type PgInsertSelectQueryBuilder (line 51) | type PgInsertSelectQueryBuilder = TypedQueryBuil... class PgInsertBuilder (line 55) | class PgInsertBuilder< method constructor (line 62) | constructor( method setToken (line 72) | setToken(token?: NeonAuthToken) { method overridingSystemValue (line 77) | overridingSystemValue(): Omit { type PgInsertPrepare (line 183) | type PgInsertPrepare = PgPreparedQuery< type PgInsertDynamic (line 190) | type PgInsertDynamic = PgInsert< type AnyPgInsert (line 196) | type AnyPgInsert = PgInsertBase; type PgInsert (line 198) | type PgInsert< type PgInsertBase (line 205) | interface PgInsertBase< method constructor (line 256) | constructor( method returning (line 293) | returning( method onConflictDoNothing (line 323) | onConflictDoNothing( method onConflictDoUpdate (line 369) | onConflictDoUpdate( method getSQL (line 392) | getSQL(): SQL { method toSQL (line 396) | toSQL(): Query { method _prepare (line 402) | _prepare(name?: string): PgInsertPrepare { method prepare (line 415) | prepare(name: string): PgInsertPrepare { method setToken (line 421) | setToken(token?: NeonAuthToken) { method getSelectedFields (line 433) | getSelectedFields(): this['_']['selectedFields'] { method $dynamic (line 448) | $dynamic(): PgInsertDynamic { class PgInsertBase (line 233) | class PgInsertBase< method constructor (line 256) | constructor( method returning (line 293) | returning( method onConflictDoNothing (line 323) | onConflictDoNothing( method onConflictDoUpdate (line 369) | onConflictDoUpdate( method getSQL (line 392) | getSQL(): SQL { method toSQL (line 396) | toSQL(): Query { method _prepare (line 402) | _prepare(name?: string): PgInsertPrepare { method prepare (line 415) | prepare(name: string): PgInsertPrepare { method setToken (line 421) | setToken(token?: NeonAuthToken) { method getSelectedFields (line 433) | getSelectedFields(): this['_']['selectedFields'] { method $dynamic (line 448) | $dynamic(): PgInsertDynamic { FILE: drizzle-orm/src/pg-core/query-builders/query-builder.ts class QueryBuilder (line 13) | class QueryBuilder { method constructor (line 19) | constructor(dialect?: PgDialect | PgDialectConfig) { method with (line 49) | with(...queries: WithSubquery[]) { method select (line 100) | select(fields?: TSelection): PgSele... method selectDistinct (line 110) | selectDistinct(fields?: TSelection)... method selectDistinctOn (line 124) | selectDistinctOn( method getDialect (line 137) | private getDialect() { FILE: drizzle-orm/src/pg-core/query-builders/query.ts class RelationalQueryBuilder (line 19) | class RelationalQueryBuilder>( method findFirst (line 48) | findFirst extends QueryPromise method constructor (line 75) | constructor( method _prepare (line 90) | _prepare(name?: string): PgPreparedQuery { FILE: drizzle-orm/src/pg-core/query-builders/raw.ts type PgRaw (line 7) | interface PgRaw extends QueryPromise, RunnableQuery extends QueryPromise method constructor (line 19) | constructor( method getSQL (line 29) | getSQL() { method getQuery (line 33) | getQuery() { method mapResult (line 37) | mapResult(result: unknown, isFromBatch?: boolean) { method _prepare (line 41) | _prepare(): PreparedQuery { method isResponseInArrayMode (line 46) | isResponseInArrayMode() { FILE: drizzle-orm/src/pg-core/query-builders/refresh-materialized-view.ts type PgRefreshMaterializedView (line 18) | interface PgRefreshMaterializedView method constructor (line 42) | constructor( method concurrently (line 51) | concurrently(): this { method withNoData (line 59) | withNoData(): this { method getSQL (line 68) | getSQL(): SQL { method toSQL (line 72) | toSQL(): Query { method _prepare (line 78) | _prepare(name?: string): PgPreparedQuery< method prepare (line 88) | prepare(name: string): PgPreparedQuery< method setToken (line 98) | setToken(token: NeonAuthToken) { class PgRefreshMaterializedView (line 30) | class PgRefreshMaterializedView method constructor (line 42) | constructor( method concurrently (line 51) | concurrently(): this { method withNoData (line 59) | withNoData(): this { method getSQL (line 68) | getSQL(): SQL { method toSQL (line 72) | toSQL(): Query { method _prepare (line 78) | _prepare(name?: string): PgPreparedQuery< method prepare (line 88) | prepare(name: string): PgPreparedQuery< method setToken (line 98) | setToken(token: NeonAuthToken) { FILE: drizzle-orm/src/pg-core/query-builders/select.ts class PgSelectBuilder (line 62) | class PgSelectBuilder< method constructor (line 76) | constructor( method setToken (line 98) | setToken(token?: NeonAuthToken) { method from (line 109) | from( method constructor (line 190) | constructor( method getUsedTables (line 225) | getUsedTables() { method createJoin (line 229) | private createJoin< method createSetOperator (line 501) | private createSetOperator( method addSetOperators (line 726) | addSetOperators(setOperators: PgSelectConfig['setOperators']): PgSelectW... method where (line 765) | where( method having (line 802) | having( method groupBy (line 840) | groupBy( method orderBy (line 887) | orderBy( method limit (line 935) | limit(limit: number | Placeholder): PgSelectWithout( method getSelectedFields (line 1007) | override getSelectedFields(): this['_']['selectedFields'] { method $dynamic (line 1014) | $dynamic(): PgSelectDynamic { method $withCache (line 1018) | $withCache(config?: { config?: CacheConfig; tag?: string; autoInvalidate... type PgSelectBase (line 1028) | interface PgSelectBase< method _prepare (line 1078) | _prepare(name?: string): PgSelectPrepare { method prepare (line 1107) | prepare(name: string): PgSelectPrepare { method setToken (line 1113) | setToken(token?: NeonAuthToken) { class PgSelectBase (line 1054) | class PgSelectBase< method _prepare (line 1078) | _prepare(name?: string): PgSelectPrepare { method prepare (line 1107) | prepare(name: string): PgSelectPrepare { method setToken (line 1113) | setToken(token?: NeonAuthToken) { function createSetOperator (line 1127) | function createSetOperator(type: SetOperator, isAll: boolean): PgCreateS... FILE: drizzle-orm/src/pg-core/query-builders/select.types.ts type PgSelectJoinConfig (line 30) | interface PgSelectJoinConfig { type BuildAliasTable (line 38) | type BuildAliasTable; type SelectedFields (line 147) | type SelectedFields = SelectedFieldsBase; type SelectedFieldsOrdered (line 149) | type SelectedFieldsOrdered = SelectedFieldsOrderedBase; type LockStrength (line 151) | type LockStrength = 'update' | 'no key update' | 'share' | 'key share'; type LockConfig (line 153) | type LockConfig = type PgSelectHKTBase (line 168) | interface PgSelectHKTBase { type PgSelectKind (line 180) | type PgSelectKind< type PgSelectQueryBuilderHKT (line 201) | interface PgSelectQueryBuilderHKT extends PgSelectHKTBase { type PgSelectHKT (line 215) | interface PgSelectHKT extends PgSelectHKTBase { type CreatePgSelectFromBuilderMode (line 228) | type CreatePgSelectFromBuilderMode< type PgSetOperatorExcludedMethods (line 236) | type PgSetOperatorExcludedMethods = type PgSelectWithout (line 246) | type PgSelectWithout< type PgSelectPrepare (line 266) | type PgSelectPrepare = PgPreparedQuery< type PgSelectDynamic (line 272) | type PgSelectDynamic = PgSelectKind< type PgSelectQueryBuilder (line 284) | type PgSelectQueryBuilder< type AnyPgSelectQueryBuilder (line 304) | type AnyPgSelectQueryBuilder = PgSelectQueryBuilderBase = PgSetOperatorInter... type PgSelect (line 343) | type PgSelect< type AnyPgSelect (line 350) | type AnyPgSelect = PgSelectBase; type PgSetOperator (line 352) | type PgSetOperator< type SetOperatorRightSelect (line 366) | type SetOperatorRightSelect< type SetOperatorRestSelect (line 376) | type SetOperatorRestSelect< type PgCreateSetOperatorFn (line 389) | type PgCreateSetOperatorFn = < type GetPgSetOperators (line 430) | type GetPgSetOperators = { FILE: drizzle-orm/src/pg-core/query-builders/update.ts type PgUpdateConfig (line 52) | interface PgUpdateConfig { type PgUpdateSetSource (line 63) | type PgUpdateSetSource = class PgUpdateBuilder (line 73) | class PgUpdateBuilder = PgPreparedQuery< type PgUpdateDynamic (line 287) | type PgUpdateDynamic = PgUpdate< type PgUpdate (line 295) | type PgUpdate< type AnyPgUpdate (line 305) | type AnyPgUpdate = PgUpdateBase( method getTableLikeFields (line 396) | private getTableLikeFields(table: PgTable | Subquery | PgViewBase): Re... method createJoin (line 405) | private createJoin( method where (line 508) | where(where: SQL | undefined): PgUpdateWithout { method returning (line 539) | returning( method getSQL (line 570) | getSQL(): SQL { method toSQL (line 574) | toSQL(): Query { method _prepare (line 580) | _prepare(name?: string): PgUpdatePrepare { method prepare (line 591) | prepare(name: string): PgUpdatePrepare { method setToken (line 597) | setToken(token?: NeonAuthToken) { method getSelectedFields (line 607) | getSelectedFields(): this['_']['selectedFields'] { method $dynamic (line 622) | $dynamic(): PgUpdateDynamic { class PgUpdateBase (line 341) | class PgUpdateBase< method constructor (line 368) | constructor( method from (line 381) | from( method getTableLikeFields (line 396) | private getTableLikeFields(table: PgTable | Subquery | PgViewBase): Re... method createJoin (line 405) | private createJoin( method where (line 508) | where(where: SQL | undefined): PgUpdateWithout { method returning (line 539) | returning( method getSQL (line 570) | getSQL(): SQL { method toSQL (line 574) | toSQL(): Query { method _prepare (line 580) | _prepare(name?: string): PgUpdatePrepare { method prepare (line 591) | prepare(name: string): PgUpdatePrepare { method setToken (line 597) | setToken(token?: NeonAuthToken) { method getSelectedFields (line 607) | getSelectedFields(): this['_']['selectedFields'] { method $dynamic (line 622) | $dynamic(): PgUpdateDynamic { FILE: drizzle-orm/src/pg-core/roles.ts type PgRoleConfig (line 3) | interface PgRoleConfig { class PgRole (line 9) | class PgRole implements PgRoleConfig { method constructor (line 22) | constructor( method existing (line 33) | existing(): this { function pgRole (line 39) | function pgRole(name: string, config?: PgRoleConfig) { FILE: drizzle-orm/src/pg-core/schema.ts class PgSchema (line 9) | class PgSchema implements SQLWrapper { method constructor (line 11) | constructor( method enum (line 37) | public enum(enumName: any, input: any): any { method getSQL (line 51) | getSQL(): SQL { method shouldOmitSQLParens (line 55) | shouldOmitSQLParens(): boolean { function isPgSchema (line 60) | function isPgSchema(obj: unknown): obj is PgSchema { function pgSchema (line 64) | function pgSchema(name: T) { FILE: drizzle-orm/src/pg-core/sequence.ts type PgSequenceOptions (line 3) | type PgSequenceOptions = { class PgSequence (line 12) | class PgSequence { method constructor (line 15) | constructor( function pgSequence (line 23) | function pgSequence( function pgSequenceWithSchema (line 31) | function pgSequenceWithSchema( function isPgSequence (line 39) | function isPgSequence(obj: unknown): obj is PgSequence { FILE: drizzle-orm/src/pg-core/session.ts type PreparedQueryConfig (line 14) | interface PreparedQueryConfig { method constructor (line 21) | constructor( method getQuery (line 44) | getQuery(): Query { method mapResult (line 48) | mapResult(response: unknown, _isFromBatch?: boolean): unknown { method setToken (line 53) | setToken(token?: NeonAuthToken) { method queryWithCache (line 64) | protected async queryWithCache( type PgTransactionConfig (line 162) | interface PgTransactionConfig { method constructor (line 175) | constructor(protected dialect: PgDialect) {} method execute (line 194) | execute(query: SQL, token?: NeonAuthToken): Promise { method all (line 209) | all(query: SQL): Promise { method count (line 222) | async count(sql: SQL, token?: NeonAuthToken): Promise { method constructor (line 243) | constructor( method rollback (line 256) | rollback(): never { method getTransactionConfigSQL (line 261) | getTransactionConfigSQL(config: PgTransactionConfig): SQL { method setTransaction (line 275) | setTransaction(config: PgTransactionConfig): Promise { type PgQueryResultHKT (line 284) | interface PgQueryResultHKT { type PgQueryResultKind (line 290) | type PgQueryResultKind = (TKind & { FILE: drizzle-orm/src/pg-core/subquery.ts type SubqueryWithSelection (line 7) | type SubqueryWithSelection; class PgTable (line 33) | class PgTable extends Table { type AnyPgTable (line 56) | type AnyPgTable = {}> = PgTable = function pgTableWithSchema (line 71) | function pgTableWithSchema< type PgTableFn (line 139) | interface PgTableFn { function pgTableCreator (line 248) | function pgTableCreator(customizeTableName: (name: string) => string): P... FILE: drizzle-orm/src/pg-core/unique-constraint.ts function unique (line 6) | function unique(name?: string): UniqueOnConstraintBuilder { function uniqueKeyName (line 10) | function uniqueKeyName(table: PgTable, columns: string[]) { class UniqueConstraintBuilder (line 14) | class UniqueConstraintBuilder { method constructor (line 22) | constructor( method nullsNotDistinct (line 29) | nullsNotDistinct() { method build (line 35) | build(table: PgTable): UniqueConstraint { class UniqueOnConstraintBuilder (line 40) | class UniqueOnConstraintBuilder { method constructor (line 46) | constructor( method on (line 52) | on(...columns: [PgColumn, ...PgColumn[]]) { class UniqueConstraint (line 57) | class UniqueConstraint { method constructor (line 64) | constructor(readonly table: PgTable, columns: PgColumn[], nullsNotDist... method getName (line 70) | getName() { FILE: drizzle-orm/src/pg-core/utils.ts function getTableConfig (line 19) | function getTableConfig(table: TTable) { function extractUsedTable (line 67) | function extractUsedTable(table: PgTable | Subquery | PgViewBase | SQL):... function getViewConfig (line 80) | function getViewConfig< function getMaterializedViewConfig (line 90) | function getMaterializedViewConfig< type ColumnsWithTable (line 100) | type ColumnsWithTable< FILE: drizzle-orm/src/pg-core/utils/array.ts function parsePgArrayValue (line 1) | function parsePgArrayValue(arrayString: string, startFrom: number, inQuo... function parsePgNestedArray (line 26) | function parsePgNestedArray(arrayString: string, startFrom = 0): [any[],... function parsePgArray (line 76) | function parsePgArray(arrayString: string): any[] { function makePgArray (line 81) | function makePgArray(array: any[]): string { FILE: drizzle-orm/src/pg-core/view.ts type ViewWithConfig (line 15) | type ViewWithConfig = RequireAtLeastOne<{ class DefaultViewBuilderCore (line 21) | class DefaultViewBuilderCore extends DefaultViewBuil... method as (line 47) | as( class ManualViewBuilder (line 75) | class ManualViewBuilder< method constructor (line 83) | constructor( method existing (line 92) | existing(): PgViewWithSelection method as (line 200) | as( class ManualMaterializedViewBuilder (line 233) | class ManualMaterializedViewBuilder< method constructor (line 241) | constructor( method existing (line 250) | existing(): PgMaterializedViewWithSelection = Record Promise; function migrate (line 8) | async function migrate>( FILE: drizzle-orm/src/pg-proxy/session.ts type PgRemoteSessionOptions (line 18) | interface PgRemoteSessionOptions { class PgRemoteSession (line 23) | class PgRemoteSession< method constructor (line 32) | constructor( method prepareQuery (line 43) | prepareQuery( method transaction (line 70) | override async transaction( class PgProxyTransaction (line 78) | class PgProxyTransaction< method transaction (line 84) | override async transaction( class PreparedQuery (line 91) | class PreparedQuery extends PreparedQuery... method constructor (line 94) | constructor( method execute (line 113) | async execute(placeholderValues: Record | undefined =... method all (line 156) | async all() { method isResponseInArrayMode (line 160) | isResponseInArrayMode(): boolean { type PgRemoteQueryResultHKT (line 165) | interface PgRemoteQueryResultHKT extends PgQueryResultHKT { FILE: drizzle-orm/src/pglite/driver.ts type PgDriverOptions (line 18) | interface PgDriverOptions { class PgliteDriver (line 23) | class PgliteDriver { method constructor (line 26) | constructor( method createSession (line 33) | createSession( class PgliteDatabase (line 43) | class PgliteDatabase< function construct (line 49) | function construct = Record = Record>( FILE: drizzle-orm/src/pglite/session.ts type PgliteClient (line 17) | type PgliteClient = PGlite; class PglitePreparedQuery (line 19) | class PglitePreparedQuery extends PgPrepa... method constructor (line 25) | constructor( method execute (line 82) | async execute(placeholderValues: Record | undefined =... method all (line 104) | all(placeholderValues: Record | undefined = {}): Prom... method isResponseInArrayMode (line 113) | isResponseInArrayMode(): boolean { type PgliteSessionOptions (line 118) | interface PgliteSessionOptions { class PgliteSession (line 123) | class PgliteSession< method constructor (line 132) | constructor( method prepareQuery (line 143) | prepareQuery( method transaction (line 170) | override async transaction( method count (line 189) | override async count(sql: SQL): Promise { class PgliteTransaction (line 197) | class PgliteTransaction< method transaction (line 203) | override async transaction(transaction: (tx: PgliteTransaction = Record>( FILE: drizzle-orm/src/planetscale-serverless/session.ts class PlanetScalePreparedQuery (line 22) | class PlanetScalePreparedQuery exten... method constructor (line 28) | constructor( method execute (line 49) | async execute(placeholderValues: Record | undefined =... method iterator (line 108) | override iterator(_placeholderValues?: Record): Async... type PlanetscaleSessionOptions (line 113) | interface PlanetscaleSessionOptions { class PlanetscaleSession (line 118) | class PlanetscaleSession< method constructor (line 128) | constructor( method prepareQuery (line 141) | prepareQuery { method queryObjects (line 174) | async queryObjects( method all (line 181) | override all(query: SQL): Promise { method count (line 190) | override async count(sql: SQL): Promise { method transaction (line 198) | override transaction( class PlanetScaleTransaction (line 213) | class PlanetScaleTransaction< method constructor (line 219) | constructor( method transaction (line 228) | override async transaction( type PlanetscaleQueryResultHKT (line 250) | interface PlanetscaleQueryResultHKT extends MySqlQueryResultHKT { type PlanetScalePreparedQueryHKT (line 254) | interface PlanetScalePreparedQueryHKT extends MySqlPreparedQueryHKT { FILE: drizzle-orm/src/postgres-js/driver.ts class PostgresJsDatabase (line 16) | class PostgresJsDatabase< function construct (line 22) | function construct = Record = Record>( FILE: drizzle-orm/src/postgres-js/session.ts class PostgresJsPreparedQuery (line 17) | class PostgresJsPreparedQuery extends PgP... method constructor (line 20) | constructor( method execute (line 38) | async execute(placeholderValues: Record | undefined =... method all (line 76) | all(placeholderValues: Record | undefined = {}): Prom... method isResponseInArrayMode (line 97) | isResponseInArrayMode(): boolean { type PostgresJsSessionOptions (line 102) | interface PostgresJsSessionOptions { class PostgresJsSession (line 107) | class PostgresJsSession< method constructor (line 117) | constructor( method prepareQuery (line 129) | prepareQuery( method query (line 155) | query(query: string, params: unknown[]): Promise> { method queryObjects (line 160) | queryObjects( method transaction (line 167) | override transaction( class PostgresJsTransaction (line 187) | class PostgresJsTransaction< method constructor (line 193) | constructor( method transaction (line 203) | override transaction( type PostgresJsQueryResultHKT (line 219) | interface PostgresJsQueryResultHKT extends PgQueryResultHKT { FILE: drizzle-orm/src/primary-key.ts method constructor (line 10) | constructor(readonly table: Table, readonly columns: AnyColumn[]) {} FILE: drizzle-orm/src/prisma/mysql/driver.ts class PrismaMySqlDatabase (line 13) | class PrismaMySqlDatabase method constructor (line 18) | constructor(client: PrismaClient, logger: Logger | undefined) { type PrismaMySqlConfig (line 24) | type PrismaMySqlConfig = Omit; function drizzle (line 26) | function drizzle(config: PrismaMySqlConfig = {}) { FILE: drizzle-orm/src/prisma/mysql/session.ts class PrismaMySqlPreparedQuery (line 18) | class PrismaMySqlPreparedQuery extends MySqlPreparedQuery | undef... method constructor (line 24) | constructor( method execute (line 32) | override execute(placeholderValues?: Record): Promise... type PrismaMySqlSessionOptions (line 39) | interface PrismaMySqlSessionOptions { class PrismaMySqlSession (line 43) | class PrismaMySqlSession extends MySqlSession { method constructor (line 48) | constructor( method execute (line 57) | override execute(query: SQL): Promise { method all (line 61) | override all(_query: SQL): Promise { method prepareQuery (line 65) | override prepareQuery( type PrismaMySqlQueryResultHKT (line 86) | interface PrismaMySqlQueryResultHKT extends MySqlQueryResultHKT { type PrismaMySqlPreparedQueryHKT (line 90) | interface PrismaMySqlPreparedQueryHKT extends MySqlPreparedQueryHKT { FILE: drizzle-orm/src/prisma/pg/driver.ts class PrismaPgDatabase (line 13) | class PrismaPgDatabase extends PgDatabase; function drizzle (line 24) | function drizzle(config: PrismaPgConfig = {}) { FILE: drizzle-orm/src/prisma/pg/session.ts class PrismaPgPreparedQuery (line 16) | class PrismaPgPreparedQuery extends PgPreparedQuery): Promise... method all (line 33) | override all(): Promise { method isResponseInArrayMode (line 37) | override isResponseInArrayMode(): boolean { type PrismaPgSessionOptions (line 42) | interface PrismaPgSessionOptions { class PrismaPgSession (line 46) | class PrismaPgSession extends PgSession { method constructor (line 51) | constructor( method execute (line 60) | override execute(query: SQL): Promise { method prepareQuery (line 64) | override prepareQuery( type PrismaPgQueryResultHKT (line 76) | interface PrismaPgQueryResultHKT extends PgQueryResultHKT { FILE: drizzle-orm/src/prisma/sqlite/driver.ts type PrismaSQLiteDatabase (line 9) | type PrismaSQLiteDatabase = BaseSQLiteDatabase<'async', []>; type PrismaSQLiteConfig (line 11) | type PrismaSQLiteConfig = Omit; function drizzle (line 13) | function drizzle(config: PrismaSQLiteConfig = {}) { FILE: drizzle-orm/src/prisma/sqlite/session.ts type PreparedQueryConfig (line 17) | type PreparedQueryConfig = Omit): Promise | undef... method get (line 44) | override async get(placeholderValues?: Record | undef... method values (line 49) | override values(_placeholderValues?: Record | undefin... method isResponseInArrayMode (line 53) | override isResponseInArrayMode(): boolean { type PrismaSQLiteSessionOptions (line 58) | interface PrismaSQLiteSessionOptions { class PrismaSQLiteSession (line 62) | class PrismaSQLiteSession extends SQLiteSession<'async', unknown, Record... method constructor (line 67) | constructor( method prepareQuery (line 76) | override prepareQuery>( method transaction (line 84) | override transaction( FILE: drizzle-orm/src/query-builders/query-builder.ts method getSelectedFields (line 14) | getSelectedFields(): TSelection { FILE: drizzle-orm/src/query-builders/select.types.ts type JoinType (line 9) | type JoinType = 'inner' | 'left' | 'right' | 'full' | 'cross'; type JoinNullability (line 11) | type JoinNullability = 'nullable' | 'not-null'; type ApplyNullability (line 13) | type ApplyNullability = TNullab... type ApplyNullabilityToColumn (line 17) | type ApplyNullabilityToColumn = TTable extends Table... type GetSelectTableSelection (line 157) | type GetSelectTableSelection = TTable extends ... type SelectResultField (line 162) | type SelectResultField = T extends Driz... type SelectResultFields (line 169) | type SelectResultFields =... type SetOperator (line 175) | type SetOperator = 'union' | 'intersect' | 'except'; FILE: drizzle-orm/src/query-promise.ts method catch (line 8) | catch( method finally (line 14) | finally(onFinally?: (() => void) | null | undefined): Promise { method then (line 27) | then( FILE: drizzle-orm/src/relations.ts method constructor (line 40) | constructor( class Relations (line 51) | class Relations< method constructor (line 59) | constructor( class One (line 65) | class One< method constructor (line 73) | constructor( method withFieldName (line 88) | withFieldName(fieldName: string): One { class Many (line 100) | class Many extends Relation { method constructor (line 105) | constructor( method withFieldName (line 113) | withFieldName(fieldName: string): Many { type TableRelationsKeysOnly (line 124) | type TableRelationsKeysOnly< type ExtractTableRelationsFromSchema (line 130) | type ExtractTableRelationsFromSchema< type ExtractObjectValues (line 145) | type ExtractObjectValues = T[keyof T]; type ExtractRelationsFromTableExtraConfigSchema (line 147) | type ExtractRelationsFromTableExtraConfigSchema< function getOperators (line 159) | function getOperators() { type Operators (line 186) | type Operators = ReturnType; function getOrderByOperators (line 188) | function getOrderByOperators() { type OrderByOperators (line 196) | type OrderByOperators = ReturnType; type FindTableByDBName (line 198) | type FindTableByDBName< type DBQueryConfig (line 210) | type DBQueryConfig< type TableRelationalConfig (line 279) | interface TableRelationalConfig { type TablesRelationalConfig (line 288) | type TablesRelationalConfig = Record; type RelationalSchemaConfig (line 290) | interface RelationalSchemaConfig< type ExtractTablesWithRelations (line 298) | type ExtractTablesWithRelations< type ReturnTypeOrValue (line 317) | type ReturnTypeOrValue = T extends (...args: any[]) => infer R ? R type BuildRelationResult (line 320) | type BuildRelationResult< type NonUndefinedKeysOnly (line 341) | type NonUndefinedKeysOnly = type BuildQueryResult (line 349) | type BuildQueryResult< type RelationConfig (line 406) | interface RelationConfig< function extractTablesRelationalConfig (line 416) | function extractTablesRelationalConfig< function relations (line 502) | function relations< function createOne (line 521) | function createOne(sourceTable: Table) { function createMany (line 545) | function createMany(sourceTable: Table) { type NormalizedRelation (line 554) | interface NormalizedRelation { function normalizeRelation (line 559) | function normalizeRelation( function createTableRelationsHelpers (line 636) | function createTableRelationsHelpers( type TableRelationsHelpers (line 645) | type TableRelationsHelpers = ReturnType< type BuildRelationalQueryResult (line 649) | interface BuildRelationalQueryResult< function mapRelationalRow (line 666) | function mapRelationalRow( FILE: drizzle-orm/src/runnable-query.ts type RunnableQuery (line 4) | interface RunnableQuery { FILE: drizzle-orm/src/selection-proxy.ts class SelectionProxyHandler (line 8) | class SelectionProxyHandler... method constructor (line 43) | constructor(config: SelectionProxyHandler['config']) { method get (line 47) | get(subquery: T, prop: string | symbol): any { FILE: drizzle-orm/src/session.ts type PreparedQuery (line 3) | interface PreparedQuery { FILE: drizzle-orm/src/singlestore-core/alias.ts function alias (line 5) | function alias( ... FILE: drizzle-orm/src/singlestore-core/columns/all.ts function getSingleStoreColumnBuilders (line 27) | function getSingleStoreColumnBuilders() { type SingleStoreColumnBuilders (line 60) | type SingleStoreColumnBuilders = ReturnType = SingleSto... class SingleStoreBigInt53Builder (line 17) | class SingleStoreBigInt53Builder( class SingleStoreBigInt53 (line 38) | class SingleStoreBigInt53 = SingleSto... class SingleStoreBigInt64Builder (line 65) | class SingleStoreBigInt64Builder( class SingleStoreBigInt64 (line 86) | class SingleStoreBigInt64( class SingleStoreBinary (line 42) | class SingleStoreBinary = SingleStor... class SingleStoreBooleanBuilder (line 17) | class SingleStoreBooleanBuilder( class SingleStoreBoolean (line 37) | class SingleStoreBoolean( class SingleStoreChar (line 49) | class SingleStoreChar SQL), config?: SingleStor... method constructor (line 72) | constructor( type AnySingleStoreColumn (line 83) | type AnySingleStoreColumn, dataType: T['dataType'], colum... method autoincrement (line 104) | autoincrement(): IsAutoincrement> { FILE: drizzle-orm/src/singlestore-core/columns/custom.ts type ConvertCustomConfig (line 9) | type ConvertCustomConfig( class SingleStoreCustomColumn (line 61) | class SingleStoreCustomColumn { function customType (line 206) | function customType( FILE: drizzle-orm/src/singlestore-core/columns/date.common.ts type SingleStoreDateColumnBaseConfig (line 12) | interface SingleStoreDateColumnBaseConfig { method defaultNow (line 23) | defaultNow() { method onUpdateNow (line 27) | onUpdateNow(): HasDefault { FILE: drizzle-orm/src/singlestore-core/columns/date.ts type SingleStoreDateBuilderInitial (line 8) | type SingleStoreDateBuilderInitial = SingleStoreDa... class SingleStoreDateBuilder (line 18) | class SingleStoreDateBuilder( class SingleStoreDate (line 38) | class SingleStoreDate = SingleS... class SingleStoreDateStringBuilder (line 67) | class SingleStoreDateStringBuilder( class SingleStoreDateString (line 87) | class SingleStoreDateString = SingleSto... class SingleStoreDateTimeBuilder (line 25) | class SingleStoreDateTimeBuilder( class SingleStoreDateTime (line 53) | class SingleStoreDateTime = Sin... class SingleStoreDateTimeStringBuilder (line 88) | class SingleStoreDateTimeStringBuilder( class SingleStoreDateTimeString (line 116) | class SingleStoreDateTimeString( class SingleStoreDecimal (line 41) | class SingleStoreDecimal = Sing... class SingleStoreDecimalNumberBuilder (line 81) | class SingleStoreDecimalNumberBuilder< method constructor (line 86) | constructor(name: T['name'], config: SingleStoreDecimalConfig | undefi... method build (line 94) | override build( class SingleStoreDecimalNumber (line 104) | class SingleStoreDecimalNumber = Sing... class SingleStoreDecimalBigIntBuilder (line 145) | class SingleStoreDecimalBigIntBuilder< method constructor (line 150) | constructor(name: T['name'], config: SingleStoreDecimalConfig | undefi... method build (line 158) | override build( class SingleStoreDecimalBigInt (line 168) | class SingleStoreDecimalBigInt = SingleStore... class SingleStoreDoubleBuilder (line 18) | class SingleStoreDoubleBuilder( class SingleStoreDouble (line 41) | class SingleStoreDouble( class SingleStoreEnumColumn (line 54) | class SingleStoreEnumColumn = SingleStoreF... class SingleStoreFloatBuilder (line 18) | class SingleStoreFloatBuilder( class SingleStoreFloat (line 41) | class SingleStoreFloat = SingleStoreInt... class SingleStoreIntBuilder (line 18) | class SingleStoreIntBuilder( class SingleStoreInt (line 39) | class SingleStoreInt = SingleStoreJs... class SingleStoreJsonBuilder (line 17) | class SingleStoreJsonBuilder( class SingleStoreJson (line 37) | class SingleStoreJson = SingleSt... class SingleStoreMediumIntBuilder (line 19) | class SingleStoreMediumIntBuilder( class SingleStoreMediumInt (line 40) | class SingleStoreMediumInt = SingleStoreRe... class SingleStoreRealBuilder (line 18) | class SingleStoreRealBuilder( class SingleStoreReal (line 43) | class SingleStoreReal = IsAutoincre... class SingleStoreSerialBuilder (line 33) | class SingleStoreSerialBuilder( class SingleStoreSerial (line 55) | class SingleStoreSerial< method getSQLType (line 60) | getSQLType(): string { method mapFromDriverValue (line 64) | override mapFromDriverValue(value: number | string): number { function serial (line 74) | function serial(name?: string) { FILE: drizzle-orm/src/singlestore-core/columns/smallint.ts type SingleStoreSmallIntBuilderInitial (line 9) | type SingleStoreSmallIntBuilderInitial = SingleSto... class SingleStoreSmallIntBuilder (line 19) | class SingleStoreSmallIntBuilder( class SingleStoreSmallInt (line 40) | class SingleStoreSmallInt( class SingleStoreText (line 46) | class SingleStoreText = SingleStoreTi... class SingleStoreTimeBuilder (line 17) | class SingleStoreTimeBuilder( class SingleStoreTime (line 41) | class SingleStoreTime< method getSQLType (line 46) | getSQLType(): string { function time (line 53) | function time(name?: string) { FILE: drizzle-orm/src/singlestore-core/columns/timestamp.ts type SingleStoreTimestampBuilderInitial (line 9) | type SingleStoreTimestampBuilderInitial = SingleSt... class SingleStoreTimestampBuilder (line 19) | class SingleStoreTimestampBuilder( method defaultNow (line 38) | override defaultNow() { class SingleStoreTimestamp (line 43) | class SingleStoreTimestamp = Si... class SingleStoreTimestampStringBuilder (line 71) | class SingleStoreTimestampStringBuilder< method constructor (line 76) | constructor(name: T['name']) { method build (line 81) | override build( method defaultNow (line 90) | override defaultNow() { class SingleStoreTimestampString (line 95) | class SingleStoreTimestampString( class SingleStoreTinyInt (line 40) | class SingleStoreTinyInt = SingleSt... class SingleStoreVarBinaryBuilder (line 18) | class SingleStoreVarBinaryBuilder( class SingleStoreVarBinary (line 40) | class SingleStoreVarBinary< method mapFromDriverValue (line 47) | override mapFromDriverValue(value: string | Buffer | Uint8Array): stri... method getSQLType (line 59) | getSQLType(): string { type SingleStoreVarbinaryOptions (line 64) | interface SingleStoreVarbinaryOptions { function varbinary (line 75) | function varbinary(a?: string | SingleStoreVarbinaryOptions, b?: SingleS... FILE: drizzle-orm/src/singlestore-core/columns/varchar.ts type SingleStoreVarCharBuilderInitial (line 8) | type SingleStoreVarCharBuilderInitial< class SingleStoreVarCharBuilder (line 25) | class SingleStoreVarCharBuilder< method constructor (line 31) | constructor(name: T['name'], config: SingleStoreVarCharConfig( class SingleStoreVarChar (line 50) | class SingleStoreVarChar< method getSQLType (line 58) | getSQLType(): string { type SingleStoreVarCharConfig (line 63) | interface SingleStoreVarCharConfig< function varchar (line 83) | function varchar(a?: string | SingleStoreVarCharConfig, b?: SingleStoreV... FILE: drizzle-orm/src/singlestore-core/columns/vector.ts type SingleStoreVectorBuilderInitial (line 9) | type SingleStoreVectorBuilderInitial = SingleStore... class SingleStoreVectorBuilder (line 18) | class SingleStoreVectorBuilder( method generatedAlwaysAs (line 40) | override generatedAlwaysAs(as: SQL | (() => SQL) | T['data'],... class SingleStoreVector (line 45) | class SingleStoreVector) { method mapFromDriverValue (line 61) | override mapFromDriverValue(value: string): Array { type ElementType (line 66) | type ElementType = 'I8' | 'I16' | 'I32' | 'I64' | 'F32' | 'F64'; type SingleStoreVectorConfig (line 68) | interface SingleStoreVectorConfig { function vector (line 80) | function vector(a: string | SingleStoreVectorConfig, b?: SingleStoreVect... FILE: drizzle-orm/src/singlestore-core/columns/year.ts type SingleStoreYearBuilderInitial (line 7) | type SingleStoreYearBuilderInitial = SingleStoreYe... class SingleStoreYearBuilder (line 17) | class SingleStoreYearBuilder( class SingleStoreYear (line 37) | class SingleStoreYear< method getSQLType (line 42) | getSQLType(): string { function year (line 49) | function year(name?: string) { FILE: drizzle-orm/src/singlestore-core/db.ts class SingleStoreDatabase (line 31) | class SingleStoreDatabase< method constructor (line 49) | constructor( method $count (line 143) | $count( method with (line 169) | with(...queries: WithSubquery[]) { method select (line 356) | select(fields?: SelectedFields): SingleStoreSelectBuilder( method insert (line 443) | insert( method delete (line 468) | delete( method execute (line 474) | execute( method transaction (line 482) | transaction( type SingleStoreWithReplicas (line 493) | type SingleStoreWithReplicas = Q & { $primary: Q; $replicas: Q[] }; method query (line 526) | get query() { FILE: drizzle-orm/src/singlestore-core/dialect.ts type SingleStoreDialectConfig (line 39) | interface SingleStoreDialectConfig { class SingleStoreDialect (line 43) | class SingleStoreDialect { method constructor (line 49) | constructor(config?: SingleStoreDialectConfig) { method migrate (line 53) | async migrate( method escapeName (line 93) | escapeName(name: string): string { method escapeParam (line 97) | escapeParam(_num: number): string { method escapeString (line 101) | escapeString(str: string): string { method buildWithCTE (line 105) | private buildWithCTE(queries: Subquery[] | undefined): SQL | undefined { method buildDeleteQuery (line 119) | buildDeleteQuery({ table, where, returning, withList, limit, orderBy }... method buildUpdateSet (line 135) | buildUpdateSet(table: SingleStoreTable, set: UpdateSet): SQL { method buildUpdateQuery (line 157) | buildUpdateQuery({ table, set, where, returning, withList, limit, orde... method buildSelection (line 186) | private buildSelection( method buildLimit (line 254) | private buildLimit(limit: number | Placeholder | undefined): SQL | und... method buildOrderBy (line 260) | private buildOrderBy(orderBy: (SingleStoreColumn | SQL | SQL.Aliased)[... method buildSelectQuery (line 264) | buildSelectQuery( method buildSetOperations (line 403) | buildSetOperations(leftSelect: SQL, setOperators: SingleStoreSelectCon... method buildSetOperationQuery (line 421) | buildSetOperationQuery({ method buildInsertQuery (line 466) | buildInsertQuery( method sqlToQuery (line 527) | sqlToQuery(sql: SQL, invokeSource?: 'indexes' | undefined): QueryWithT... method buildRelationalQuery (line 537) | buildRelationalQuery({ FILE: drizzle-orm/src/singlestore-core/expressions.ts function concat (line 8) | function concat(column: SingleStoreColumn | SQL.Aliased, value: string |... function substring (line 12) | function substring( function dotProduct (line 28) | function dotProduct(column: SingleStoreColumn | SQL.Aliased, value: Arra... function euclideanDistance (line 32) | function euclideanDistance(column: SingleStoreColumn | SQL.Aliased, valu... FILE: drizzle-orm/src/singlestore-core/indexes.ts type IndexConfig (line 6) | interface IndexConfig { type IndexColumn (line 32) | type IndexColumn = SingleStoreColumn | SQL; class IndexBuilderOn (line 34) | class IndexBuilderOn { method constructor (line 37) | constructor(private name: string, private unique: boolean) {} method on (line 39) | on(...columns: [IndexColumn, ...IndexColumn[]]): IndexBuilder { type AnyIndexBuilder (line 44) | interface AnyIndexBuilder { type IndexBuilder (line 49) | interface IndexBuilder extends AnyIndexBuilder {} method constructor (line 57) | constructor(name: string, columns: IndexColumn[], unique: boolean) { method using (line 65) | using(using: IndexConfig['using']): this { method algorithm (line 70) | algorithm(algorithm: IndexConfig['algorithm']): this { method lock (line 75) | lock(lock: IndexConfig['lock']): this { method build (line 81) | build(table: SingleStoreTable): Index { class IndexBuilder (line 51) | class IndexBuilder implements AnyIndexBuilder { method constructor (line 57) | constructor(name: string, columns: IndexColumn[], unique: boolean) { method using (line 65) | using(using: IndexConfig['using']): this { method algorithm (line 70) | algorithm(algorithm: IndexConfig['algorithm']): this { method lock (line 75) | lock(lock: IndexConfig['lock']): this { method build (line 81) | build(table: SingleStoreTable): Index { class Index (line 86) | class Index { method constructor (line 91) | constructor(config: IndexConfig, table: SingleStoreTable) { type GetColumnsTableName (line 96) | type GetColumnsTableName = TColumns extends function index (line 102) | function index(name: string): IndexBuilderOn { function uniqueIndex (line 106) | function uniqueIndex(name: string): IndexBuilderOn { FILE: drizzle-orm/src/singlestore-core/primary-keys.ts function primaryKey (line 18) | function primaryKey(...config: any) { class PrimaryKeyBuilder (line 25) | class PrimaryKeyBuilder { method constructor (line 34) | constructor( method build (line 43) | build(table: SingleStoreTable): PrimaryKey { class PrimaryKey (line 48) | class PrimaryKey { method constructor (line 54) | constructor(readonly table: SingleStoreTable, columns: SingleStoreColu... method getName (line 59) | getName(): string { FILE: drizzle-orm/src/singlestore-core/query-builders/count.ts class SingleStoreCountBuilder (line 7) | class SingleStoreCountBuilder< method buildEmbeddedCount (line 17) | private static buildEmbeddedCount( method buildCount (line 24) | private static buildCount( method constructor (line 31) | constructor( method then (line 50) | then( method catch (line 61) | catch( method finally (line 67) | finally(onFinally?: (() => void) | null | undefined): Promise { FILE: drizzle-orm/src/singlestore-core/query-builders/delete.ts type SingleStoreDeleteWithout (line 23) | type SingleStoreDeleteWithout< type SingleStoreDelete (line 39) | type SingleStoreDelete< type SingleStoreDeleteConfig (line 45) | interface SingleStoreDeleteConfig { type SingleStoreDeletePrepare (line 54) | type SingleStoreDeletePrepare = Prep... type SingleStoreDeleteDynamic (line 63) | type SingleStoreDeleteDynamic = Sing... type AnySingleStoreDeleteBase (line 69) | type AnySingleStoreDeleteBase = SingleStoreDeleteBase { method $dynamic (line 212) | $dynamic(): SingleStoreDeleteDynamic { class SingleStoreDeleteBase (line 87) | class SingleStoreDeleteBase< method constructor (line 100) | constructor( method where (line 139) | where(where: SQL | undefined): SingleStoreDeleteWithout { method $dynamic (line 212) | $dynamic(): SingleStoreDeleteDynamic { FILE: drizzle-orm/src/singlestore-core/query-builders/insert.ts type SingleStoreInsertConfig (line 25) | interface SingleStoreInsertConfig = class SingleStoreInsertBuilder (line 41) | class SingleStoreInsertBuilder< method constructor (line 50) | constructor( method ignore (line 56) | ignore(): this { method values (line 63) | values( type SingleStoreInsertWithout (line 84) | type SingleStoreInsertWithout< type SingleStoreInsertDynamic (line 101) | type SingleStoreInsertDynamic = SingleSt... type SingleStoreInsertPrepare (line 108) | type SingleStoreInsertPrepare< type SingleStoreInsertOnDuplicateKeyUpdateConfig (line 120) | type SingleStoreInsertOnDuplicateKeyUpdateConfig { method $dynamic (line 307) | $dynamic(): SingleStoreInsertDynamic { type PrimaryKeyKeys (line 172) | type PrimaryKeyKeys> = { type GetPrimarySerialOrDefaultKeys (line 180) | type GetPrimarySerialOrDefaultKeys { method $dynamic (line 307) | $dynamic(): SingleStoreInsertDynamic { FILE: drizzle-orm/src/singlestore-core/query-builders/query-builder.ts class QueryBuilder (line 12) | class QueryBuilder { method constructor (line 18) | constructor(dialect?: SingleStoreDialect | SingleStoreDialectConfig) { method with (line 48) | with(...queries: WithSubquery[]) { method select (line 87) | select( method selectDistinct (line 101) | selectDistinct( method getDialect (line 113) | private getDialect() { FILE: drizzle-orm/src/singlestore-core/query-builders/query.ts class RelationalQueryBuilder (line 22) | class RelationalQueryBuilder< method constructor (line 29) | constructor( method findMany (line 39) | findMany>( method findFirst (line 55) | findFirst { FILE: drizzle-orm/src/singlestore-core/query-builders/select.ts class SingleStoreSelectBuilder (line 59) | class SingleStoreSelectBuilder< method constructor (line 72) | constructor( method from (line 90) | from( // | SingleStor... method constructor (line 172) | constructor( method getUsedTables (line 204) | getUsedTables() { method createJoin (line 208) | private createJoin< method createSetOperator (line 480) | private createSetOperator( method addSetOperators (line 646) | addSetOperators(setOperators: SingleStoreSelectConfig['setOperators']): ... method where (line 685) | where( method having (line 722) | having( method groupBy (line 760) | groupBy( method orderBy (line 807) | orderBy( method limit (line 855) | limit(limit: number): SingleStoreSelectWithout { method offset (line 880) | offset(offset: number): SingleStoreSelectWithout( method getSelectedFields (line 926) | override getSelectedFields(): this['_']['selectedFields'] { method $dynamic (line 933) | $dynamic(): SingleStoreSelectDynamic { type SingleStoreSelectBase (line 938) | interface SingleStoreSelectBase< method prepare (line 990) | prepare(): SingleStoreSelectPrepare { method $withCache (line 1006) | $withCache(config?: { config?: CacheConfig; tag?: string; autoInvalida... class SingleStoreSelectBase (line 965) | class SingleStoreSelectBase< method prepare (line 990) | prepare(): SingleStoreSelectPrepare { method $withCache (line 1006) | $withCache(config?: { config?: CacheConfig; tag?: string; autoInvalida... function createSetOperator (line 1031) | function createSetOperator(type: SetOperator, isAll: boolean): SingleSto... FILE: drizzle-orm/src/singlestore-core/query-builders/select.types.ts type SingleStoreSelectJoinConfig (line 30) | interface SingleStoreSelectJoinConfig { type BuildAliasTable (line 38) | type BuildAliasTable; type SelectedFields (line 135) | type SelectedFields = SelectedFieldsBase; type LockStrength (line 139) | type LockStrength = 'update' | 'share'; type LockConfig (line 141) | type LockConfig = { type SingleStoreSelectHKTBase (line 152) | interface SingleStoreSelectHKTBase { type SingleStoreSelectKind (line 165) | type SingleStoreSelectKind< type SingleStoreSelectQueryBuilderHKT (line 188) | interface SingleStoreSelectQueryBuilderHKT extends SingleStoreSelectHKTB... type SingleStoreSelectHKT (line 203) | interface SingleStoreSelectHKT extends SingleStoreSelectHKTBase { type SingleStoreSetOperatorExcludedMethods (line 217) | type SingleStoreSetOperatorExcludedMethods = type SingleStoreSelectWithout (line 228) | type SingleStoreSelectWithout< type SingleStoreSelectPrepare (line 249) | type SingleStoreSelectPrepare = Prepared... type SingleStoreSelectDynamic (line 258) | type SingleStoreSelectDynamic = SingleSto... type SingleStoreSelect (line 370) | type SingleStoreSelect< type AnySingleStoreSelect (line 377) | type AnySingleStoreSelect = SingleStoreSelectBase = class SingleStoreUpdateBuilder (line 43) | class SingleStoreUpdateBuilder< method constructor (line 54) | constructor( method set (line 61) | set(values: SingleStoreUpdateSetSource): SingleStoreUpdateBase... type SingleStoreUpdateWithout (line 72) | type SingleStoreUpdateWithout< type SingleStoreUpdatePrepare (line 87) | type SingleStoreUpdatePrepare = Prep... type SingleStoreUpdateDynamic (line 96) | type SingleStoreUpdateDynamic = Sing... type SingleStoreUpdate (line 102) | type SingleStoreUpdate< type AnySingleStoreUpdateBase (line 108) | type AnySingleStoreUpdateBase = SingleStoreUpdateBase { method $dynamic (line 257) | $dynamic(): SingleStoreUpdateDynamic { class SingleStoreUpdateBase (line 126) | class SingleStoreUpdateBase< method constructor (line 140) | constructor( method where (line 184) | where(where: SQL | undefined): SingleStoreUpdateWithout { method $dynamic (line 257) | $dynamic(): SingleStoreUpdateDynamic { FILE: drizzle-orm/src/singlestore-core/schema.ts class SingleStoreSchema (line 5) | class SingleStoreSchema { method constructor (line 8) | constructor( function isSingleStoreSchema (line 22) | function isSingleStoreSchema(obj: unknown): obj is SingleStoreSchema { function singlestoreDatabase (line 33) | function singlestoreDatabase(name: TName) { FILE: drizzle-orm/src/singlestore-core/session.ts type SingleStoreQueryResultHKT (line 12) | interface SingleStoreQueryResultHKT { type AnySingleStoreQueryResultHKT (line 18) | interface AnySingleStoreQueryResultHKT extends SingleStoreQueryResultHKT { type SingleStoreQueryResultKind (line 22) | type SingleStoreQueryResultKind( type SingleStoreTransactionConfig (line 162) | interface SingleStoreTransactionConfig { method constructor (line 176) | constructor(protected dialect: SingleStoreDialect) {} method execute (line 194) | execute(query: SQL): Promise { method count (line 203) | async count(sql: SQL): Promise { method getSetTransactionSQL (line 216) | protected getSetTransactionSQL(config: SingleStoreTransactionConfig): SQ... method getStartTransactionSQL (line 226) | protected getStartTransactionSQL(config: SingleStoreTransactionConfig): ... method constructor (line 249) | constructor( method rollback (line 258) | rollback(): never { type PreparedQueryHKTBase (line 268) | interface PreparedQueryHKTBase extends SingleStorePreparedQueryHKT { FILE: drizzle-orm/src/singlestore-core/subquery.ts type SubqueryWithSelection (line 7) | type SubqueryWithSelection< type WithSubqueryWithSelection (line 14) | type WithSubqueryWithSelection< type WithBuilder (line 21) | interface WithBuilder { FILE: drizzle-orm/src/singlestore-core/table.ts type SingleStoreTableExtraConfigValue (line 10) | type SingleStoreTableExtraConfigValue = type SingleStoreTableExtraConfig (line 15) | type SingleStoreTableExtraConfig = Record< type TableConfig (line 20) | type TableConfig = TableConfigBase; class SingleStoreTable (line 22) | class SingleStoreTable extends Tabl... type AnySingleStoreTable (line 39) | type AnySingleStoreTable = {}> = S... type SingleStoreTableWithColumns (line 43) | type SingleStoreTableWithColumns = function singlestoreTableWithSchema (line 49) | function singlestoreTableWithSchema< type SingleStoreTableFn (line 105) | interface SingleStoreTableFn s... FILE: drizzle-orm/src/singlestore-core/unique-constraint.ts function unique (line 6) | function unique(name?: string): UniqueOnConstraintBuilder { function uniqueKeyName (line 10) | function uniqueKeyName(table: SingleStoreTable, columns: string[]) { class UniqueConstraintBuilder (line 14) | class UniqueConstraintBuilder { method constructor (line 20) | constructor( method build (line 28) | build(table: SingleStoreTable): UniqueConstraint { class UniqueOnConstraintBuilder (line 33) | class UniqueOnConstraintBuilder { method constructor (line 39) | constructor( method on (line 45) | on(...columns: [SingleStoreColumn, ...SingleStoreColumn[]]) { class UniqueConstraint (line 50) | class UniqueConstraint { method constructor (line 57) | constructor(readonly table: SingleStoreTable, columns: SingleStoreColu... method getName (line 62) | getName() { FILE: drizzle-orm/src/singlestore-core/utils.ts function extractUsedTable (line 14) | function extractUsedTable(table: SingleStoreTable | Subquery | SQL): str... function getTableConfig (line 27) | function getTableConfig(table: SingleStoreTable) { FILE: drizzle-orm/src/singlestore-core/view.ts type ViewBuilderConfig (line 15) | interface ViewBuilderConfig { class ViewBuilderCore (line 22) | class ViewBuilderCore extends ViewBuilderCore... method as (line 69) | as( class ManualViewBuilder (line 97) | class ManualViewBuilder< method constructor (line 105) | constructor( method existing (line 114) | existing(): SingleStoreViewWithSelection = Record Promise; function migrate (line 8) | async function migrate>( FILE: drizzle-orm/src/singlestore-proxy/session.ts type SingleStoreRawQueryResult (line 23) | type SingleStoreRawQueryResult = [ResultSetHeader, FieldPacket[]]; type SingleStoreRemoteSessionOptions (line 25) | interface SingleStoreRemoteSessionOptions { class SingleStoreRemoteSession (line 29) | class SingleStoreRemoteSession< method constructor (line 37) | constructor( method prepareQuery (line 47) | prepareQuery( method all (line 66) | override all(query: SQL): Promise { method transaction (line 72) | override async transaction( class SingleStoreProxyTransaction (line 80) | class SingleStoreProxyTransaction< method transaction (line 91) | override async transaction( class PreparedQuery (line 98) | class PreparedQuery extends Pr... method constructor (line 101) | constructor( method execute (line 116) | async execute(placeholderValues: Record | undefined =... method iterator (line 165) | override iterator( type SingleStoreRemoteQueryResultHKT (line 172) | interface SingleStoreRemoteQueryResultHKT extends SingleStoreQueryResult... type SingleStoreRemotePreparedQueryHKT (line 176) | interface SingleStoreRemotePreparedQueryHKT extends SingleStorePreparedQ... FILE: drizzle-orm/src/singlestore/driver.ts type SingleStoreDriverOptions (line 24) | interface SingleStoreDriverOptions { class SingleStoreDriverDriver (line 29) | class SingleStoreDriverDriver { method constructor (line 32) | constructor( method createSession (line 39) | createSession( class SingleStoreDriverDatabase (line 51) | class SingleStoreDriverDatabase< type SingleStoreDriverDrizzleConfig (line 57) | type SingleStoreDriverDrizzleConfig = Record>( FILE: drizzle-orm/src/singlestore/session.ts type SingleStoreDriverClient (line 36) | type SingleStoreDriverClient = Pool | Connection; type SingleStoreRawQueryResult (line 38) | type SingleStoreRawQueryResult = [ResultSetHeader, FieldPacket[]]; type SingleStoreQueryResultType (line 39) | type SingleStoreQueryResultType = RowDataPacket[][] | RowDataPacket[] | ... type SingleStoreQueryResult (line 40) | type SingleStoreQueryResult< class SingleStoreDriverPreparedQuery (line 44) | class SingleStoreDriverPreparedQuery = {}): Promis... method iterator (line 144) | async *iterator( type SingleStoreDriverSessionOptions (line 197) | interface SingleStoreDriverSessionOptions { class SingleStoreDriverSession (line 202) | class SingleStoreDriverSession< method constructor (line 211) | constructor( method prepareQuery (line 222) | prepareQuery( method query (line 255) | async query(query: string, params: unknown[]): Promise(query: SQL): Promise { method transaction (line 277) | override async transaction( class SingleStoreDriverTransaction (line 320) | class SingleStoreDriverTransaction< method transaction (line 331) | override async transaction( function isPool (line 353) | function isPool(client: SingleStoreDriverClient): client is Pool { type SingleStoreDriverQueryResultHKT (line 357) | interface SingleStoreDriverQueryResultHKT extends SingleStoreQueryResult... type SingleStoreDriverPreparedQueryHKT (line 361) | interface SingleStoreDriverPreparedQueryHKT extends SingleStorePreparedQ... FILE: drizzle-orm/src/sql-js/driver.ts type SQLJsDatabase (line 14) | type SQLJsDatabase< function drizzle (line 18) | function drizzle = Record>( FILE: drizzle-orm/src/sql-js/session.ts type SQLJsSessionOptions (line 18) | interface SQLJsSessionOptions { type PreparedQueryConfig (line 22) | type PreparedQueryConfig = Omit>( method transaction (line 51) | override transaction( class SQLJsTransaction (line 68) | class SQLJsTransaction< method transaction (line 74) | override transaction(transaction: (tx: SQLJsTransaction... method constructor (line 94) | constructor( method run (line 106) | run(placeholderValues?: Record): void { method all (line 118) | all(placeholderValues?: Record): T['all'] { method get (line 145) | get(placeholderValues?: Record): T['get'] { method values (line 175) | values(placeholderValues?: Record): T['values'] { method isResponseInArrayMode (line 192) | isResponseInArrayMode(): boolean { function normalizeFieldValue (line 197) | function normalizeFieldValue(value: unknown) { FILE: drizzle-orm/src/sql/expressions/conditions.ts function bindIfParam (line 17) | function bindIfParam(value: unknown, column: SQLWrapper): SQLChunk { type BinaryOperator (line 32) | interface BinaryOperator { function and (line 105) | function and( function or (line 144) | function or( function not (line 177) | function not(condition: SQLWrapper): SQL { function inArray (line 281) | function inArray( function notInArray (line 322) | function notInArray( function isNull (line 352) | function isNull(value: SQLWrapper): SQL { function isNotNull (line 372) | function isNotNull(value: SQLWrapper): SQL { function exists (line 396) | function exists(subquery: SQLWrapper): SQL { function notExists (line 421) | function notExists(subquery: SQLWrapper): SQL { function between (line 459) | function between(column: SQLWrapper, min: unknown, max: unknown): SQL { function notBetween (line 500) | function notBetween( function like (line 529) | function like(column: Column | SQL.Aliased | SQL, value: string | SQLWra... function notLike (line 551) | function notLike(column: Column | SQL.Aliased | SQL, value: string | SQL... function ilike (line 574) | function ilike(column: Column | SQL.Aliased | SQL, value: string | SQLWr... function notIlike (line 596) | function notIlike(column: Column | SQL.Aliased | SQL, value: string | SQ... function arrayContains (line 632) | function arrayContains( function arrayContained (line 680) | function arrayContained( function arrayOverlaps (line 727) | function arrayOverlaps( FILE: drizzle-orm/src/sql/expressions/select.ts function asc (line 23) | function asc(column: AnyColumn | SQLWrapper): SQL { function desc (line 43) | function desc(column: AnyColumn | SQLWrapper): SQL { FILE: drizzle-orm/src/sql/functions/aggregate.ts function count (line 19) | function count(expression?: SQLWrapper): SQL { function countDistinct (line 35) | function countDistinct(expression: SQLWrapper): SQL { function avg (line 51) | function avg(expression: SQLWrapper): SQL { function avgDistinct (line 67) | function avgDistinct(expression: SQLWrapper): SQL { function sum (line 83) | function sum(expression: SQLWrapper): SQL { function sumDistinct (line 99) | function sumDistinct(expression: SQLWrapper): SQL { function max (line 113) | function max(expression: T): SQL<(T extends AnyCol... function min (line 127) | function min(expression: T): SQL<(T extends AnyCol... FILE: drizzle-orm/src/sql/functions/vector.ts function toSql (line 5) | function toSql(value: number[] | string[]): string { function l2Distance (line 31) | function l2Distance( function l1Distance (line 61) | function l1Distance( function innerProduct (line 93) | function innerProduct( function cosineDistance (line 125) | function cosineDistance( function hammingDistance (line 150) | function hammingDistance( function jaccardDistance (line 170) | function jaccardDistance( FILE: drizzle-orm/src/sql/sql.ts class FakePrimitiveParam (line 18) | class FakePrimitiveParam { type Chunk (line 22) | type Chunk = type BuildQueryConfig (line 32) | interface BuildQueryConfig { type QueryTypingsValue (line 43) | type QueryTypingsValue = 'json' | 'decimal' | 'time' | 'timestamp' | 'uu... type Query (line 45) | interface Query { type QueryWithTypings (line 50) | interface QueryWithTypings extends Query { type SQLWrapper (line 65) | interface SQLWrapper { function isSQLWrapper (line 70) | function isSQLWrapper(value: unknown): value is SQLWrapper { function mergeQueries (line 74) | function mergeQueries(queries: QueryWithTypings[]): QueryWithTypings { class StringChunk (line 89) | class StringChunk implements SQLWrapper { method constructor (line 94) | constructor(value: string | string[]) { method getSQL (line 98) | getSQL(): SQL { class SQL (line 103) | class SQL implements SQLWrapper { method constructor (line 118) | constructor(readonly queryChunks: SQLChunk[]) { method append (line 132) | append(query: SQL): this { method toQuery (line 137) | toQuery(config: BuildQueryConfig): QueryWithTypings { method buildQueryFromSourceParams (line 148) | buildQueryFromSourceParams(chunks: SQLChunk[], _config: BuildQueryConf... method mapInlineParam (line 302) | private mapInlineParam( method getSQL (line 325) | getSQL(): SQL { method as (line 340) | as(alias?: string): SQL | SQL.Aliased { method mapWith (line 349) | mapWith< method inlineParams (line 358) | inlineParams(): this { method if (line 369) | if(condition: any | undefined): this | undefined { type GetDecoderResult (line 374) | type GetDecoderResult = T extends Column ? T['_']['data'] : T extends class Name (line 382) | class Name implements SQLWrapper { method constructor (line 387) | constructor(readonly value: string) {} method getSQL (line 389) | getSQL(): SQL { function name (line 398) | function name(value: string): Name { type DriverValueDecoder (line 402) | interface DriverValueDecoder { type DriverValueEncoder (line 406) | interface DriverValueEncoder { function isDriverValueEncoder (line 410) | function isDriverValueEncoder(value: unknown): value is DriverValueEncod... type DriverValueMapper (line 423) | interface DriverValueMapper class Param (line 433) | class Param implement... method constructor (line 442) | constructor( method getSQL (line 447) | getSQL(): SQL { function param (line 453) | function param( type SQLChunk (line 463) | type SQLChunk = function sql (line 485) | function sql(strings: TemplateStringsArray, ...params: SQLChunk[]): SQL { function empty (line 498) | function empty(): SQL { function fromList (line 503) | function fromList(list: SQLChunk[]): SQL { function raw (line 511) | function raw(str: string): SQL { function join (line 528) | function join(chunks: SQLChunk[], separator?: SQLChunk): SQL { function identifier (line 551) | function identifier(value: string): Name { function placeholder (line 555) | function placeholder(name: TName): Placeholder( class Aliased (line 568) | class Aliased implements SQLWrapper { method constructor (line 579) | constructor( method getSQL (line 584) | getSQL(): SQL { method clone (line 589) | clone() { class Placeholder (line 595) | class Placeholder implement... method constructor (line 600) | constructor(readonly name: TName) {} method getSQL (line 602) | getSQL(): SQL { function placeholder (line 608) | function placeholder(name: TName): Placeholder; method constructor (line 669) | constructor( method getSQL (line 688) | getSQL(): SQL { function isView (line 693) | function isView(view: unknown): view is View { function getViewName (line 697) | function getViewName(view: T): T['_']['name'] { type InferSelectViewModel (line 701) | type InferSelectViewModel = FILE: drizzle-orm/src/sqlite-core/alias.ts function alias (line 7) | function alias; FILE: drizzle-orm/src/sqlite-core/columns/blob.ts type BlobMode (line 8) | type BlobMode = 'buffer' | 'json' | 'bigint'; type SQLiteBigIntBuilderInitial (line 10) | type SQLiteBigIntBuilderInitial = SQLiteBigIntBuil... class SQLiteBigIntBuilder (line 19) | class SQLiteBigIntBuilder( class SQLiteBigInt (line 36) | class SQLiteBigInt>... method getSQLType (line 39) | getSQLType(): string { method mapFromDriverValue (line 43) | override mapFromDriverValue(value: Buffer | Uint8Array | ArrayBuffer):... method mapToDriverValue (line 59) | override mapToDriverValue(value: bigint): Buffer { type SQLiteBlobJsonBuilderInitial (line 64) | type SQLiteBlobJsonBuilderInitial = SQLiteBlobJson... class SQLiteBlobJsonBuilder (line 73) | class SQLiteBlobJsonBuilder( class SQLiteBlobJson (line 93) | class SQLiteBlobJson = SQLiteBlobBu... class SQLiteBlobBufferBuilder (line 130) | class SQLiteBlobBufferBuilder( class SQLiteBlobBuffer (line 147) | class SQLiteBlobBuffer { function blob (line 185) | function blob(a?: string | BlobConfig, b?: BlobConfig) { FILE: drizzle-orm/src/sqlite-core/columns/common.ts type ReferenceConfig (line 21) | interface ReferenceConfig { type SQLiteColumnBuilderBase (line 29) | interface SQLiteColumnBuilderBase< type SQLiteGeneratedColumnConfig (line 34) | interface SQLiteGeneratedColumnConfig { method references (line 50) | references( method unique (line 58) | unique( method generatedAlwaysAs (line 66) | generatedAlwaysAs(as: SQL | T['data'] | (() => SQL), config?: SQLiteGene... method buildForeignKeys (line 78) | buildForeignKeys(column: SQLiteColumn, table: SQLiteTable): ForeignKey[] { method constructor (line 110) | constructor( type AnySQLiteColumn (line 121) | type AnySQLiteColumn( class SQLiteCustomColumn (line 60) | class SQLiteCustomColumn { function customType (line 203) | function customType( FILE: drizzle-orm/src/sqlite-core/columns/integer.ts type PrimaryKeyConfig (line 18) | interface PrimaryKeyConfig { method constructor (line 34) | constructor(name: T['name'], dataType: T['dataType'], columnType: T['col... method primaryKey (line 39) | override primaryKey(config?: PrimaryKeyConfig): IsPrimaryKey = SQLiteIntegerBu... class SQLiteIntegerBuilder (line 75) | class SQLiteIntegerBuilder( class SQLiteInteger (line 94) | class SQLiteInteger = SQLiteTimesta... class SQLiteTimestampBuilder (line 107) | class SQLiteTimestampBuilder { method build (line 126) | build( class SQLiteTimestamp (line 136) | class SQLiteTimestamp = SQLiteBooleanBu... class SQLiteBooleanBuilder (line 168) | class SQLiteBooleanBuilder( class SQLiteBoolean (line 188) | class SQLiteBoolean> method mapFromDriverValue (line 195) | override mapFromDriverValue(value: number): boolean { method mapToDriverValue (line 199) | override mapToDriverValue(value: boolean): number { type IntegerConfig (line 204) | interface IntegerConfig< function integer (line 226) | function integer(a?: string | IntegerConfig, b?: IntegerConfig) { FILE: drizzle-orm/src/sqlite-core/columns/numeric.ts type SQLiteNumericBuilderInitial (line 8) | type SQLiteNumericBuilderInitial = SQLiteNumericBu... class SQLiteNumericBuilder (line 17) | class SQLiteNumericBuilder( class SQLiteNumeric (line 37) | class SQLiteNumeric = SQLiteNum... class SQLiteNumericNumberBuilder (line 60) | class SQLiteNumericNumberBuilder( class SQLiteNumericNumber (line 80) | class SQLiteNumericNumber = SQLiteNum... class SQLiteNumericBigIntBuilder (line 105) | class SQLiteNumericBigIntBuilder( class SQLiteNumericBigInt (line 125) | class SQLiteNumericBigInt( class SQLiteReal (line 33) | class SQLiteReal> ext... method getSQLType (line 36) | getSQLType(): string { function real (line 43) | function real(name?: string) { FILE: drizzle-orm/src/sqlite-core/columns/text.ts type SQLiteTextBuilderInitial (line 8) | type SQLiteTextBuilderInitial< class SQLiteTextBuilder (line 22) | class SQLiteTextBuilder< method constructor (line 31) | constructor(name: T['name'], config: SQLiteTextConfig<'text', T['enumV... method build (line 38) | override build( class SQLiteText (line 48) | class SQLiteText & { ... method constructor (line 57) | constructor( method getSQLType (line 64) | getSQLType(): string { type SQLiteTextJsonBuilderInitial (line 69) | type SQLiteTextJsonBuilderInitial = SQLiteTextJson... class SQLiteTextJsonBuilder (line 79) | class SQLiteTextJsonBuilder( class SQLiteTextJson (line 99) | class SQLiteTextJson> method getSQLType (line 104) | getSQLType(): string { method mapFromDriverValue (line 108) | override mapFromDriverValue(value: string): T['data'] { method mapToDriverValue (line 112) | override mapToDriverValue(value: T['data']): string { type SQLiteTextConfig (line 117) | type SQLiteTextConfig< function text (line 151) | function text(a?: string | SQLiteTextConfig, b: SQLiteTextConfig = {}): ... FILE: drizzle-orm/src/sqlite-core/db.ts class BaseSQLiteDatabase (line 32) | class BaseSQLiteDatabase< method constructor (line 52) | constructor( method $count (line 149) | $count( method with (line 175) | with(...queries: WithSubquery[]) { method select (line 400) | select(fields?: SelectedFields): SQLiteSelectBuilder(table: TTable): SQLiteUpdateBuilder... method insert (line 501) | insert(into: TTable): SQLiteInsertBuilder<... method delete (line 529) | delete(from: TTable): SQLiteDeleteBase { method all (line 547) | all(query: SQLWrapper | string): DBResult(query: SQLWrapper | string): DBResult { method values (line 575) | values(query: SQLWrapper | string): D... method transaction (line 589) | transaction( type SQLiteWithReplicas (line 597) | type SQLiteWithReplicas = Q & { $primary: Q; $replicas: Q[] }; method query (line 645) | get query() { FILE: drizzle-orm/src/sqlite-core/dialect.ts type SQLiteDialectConfig (line 43) | interface SQLiteDialectConfig { method constructor (line 53) | constructor(config?: SQLiteDialectConfig) { method escapeName (line 57) | escapeName(name: string): string { method escapeParam (line 61) | escapeParam(_num: number): string { method escapeString (line 65) | escapeString(str: string): string { method buildWithCTE (line 69) | private buildWithCTE(queries: Subquery[] | undefined): SQL | undefined { method buildDeleteQuery (line 83) | buildDeleteQuery({ table, where, returning, withList, limit, orderBy }: ... method buildUpdateSet (line 99) | buildUpdateSet(table: SQLiteTable, set: UpdateSet): SQL { method buildUpdateQuery (line 121) | buildUpdateQuery({ table, set, where, returning, withList, joins, from, ... method buildSelection (line 154) | private buildSelection( method buildJoins (line 230) | private buildJoins(joins: SQLiteSelectJoinConfig[] | undefined): SQL | u... method buildLimit (line 269) | private buildLimit(limit: number | Placeholder | undefined): SQL | undef... method buildOrderBy (line 275) | private buildOrderBy(orderBy: (SQLiteColumn | SQL | SQL.Aliased)[] | und... method buildFromTable (line 291) | private buildFromTable( method buildSelectQuery (line 303) | buildSelectQuery( method buildSetOperations (line 391) | buildSetOperations(leftSelect: SQL, setOperators: SQLiteSelectConfig['se... method buildSetOperationQuery (line 409) | buildSetOperationQuery({ method buildInsertQuery (line 455) | buildInsertQuery( method sqlToQuery (line 529) | sqlToQuery(sql: SQL, invokeSource?: 'indexes' | undefined): QueryWithTyp... method buildRelationalQuery (line 539) | buildRelationalQuery({ class SQLiteSyncDialect (line 830) | class SQLiteSyncDialect extends SQLiteDialect { method migrate (line 833) | migrate( class SQLiteAsyncDialect (line 882) | class SQLiteAsyncDialect extends SQLiteDialect { method migrate (line 885) | async migrate( FILE: drizzle-orm/src/sqlite-core/expressions.ts function concat (line 8) | function concat(column: SQLiteColumn | SQL.Aliased, value: string | SQLW... function substring (line 12) | function substring( function rowId (line 27) | function rowId(): SQL { FILE: drizzle-orm/src/sqlite-core/foreign-keys.ts type UpdateDeleteAction (line 6) | type UpdateDeleteAction = 'cascade' | 'restrict' | 'no action' | 'set nu... type Reference (line 8) | type Reference = () => { class ForeignKeyBuilder (line 15) | class ForeignKeyBuilder { method constructor (line 32) | constructor( method onUpdate (line 53) | onUpdate(action: UpdateDeleteAction): this { method onDelete (line 58) | onDelete(action: UpdateDeleteAction): this { method build (line 64) | build(table: SQLiteTable): ForeignKey { class ForeignKey (line 69) | class ForeignKey { method constructor (line 76) | constructor(readonly table: SQLiteTable, builder: ForeignKeyBuilder) { method getName (line 82) | getName(): string { type ColumnsWithTable (line 96) | type ColumnsWithTable< function foreignKey (line 128) | function foreignKey( FILE: drizzle-orm/src/sqlite-core/indexes.ts type IndexConfig (line 6) | interface IndexConfig { type IndexColumn (line 13) | type IndexColumn = SQLiteColumn | SQL; class IndexBuilderOn (line 15) | class IndexBuilderOn { method constructor (line 18) | constructor(private name: string, private unique: boolean) {} method on (line 20) | on(...columns: [IndexColumn, ...IndexColumn[]]): IndexBuilder { class IndexBuilder (line 25) | class IndexBuilder { method constructor (line 35) | constructor(name: string, columns: IndexColumn[], unique: boolean) { method where (line 47) | where(condition: SQL): this { method build (line 53) | build(table: SQLiteTable): Index { class Index (line 58) | class Index { method constructor (line 67) | constructor(config: IndexConfig, table: SQLiteTable) { function index (line 72) | function index(name: string): IndexBuilderOn { function uniqueIndex (line 76) | function uniqueIndex(name: string): IndexBuilderOn { FILE: drizzle-orm/src/sqlite-core/primary-keys.ts function primaryKey (line 18) | function primaryKey(...config: any) { class PrimaryKeyBuilder (line 24) | class PrimaryKeyBuilder { method constructor (line 37) | constructor( method build (line 46) | build(table: SQLiteTable): PrimaryKey { class PrimaryKey (line 51) | class PrimaryKey { method constructor (line 57) | constructor(readonly table: SQLiteTable, columns: SQLiteColumn[], name... method getName (line 62) | getName(): string { FILE: drizzle-orm/src/sqlite-core/query-builders/count.ts class SQLiteCountBuilder (line 7) | class SQLiteCountBuilder< method buildEmbeddedCount (line 17) | private static buildEmbeddedCount( method buildCount (line 24) | private static buildCount( method constructor (line 31) | constructor( method then (line 48) | then( method catch (line 58) | catch( method finally (line 64) | finally(onFinally?: (() => void) | null | undefined): Promise { FILE: drizzle-orm/src/sqlite-core/query-builders/delete.ts type SQLiteDeleteWithout (line 17) | type SQLiteDeleteWithout< type SQLiteDelete (line 34) | type SQLiteDelete< type SQLiteDeleteConfig (line 41) | interface SQLiteDeleteConfig { type SQLiteDeleteReturningAll (line 50) | type SQLiteDeleteReturningAll< type SQLiteDeleteReturning (line 66) | type SQLiteDeleteReturning< type SQLiteDeleteExecute (line 83) | type SQLiteDeleteExecute = T['_']['return... type SQLiteDeletePrepare (line 87) | type SQLiteDeletePrepare = SQLitePrepared... type SQLiteDeleteDynamic (line 99) | type SQLiteDeleteDynamic = SQLiteDelete< type AnySQLiteDeleteBase (line 106) | type AnySQLiteDeleteBase = SQLiteDeleteBase; type SQLiteDeleteBase (line 108) | interface SQLiteDeleteBase< method constructor (line 149) | constructor( method where (line 188) | where(where: SQL | undefined): SQLiteDeleteWithout { method prepare (line 280) | prepare(): SQLiteDeletePrepare { method execute (line 300) | override async execute(placeholderValues?: Record): P... method $dynamic (line 304) | $dynamic(): SQLiteDeleteDynamic { class SQLiteDeleteBase (line 132) | class SQLiteDeleteBase< method constructor (line 149) | constructor( method where (line 188) | where(where: SQL | undefined): SQLiteDeleteWithout { method prepare (line 280) | prepare(): SQLiteDeletePrepare { method execute (line 300) | override async execute(placeholderValues?: Record): P... method $dynamic (line 304) | $dynamic(): SQLiteDeleteDynamic { FILE: drizzle-orm/src/sqlite-core/query-builders/insert.ts type SQLiteInsertConfig (line 21) | interface SQLiteInsertConfig { type SQLiteInsertValue (line 30) | type SQLiteInsertValue = Simplify< type SQLiteInsertSelectQueryBuilder (line 36) | type SQLiteInsertSelectQueryBuilder = TypedQ... class SQLiteInsertBuilder (line 40) | class SQLiteInsertBuilder< method constructor (line 47) | constructor( method values (line 56) | values( method select (line 88) | select( type SQLiteInsertWithout (line 109) | type SQLiteInsertWithout = { type SQLiteInsertDynamic (line 166) | type SQLiteInsertDynamic = SQLiteInsert< type SQLiteInsertExecute (line 173) | type SQLiteInsertExecute = T['_']['returning'... type SQLiteInsertPrepare (line 176) | type SQLiteInsertPrepare = SQLitePreparedQuery< type AnySQLiteInsert (line 190) | type AnySQLiteInsert = SQLiteInsertBase; type SQLiteInsert (line 192) | type SQLiteInsert< type SQLiteInsertBase (line 199) | interface SQLiteInsertBase< method constructor (line 241) | constructor( method returning (line 277) | returning( method onConflictDoNothing (line 306) | onConflictDoNothing(config: { target?: IndexColumn | IndexColumn[]; wh... method onConflictDoUpdate (line 348) | onConflictDoUpdate(config: SQLiteInsertOnConflictDoUpdateConfig)... method getSQL (line 369) | getSQL(): SQL { method toSQL (line 373) | toSQL(): Query { method _prepare (line 379) | _prepare(isOneTimeQuery = true): SQLiteInsertPrepare { method prepare (line 393) | prepare(): SQLiteInsertPrepare { method execute (line 413) | override async execute(): Promise> { method $dynamic (line 417) | $dynamic(): SQLiteInsertDynamic { class SQLiteInsertBase (line 223) | class SQLiteInsertBase< method constructor (line 241) | constructor( method returning (line 277) | returning( method onConflictDoNothing (line 306) | onConflictDoNothing(config: { target?: IndexColumn | IndexColumn[]; wh... method onConflictDoUpdate (line 348) | onConflictDoUpdate(config: SQLiteInsertOnConflictDoUpdateConfig)... method getSQL (line 369) | getSQL(): SQL { method toSQL (line 373) | toSQL(): Query { method _prepare (line 379) | _prepare(isOneTimeQuery = true): SQLiteInsertPrepare { method prepare (line 393) | prepare(): SQLiteInsertPrepare { method execute (line 413) | override async execute(): Promise> { method $dynamic (line 417) | $dynamic(): SQLiteInsertDynamic { FILE: drizzle-orm/src/sqlite-core/query-builders/query-builder.ts class QueryBuilder (line 12) | class QueryBuilder { method constructor (line 18) | constructor(dialect?: SQLiteDialect | SQLiteDialectConfig) { method with (line 48) | with(...queries: WithSubquery[]) { method select (line 89) | select( method selectDistinct (line 99) | selectDistinct( method getDialect (line 111) | private getDialect() { FILE: drizzle-orm/src/sqlite-core/query-builders/query.ts type SQLiteRelationalQueryKind (line 18) | type SQLiteRelationalQueryKind ... class RelationalQueryBuilder (line 22) | class RelationalQueryBuilder< method constructor (line 30) | constructor( method findMany (line 41) | findMany>( method findFirst (line 69) | findFirst ext... method constructor (line 112) | constructor( method getSQL (line 129) | getSQL(): SQL { method _prepare (line 142) | _prepare( method prepare (line 164) | prepare(): SQLitePreparedQuery { class SQLiteSyncRelationalQuery (line 201) | class SQLiteSyncRelationalQuery extends SQLiteRelationalQuery<'... method sync (line 204) | sync(): TResult { FILE: drizzle-orm/src/sqlite-core/query-builders/raw.ts type SQLiteRawAction (line 8) | type SQLiteRawAction = 'all' | 'get' | 'values' | 'run'; type SQLiteRawConfig (line 9) | interface SQLiteRawConfig { type SQLiteRaw (line 13) | interface SQLiteRaw extends QueryPromise, RunnableQuer... method constructor (line 28) | constructor( method getQuery (line 40) | getQuery() { method mapResult (line 44) | mapResult(result: unknown, isFromBatch?: boolean) { method _prepare (line 48) | _prepare(): PreparedQuery { method isResponseInArrayMode (line 53) | isResponseInArrayMode(): boolean { class SQLiteRaw (line 15) | class SQLiteRaw extends QueryPromise method constructor (line 28) | constructor( method getQuery (line 40) | getQuery() { method mapResult (line 44) | mapResult(result: unknown, isFromBatch?: boolean) { method _prepare (line 48) | _prepare(): PreparedQuery { method isResponseInArrayMode (line 53) | isResponseInArrayMode(): boolean { FILE: drizzle-orm/src/sqlite-core/query-builders/select.ts class SQLiteSelectBuilder (line 57) | class SQLiteSelectBuilder< method constructor (line 71) | constructor( method from (line 87) | from( method constructor (line 171) | constructor( method getUsedTables (line 203) | getUsedTables() { method createJoin (line 207) | private createJoin( method createSetOperator (line 433) | private createSetOperator( method addSetOperators (line 574) | addSetOperators(setOperators: SQLiteSelectConfig['setOperators']): SQLit... method where (line 613) | where( method having (line 650) | having( method groupBy (line 688) | groupBy( method orderBy (line 735) | orderBy( method limit (line 783) | limit(limit: number | Placeholder): SQLiteSelectWithout( method getSelectedFields (line 841) | override getSelectedFields(): this['_']['selectedFields'] { method $dynamic (line 848) | $dynamic(): SQLiteSelectDynamic { type SQLiteSelectBase (line 854) | interface SQLiteSelectBase< method _prepare (line 911) | _prepare(isOneTimeQuery = true): SQLiteSelectPrepare { method $withCache (line 932) | $withCache(config?: { config?: CacheConfig; tag?: string; autoInvalida... method prepare (line 941) | prepare(): SQLiteSelectPrepare { method execute (line 961) | async execute(): Promise> { class SQLiteSelectBase (line 883) | class SQLiteSelectBase< method _prepare (line 911) | _prepare(isOneTimeQuery = true): SQLiteSelectPrepare { method $withCache (line 932) | $withCache(config?: { config?: CacheConfig; tag?: string; autoInvalida... method prepare (line 941) | prepare(): SQLiteSelectPrepare { method execute (line 961) | async execute(): Promise> { function createSetOperator (line 968) | function createSetOperator(type: SetOperator, isAll: boolean): SQLiteCre... FILE: drizzle-orm/src/sqlite-core/query-builders/select.types.ts type SQLiteSelectJoinConfig (line 31) | interface SQLiteSelectJoinConfig { type BuildAliasTable (line 38) | type BuildAliasTable; type SelectedFields (line 128) | type SelectedFields = SelectFieldsBase; type SelectedFieldsOrdered (line 130) | type SelectedFieldsOrdered = SelectFieldsOrderedBase; type SQLiteSelectHKTBase (line 132) | interface SQLiteSelectHKTBase { type SQLiteSelectKind (line 146) | type SQLiteSelectKind< type SQLiteSelectQueryBuilderHKT (line 171) | interface SQLiteSelectQueryBuilderHKT extends SQLiteSelectHKTBase { type SQLiteSelectHKT (line 187) | interface SQLiteSelectHKT extends SQLiteSelectHKTBase { type SQLiteSetOperatorExcludedMethods (line 202) | type SQLiteSetOperatorExcludedMethods = type CreateSQLiteSelectFromBuilderMode (line 212) | type CreateSQLiteSelectFromBuilderMode< type SQLiteSelectWithout (line 235) | type SQLiteSelectWithout< type SQLiteSelectExecute (line 257) | type SQLiteSelectExecute = T['_']['result']; type SQLiteSelectPrepare (line 259) | type SQLiteSelectPrepare = SQLitePreparedQuery< type SQLiteSelectDynamic (line 270) | type SQLiteSelectDynamic = SQLite... type SQLiteSelectQueryBuilder (line 284) | type SQLiteSelectQueryBuilder< type AnySQLiteSelectQueryBuilder (line 308) | type AnySQLiteSelectQueryBuilder = SQLiteSelectQueryBuilderBase< type AnySQLiteSetOperatorInterface (line 322) | type AnySQLiteSetOperatorInterface = SQLiteSetOperatorInterface = SQLiteSetOpera... type SQLiteSelect (line 365) | type SQLiteSelect< type AnySQLiteSelect (line 374) | type AnySQLiteSelect = SQLiteSelectBase = class SQLiteUpdateBuilder (line 49) | class SQLiteUpdateBuilder< method constructor (line 60) | constructor( method set (line 67) | set( type SQLiteUpdateWithout (line 84) | type SQLiteUpdateWithout< type SQLiteUpdateWithJoins (line 101) | type SQLiteUpdateWithJoins< type SQLiteUpdateReturningAll (line 118) | type SQLiteUpdateReturningAll = T['_']['returning'... type SQLiteUpdatePrepare (line 153) | type SQLiteUpdatePrepare = SQLitePreparedQuery< type SQLiteUpdateJoinFn (line 167) | type SQLiteUpdateJoinFn< type SQLiteUpdateDynamic (line 186) | type SQLiteUpdateDynamic = SQLiteUpdate< type SQLiteUpdate (line 193) | type SQLiteUpdate< type AnySQLiteUpdate (line 201) | type AnySQLiteUpdate = SQLiteUpdateBase; type SQLiteUpdateBase (line 203) | interface SQLiteUpdateBase< method constructor (line 244) | constructor( method from (line 255) | from( method createJoin (line 262) | private createJoin( method where (line 344) | where(where: SQL | undefined): SQLiteUpdateWithout { method prepare (line 438) | prepare(): SQLiteUpdatePrepare { method execute (line 458) | override async execute(): Promise> { method $dynamic (line 462) | $dynamic(): SQLiteUpdateDynamic { class SQLiteUpdateBase (line 225) | class SQLiteUpdateBase< method constructor (line 244) | constructor( method from (line 255) | from( method createJoin (line 262) | private createJoin( method where (line 344) | where(where: SQL | undefined): SQLiteUpdateWithout { method prepare (line 438) | prepare(): SQLiteUpdatePrepare { method execute (line 458) | override async execute(): Promise> { method $dynamic (line 462) | $dynamic(): SQLiteUpdateDynamic { FILE: drizzle-orm/src/sqlite-core/session.ts type PreparedQueryConfig (line 14) | interface PreparedQueryConfig { class ExecuteResultSync (line 23) | class ExecuteResultSync extends QueryPromise { method constructor (line 26) | constructor(private resultCb: () => T) { method execute (line 30) | override async execute(): Promise { method sync (line 34) | sync(): T { type ExecuteResult (line 39) | type ExecuteResult = TType exte... method constructor (line 48) | constructor( method queryWithCache (line 71) | protected async queryWithCache( method getQuery (line 157) | getQuery(): Query { method mapRunResult (line 163) | mapRunResult(result: unknown, _isFromBatch?: boolean): unknown { method mapAllResult (line 169) | mapAllResult(_result: unknown, _isFromBatch?: boolean): unknown { method mapGetResult (line 175) | mapGetResult(_result: unknown, _isFromBatch?: boolean): unknown { method execute (line 181) | execute(placeholderValues?: Record): ExecuteResult { method extractRawRunValueFromBatchResult (line 276) | extractRawRunValueFromBatchResult(result: unknown) { method all (line 280) | all(query: SQL): Result { method extractRawAllValueFromBatchResult (line 288) | extractRawAllValueFromBatchResult(_result: unknown): unknown { method get (line 292) | get(query: SQL): Result { method extractRawGetValueFromBatchResult (line 300) | extractRawGetValueFromBatchResult(_result: unknown): unknown { method values (line 304) | values( method count (line 313) | async count(sql: SQL) { method extractRawValuesValueFromBatchResult (line 320) | extractRawValuesValueFromBatchResult(_result: unknown): unknown { type Result (line 325) | type Result = { sync: TResult; ... type DBResult (line 327) | type DBResult = { sync: TResult... method constructor (line 337) | constructor( method rollback (line 351) | rollback(): never { FILE: drizzle-orm/src/sqlite-core/subquery.ts type SubqueryWithSelection (line 7) | type SubqueryWithSelection>; class SQLiteTable (line 29) | class SQLiteTable extends Table { type AnySQLiteTable (line 49) | type AnySQLiteTable = {}> = SQLite... type SQLiteTableWithColumns (line 53) | type SQLiteTableWithColumns = type SQLiteTableFn (line 59) | interface SQLiteTableFn { function sqliteTableBase (line 162) | function sqliteTableBase< function sqliteTableCreator (line 223) | function sqliteTableCreator(customizeTableName: (name: string) => string... FILE: drizzle-orm/src/sqlite-core/unique-constraint.ts function uniqueKeyName (line 6) | function uniqueKeyName(table: SQLiteTable, columns: string[]) { function unique (line 10) | function unique(name?: string): UniqueOnConstraintBuilder { class UniqueConstraintBuilder (line 14) | class UniqueConstraintBuilder { method constructor (line 20) | constructor( method build (line 28) | build(table: SQLiteTable): UniqueConstraint { class UniqueOnConstraintBuilder (line 33) | class UniqueOnConstraintBuilder { method constructor (line 39) | constructor( method on (line 45) | on(...columns: [SQLiteColumn, ...SQLiteColumn[]]) { class UniqueConstraint (line 50) | class UniqueConstraint { method constructor (line 56) | constructor(readonly table: SQLiteTable, columns: SQLiteColumn[], name... method getName (line 61) | getName() { FILE: drizzle-orm/src/sqlite-core/utils.ts function getTableConfig (line 19) | function getTableConfig(table: TTable) { function extractUsedTable (line 59) | function extractUsedTable(table: SQLiteTable | Subquery | SQLiteViewBase... type OnConflict (line 72) | type OnConflict = 'rollback' | 'abort' | 'fail' | 'ignore' | 'replace'; function getViewConfig (line 74) | function getViewConfig< FILE: drizzle-orm/src/sqlite-core/view.ts type ViewBuilderConfig (line 13) | interface ViewBuilderConfig { class ViewBuilderCore (line 20) | class ViewBuilderCore< method constructor (line 30) | constructor( class ViewBuilder (line 37) | class ViewBuilder extends ViewBuilderCore... method as (line 40) | as( class ManualViewBuilder (line 69) | class ManualViewBuilder< method constructor (line 79) | constructor( method existing (line 87) | existing(): SQLiteViewWithSelection { class SqliteRemoteDatabase (line 15) | class SqliteRemoteDatabase< method batch (line 23) | async batch, T extends Readonly<[U, ...U... type AsyncRemoteCallback (line 30) | type AsyncRemoteCallback = ( type AsyncBatchRemoteCallback (line 36) | type AsyncBatchRemoteCallback = (batch: { type RemoteCallback (line 42) | type RemoteCallback = AsyncRemoteCallback; function drizzle (line 53) | function drizzle = Record Promise; function migrate (line 8) | async function migrate>( FILE: drizzle-orm/src/sqlite-proxy/session.ts type SQLiteRemoteSessionOptions (line 22) | interface SQLiteRemoteSessionOptions { type PreparedQueryConfig (line 27) | type PreparedQueryConfig = Omit>( method batch (line 76) | async batch[] | readonly BatchItem<'sqli... method transaction (line 91) | override async transaction( method extractRawAllValueFromBatchResult (line 107) | override extractRawAllValueFromBatchResult(result: unknown): unknown { method extractRawGetValueFromBatchResult (line 111) | override extractRawGetValueFromBatchResult(result: unknown): unknown { method extractRawValuesValueFromBatchResult (line 115) | override extractRawValuesValueFromBatchResult(result: unknown): unknown { class SQLiteProxyTransaction (line 120) | class SQLiteProxyTransaction< method transaction (line 126) | override async transaction( class RemotePreparedQuery (line 143) | class RemotePreparedQuery): Promise): Promise): Promise(placeholderValues?: Record = WithSubquery<... FILE: drizzle-orm/src/table.ts type TableConfig (line 8) | interface TableConfig> { type UpdateTableConfig (line 15) | type UpdateTableConfig implements SQLWrapper { method constructor (line 113) | constructor(name: string, schema: string | undefined, baseName: string) { function isTable (line 120) | function isTable(table: unknown): table is Table { type AnyTable (line 141) | type AnyTable> = Table(table: T): T['_']['name'] { function getTableUniqueName (line 147) | function getTableUniqueName(table: T): `${T['_']['schem... type MapColumnName (line 151) | type MapColumnName = T extends { enumValues: readonly (infer U)[] } ? U FILE: drizzle-orm/src/tidb-serverless/driver.ts type TiDBServerlessSDriverOptions (line 17) | interface TiDBServerlessSDriverOptions { class TiDBServerlessDatabase (line 22) | class TiDBServerlessDatabase< function construct (line 28) | function construct = Record = Record>( FILE: drizzle-orm/src/tidb-serverless/session.ts class TiDBServerlessPreparedQuery (line 26) | class TiDBServerlessPreparedQuery ex... method constructor (line 29) | constructor( method execute (line 50) | async execute(placeholderValues: Record | undefined =... method iterator (line 99) | override iterator(_placeholderValues?: Record): Async... type TiDBServerlessSessionOptions (line 104) | interface TiDBServerlessSessionOptions { class TiDBServerlessSession (line 109) | class TiDBServerlessSession< method constructor (line 119) | constructor( method prepareQuery (line 132) | prepareQuery(query: SQL): Promise { method count (line 165) | override async count(sql: SQL): Promise { method transaction (line 173) | override async transaction( class TiDBServerlessTransaction (line 194) | class TiDBServerlessTransaction< method constructor (line 200) | constructor( method transaction (line 209) | override async transaction( type TiDBServerlessQueryResultHKT (line 231) | interface TiDBServerlessQueryResultHKT extends MySqlQueryResultHKT { type TiDBServerlessPreparedQueryHKT (line 235) | interface TiDBServerlessPreparedQueryHKT extends MySqlPreparedQueryHKT { FILE: drizzle-orm/src/tracing-utils.ts function iife (line 1) | function iife(fn: (...args: T) => U, ...args: T)... FILE: drizzle-orm/src/tracing.ts type SpanName (line 15) | type SpanName = method startActiveSpan (line 25) | startActiveSpan unknown>(name: SpanName, fn: ... FILE: drizzle-orm/src/utils.ts function mapResultRow (line 15) | function mapResultRow( function orderSelectedFields (line 76) | function orderSelectedFields( function haveSameKeys (line 97) | function haveSameKeys(left: Record, right: Record): Up... type UpdateSet (line 134) | type UpdateSet = Record = T | T[]; type Update (line 138) | type Update = type Simplify (line 144) | type Simplify = type Not (line 151) | type Not = T extends true ? false : true; type IsNever (line 153) | type IsNever = [T] extends [never] ? true : false; type IsUnion (line 155) | type IsUnion = (T extends any ? (U extends T ? false... type SingleKeyObject (line 158) | type SingleKeyObject = IsNever... type FromSingleKeyObject (line 162) | type FromSingleKeyObject ... type SimplifyMappedType (line 166) | type SimplifyMappedType = [T] extends [unknown] ? T : never; type ShallowRecord (line 168) | type ShallowRecord = SimplifyMappedType<{ [P in ... type Assume (line 170) | type Assume = T extends U ? T : U; type Equal (line 172) | type Equal = (() => T extends X ? 1 : 2) extends (() => T ex... type DrizzleTypeError (line 174) | interface DrizzleTypeError { type ValueOrArray (line 178) | type ValueOrArray = T | T[]; function applyMixins (line 181) | function applyMixins(baseClass: any, extendedClasses: any[]) { type Or (line 195) | type Or = T1 extends true ? true : T2 extends true ? true : false; type IfThenElse (line 197) | type IfThenElse = If extends true ? Then : Else; type PromiseOf (line 199) | type PromiseOf = T extends Promise ? U : T; type Writable (line 201) | type Writable = { type NonArray (line 205) | type NonArray = T extends any[] ? never : T; function getTableColumns (line 207) | function getTableColumns(table: T): T['_']['columns'] { function getViewSelectedFields (line 211) | function getViewSelectedFields(view: T): T['_']['selecte... function getTableLikeName (line 216) | function getTableLikeName(table: TableLike): string | undefined { type ColumnsWithTable (line 228) | type ColumnsWithTable< type Casing (line 234) | type Casing = 'snake_case' | 'camelCase'; type DrizzleConfig (line 236) | interface DrizzleConfig = Record... type ValidateShape (line 242) | type ValidateShape = T extends ValidShape type KnownKeysOnly (line 249) | type KnownKeysOnly = { type IsAny (line 253) | type IsAny = 0 extends (1 & T) ? true : false; function getColumnNameAndConfig (line 256) | function getColumnNameAndConfig< type IfNotImported (line 265) | type IfNotImported = unknown extends T ? Y : N; type ImportTypeError (line 267) | type ImportTypeError = type RequireAtLeastOne (line 270) | type RequireAtLeastOne = Keys extends... type ExpectedConfigShape (line 274) | type ExpectedConfigShape = { function isConfig (line 286) | function isConfig(data: any): boolean { type NeonAuthToken (line 340) | type NeonAuthToken = string | (() => string | Promise); FILE: drizzle-orm/src/vercel-postgres/driver.ts type VercelPgDriverOptions (line 17) | interface VercelPgDriverOptions { class VercelPgDriver (line 22) | class VercelPgDriver { method constructor (line 25) | constructor( method createSession (line 32) | createSession( class VercelPgDatabase (line 42) | class VercelPgDatabase< function construct (line 48) | function construct = Record = Record>( FILE: drizzle-orm/src/vercel-postgres/session.ts type VercelPgClient (line 24) | type VercelPgClient = VercelPool | VercelClient | VercelPoolClient; class VercelPgPreparedQuery (line 26) | class VercelPgPreparedQuery extends PgPre... method constructor (line 32) | constructor( method execute (line 138) | async execute(placeholderValues: Record | undefined =... method all (line 161) | all(placeholderValues: Record | undefined = {}): Prom... method values (line 169) | values(placeholderValues: Record | undefined = {}): P... method isResponseInArrayMode (line 178) | isResponseInArrayMode(): boolean { type VercelPgSessionOptions (line 183) | interface VercelPgSessionOptions { class VercelPgSession (line 188) | class VercelPgSession< method constructor (line 197) | constructor( method prepareQuery (line 208) | prepareQuery( method query (line 235) | async query(query: string, params: unknown[]): Promise { method queryObjects (line 245) | async queryObjects( method count (line 252) | override async count(sql: SQL): Promise { method transaction (line 258) | override async transaction( class VercelPgTransaction (line 282) | class VercelPgTransaction< method transaction (line 288) | override async transaction( type VercelPgQueryResultHKT (line 310) | interface VercelPgQueryResultHKT extends PgQueryResultHKT { FILE: drizzle-orm/src/xata-http/driver.ts type XataDriverOptions (line 13) | interface XataDriverOptions { class XataHttpDriver (line 18) | class XataHttpDriver { method constructor (line 21) | constructor( method createSession (line 29) | createSession( method initMappers (line 38) | initMappers() { class XataHttpDatabase (line 43) | class XataHttpDatabase = Record<... function drizzle (line 52) | function drizzle = Record>( FILE: drizzle-orm/src/xata-http/session.ts type XataHttpClient (line 17) | type XataHttpClient = { type QueryResults (line 21) | interface QueryResults { class XataHttpPreparedQuery (line 27) | class XataHttpPreparedQuery extends PgPre... method constructor (line 30) | constructor( method execute (line 47) | async execute(placeholderValues: Record | undefined =... method all (line 71) | all(placeholderValues: Record | undefined = {}): Prom... method values (line 79) | values(placeholderValues: Record | undefined = {}): P... method isResponseInArrayMode (line 88) | isResponseInArrayMode() { type XataHttpSessionOptions (line 93) | interface XataHttpSessionOptions { class XataHttpSession (line 98) | class XataHttpSession, TSche... method constructor (line 110) | constructor( method prepareQuery (line 121) | prepareQuery( method query (line 146) | async query(query: string, params: unknown[]): Promise( class XataTransaction (line 176) | class XataTransaction, TSche... method transaction (line 185) | override async transaction(_transaction: (tx: XataTransaction(qb: T) { function withReturning (line 58) | function withReturning(qb: T) { FILE: drizzle-orm/type-tests/geldb/generated-columns.ts type User (line 21) | type User = typeof users.$inferSelect; type NewUser (line 22) | type NewUser = typeof users.$inferInsert; type User (line 52) | type User = InferSelectModel; type NewUser (line 53) | type NewUser = InferInsertModel; type User (line 169) | type User = typeof users2.$inferSelect; type NewUser (line 170) | type NewUser = typeof users2.$inferInsert; type User (line 201) | type User = typeof usersSeq.$inferSelect; type NewUser (line 202) | type NewUser = typeof usersSeq.$inferInsert; FILE: drizzle-orm/type-tests/geldb/insert.ts function dynamic (line 198) | function dynamic(qb: T) { function withReturning (line 217) | function withReturning(qb: T) { FILE: drizzle-orm/type-tests/geldb/select.ts function mapFunkyFuncResult (line 404) | function mapFunkyFuncResult(valueFromDriver: unknown) { function withFriends (line 946) | function withFriends(qb: T) { function withFriends (line 975) | function withFriends(qb: T) { function dynamic (line 1004) | function dynamic(qb: T) { function dynamic (line 1015) | function dynamic(qb: T) { function paginated (line 1025) | function paginated(qb: T, page: number) { FILE: drizzle-orm/type-tests/geldb/set-operators.ts function dynamic (line 192) | function dynamic(qb: T) { FILE: drizzle-orm/type-tests/geldb/tables.ts type Expected (line 683) | type Expected = GelTableWithColumns<{ FILE: drizzle-orm/type-tests/geldb/update.ts function dynamic (line 53) | function dynamic(qb: T) { function withReturning (line 64) | function withReturning(qb: T) { FILE: drizzle-orm/type-tests/knex/index.ts type Tables (line 13) | interface Tables { FILE: drizzle-orm/type-tests/kysely/index.ts type Database (line 16) | interface Database { type UnitModel (line 38) | type UnitModel = typeof units; type Database (line 40) | interface Database { type Database (line 75) | interface Database { FILE: drizzle-orm/type-tests/mysql/delete.ts function dynamic (line 39) | function dynamic(qb: T) { FILE: drizzle-orm/type-tests/mysql/generated-columns.ts type User (line 22) | type User = typeof users.$inferSelect; type NewUser (line 23) | type NewUser = typeof users.$inferInsert; type User (line 53) | type User = InferSelectModel; type NewUser (line 54) | type NewUser = InferInsertModel; FILE: drizzle-orm/type-tests/mysql/insert.ts function dynamic (line 117) | function dynamic(qb: T) { FILE: drizzle-orm/type-tests/mysql/select.ts function mapFunkyFuncResult (line 278) | function mapFunkyFuncResult(valueFromDriver: unknown) { function withFriends (line 611) | function withFriends(qb: T) { function withFriends (line 640) | function withFriends(qb: T) { function dynamic (line 669) | function dynamic(qb: T) { function dynamic (line 680) | function dynamic(qb: T) { function paginated (line 690) | function paginated(qb: T, page: number) { FILE: drizzle-orm/type-tests/mysql/set-operators.ts function dynamic (line 201) | function dynamic(qb: T) { FILE: drizzle-orm/type-tests/mysql/tables.ts method dataType (line 531) | dataType() { method dataType (line 809) | dataType(config) { method toDriver (line 814) | toDriver(value) { method fromDriver (line 819) | fromDriver(value) { method dataType (line 839) | dataType(config) { method toDriver (line 844) | toDriver(value) { method fromDriver (line 849) | fromDriver(value) { type Role (line 1052) | enum Role { type RoleNonString (line 1058) | enum RoleNonString { type RolePartiallyString (line 1064) | enum RolePartiallyString { FILE: drizzle-orm/type-tests/mysql/update.ts function dynamic (line 9) | function dynamic(qb: T) { FILE: drizzle-orm/type-tests/pg/delete.ts function dynamic (line 45) | function dynamic(qb: T) { function withReturning (line 56) | function withReturning(qb: T) { FILE: drizzle-orm/type-tests/pg/generated-columns.ts type User (line 21) | type User = typeof users.$inferSelect; type NewUser (line 22) | type NewUser = typeof users.$inferInsert; type User (line 52) | type User = InferSelectModel; type NewUser (line 53) | type NewUser = InferInsertModel; type User (line 169) | type User = typeof users2.$inferSelect; type NewUser (line 170) | type NewUser = typeof users2.$inferInsert; type User (line 201) | type User = typeof usersSeq.$inferSelect; type NewUser (line 202) | type NewUser = typeof usersSeq.$inferInsert; FILE: drizzle-orm/type-tests/pg/insert.ts function dynamic (line 179) | function dynamic(qb: T) { function withReturning (line 190) | function withReturning(qb: T) { FILE: drizzle-orm/type-tests/pg/select.ts function mapFunkyFuncResult (line 403) | function mapFunkyFuncResult(valueFromDriver: unknown) { function withFriends (line 1004) | function withFriends(qb: T) { function withFriends (line 1033) | function withFriends(qb: T) { function dynamic (line 1062) | function dynamic(qb: T) { function dynamic (line 1073) | function dynamic(qb: T) { function paginated (line 1083) | function paginated(qb: T, page: number) { FILE: drizzle-orm/type-tests/pg/set-operators.ts function dynamic (line 195) | function dynamic(qb: T) { FILE: drizzle-orm/type-tests/pg/tables.ts method dataType (line 910) | dataType(config) { method toDriver (line 915) | toDriver(value) { method fromDriver (line 920) | fromDriver(value) { method dataType (line 940) | dataType(config) { method toDriver (line 945) | toDriver(value) { method fromDriver (line 950) | fromDriver(value) { type Expected (line 976) | type Expected = PgTableWithColumns<{ type Role (line 1425) | enum Role { type RoleNonString (line 1433) | enum RoleNonString { type RolePartiallyString (line 1442) | enum RolePartiallyString { FILE: drizzle-orm/type-tests/pg/update.ts function dynamic (line 54) | function dynamic(qb: T) { function withReturning (line 65) | function withReturning(qb: T) { FILE: drizzle-orm/type-tests/singlestore/delete.ts function dynamic (line 39) | function dynamic(qb: T) { FILE: drizzle-orm/type-tests/singlestore/insert.ts function dynamic (line 117) | function dynamic(qb: T) { FILE: drizzle-orm/type-tests/singlestore/select.ts function mapFunkyFuncResult (line 346) | function mapFunkyFuncResult(valueFromDriver: unknown) { function withFriends (line 680) | function withFriends(qb: T) { function withFriends (line 709) | function withFriends(qb: T) { function dynamic (line 738) | function dynamic(qb: T) { function dynamic (line 749) | function dynamic(qb: T) { function paginated (line 759) | function paginated(qb: T, page: number) { FILE: drizzle-orm/type-tests/singlestore/set-operators.ts function dynamic (line 150) | function dynamic(qb: T) { FILE: drizzle-orm/type-tests/singlestore/tables.ts method dataType (line 511) | dataType() { method dataType (line 787) | dataType(config) { method toDriver (line 792) | toDriver(value) { method fromDriver (line 797) | fromDriver(value) { method dataType (line 817) | dataType(config) { method toDriver (line 822) | toDriver(value) { method fromDriver (line 827) | fromDriver(value) { FILE: drizzle-orm/type-tests/singlestore/update.ts function dynamic (line 9) | function dynamic(qb: T) { FILE: drizzle-orm/type-tests/sqlite/delete.ts function dynamic (line 121) | function dynamic(qb: T) { function withReturning (line 132) | function withReturning(qb: T) { FILE: drizzle-orm/type-tests/sqlite/generated-columns.ts type User (line 23) | type User = typeof users.$inferSelect; type NewUser (line 24) | type NewUser = typeof users.$inferInsert; type User (line 54) | type User = InferSelectModel; type NewUser (line 55) | type NewUser = InferInsertModel; FILE: drizzle-orm/type-tests/sqlite/insert.ts function dynamic (line 178) | function dynamic(qb: T) { function withReturning (line 190) | function withReturning(qb: T) { FILE: drizzle-orm/type-tests/sqlite/select.ts function mapFunkyFuncResult (line 357) | function mapFunkyFuncResult(valueFromDriver: unknown) { function withFriends (line 687) | function withFriends(qb: T) { function withFriends (line 716) | function withFriends(qb: T) { function dynamic (line 745) | function dynamic(qb: T) { FILE: drizzle-orm/type-tests/sqlite/set-operators.ts function dynamic (line 193) | function dynamic(qb: T) { FILE: drizzle-orm/type-tests/sqlite/tables.ts type User (line 65) | type User = typeof users.$inferSelect; type NewUser (line 82) | type NewUser = typeof users.$inferInsert; type City (line 105) | type City = typeof cities.$inferSelect; type NewCity (line 114) | type NewCity = typeof cities.$inferInsert; type Class (line 129) | type Class = typeof classes.$inferSelect; type NewClass (line 138) | type NewClass = typeof classes.$inferInsert; type Id (line 393) | type Id = number & { __id: true }; method dataType (line 482) | dataType(config) { method toDriver (line 487) | toDriver(value) { method fromDriver (line 492) | fromDriver(value) { method dataType (line 512) | dataType(config) { method toDriver (line 517) | toDriver(value) { method fromDriver (line 522) | fromDriver(value) { FILE: drizzle-orm/type-tests/sqlite/update.ts function dynamic (line 100) | function dynamic(qb: T) { function withReturning (line 111) | function withReturning(qb: T) { FILE: drizzle-orm/type-tests/utils.ts function Expect (line 2) | function Expect() {} type Equal (line 4) | type Equal = (() => T extends X ? 1 : 2) extends (... FILE: drizzle-seed/src/index.ts type InferCallbackType (line 28) | type InferCallbackType< class SeedPromise (line 137) | class SeedPromise< method constructor (line 151) | constructor( method then (line 157) | then( method catch (line 173) | catch( method finally (line 182) | finally(onfinally?: (() => void) | null | undefined): Promise { method refine (line 195) | async refine( type FunctionsVersioning (line 208) | type FunctionsVersioning = VERSION e... function getGeneratorsFunctions (line 212) | function getGeneratorsFunctions() { function seedForDrizzleStudio (line 216) | async function seedForDrizzleStudio( function seed (line 346) | function seed< function reset (line 441) | async function reset< FILE: drizzle-seed/src/services/GeneratorFuncs.ts function createGenerator (line 56) | function createGenerator, T>( FILE: drizzle-seed/src/services/Generators.ts method constructor (line 43) | constructor(params?: T) { method init (line 48) | init() { method updateParams (line 52) | updateParams() { method getEntityKind (line 68) | getEntityKind(): string { method replaceIfUnique (line 73) | replaceIfUnique() { method replaceIfArray (line 91) | replaceIfArray() { class GenerateArray (line 112) | class GenerateArray extends AbstractGenerator<{ baseColumnGen: AbstractG... method init (line 116) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 122) | generate() { class GenerateWeightedCount (line 132) | class GenerateWeightedCount extends AbstractGenerator<{}> { method init (line 141) | override init({ seed, count }: { count: { weight: number; count: numbe... method generate (line 147) | generate() { class HollowGenerator (line 170) | class HollowGenerator extends AbstractGenerator<{}> { method init (line 173) | override init() {} method generate (line 175) | generate() {} class GenerateDefault (line 178) | class GenerateDefault extends AbstractGenerator<{ method generate (line 184) | generate() { class GenerateValuesFromArray (line 189) | class GenerateValuesFromArray extends AbstractGenerator< method checks (line 212) | checks({ count }: { count: number }) { method init (line 283) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 362) | generate() { class GenerateSelfRelationsValuesFromArray (line 406) | class GenerateSelfRelationsValuesFromArray extends AbstractGenerator<{ v... method init (line 415) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 426) | generate({ i }: { i: number }) { class GenerateIntPrimaryKey (line 444) | class GenerateIntPrimaryKey extends AbstractGenerator<{}> { method init (line 449) | override init({ count }: { count: number; seed: number }) { method generate (line 455) | generate({ i }: { i: number }) { class GenerateNumber (line 464) | class GenerateNumber extends AbstractGenerator< method init (line 483) | override init({ count, seed }: { seed: number; count: number }) { method generate (line 508) | generate() { class GenerateUniqueNumber (line 520) | class GenerateUniqueNumber extends AbstractGenerator< method init (line 538) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 563) | generate() { class GenerateInt (line 574) | class GenerateInt extends AbstractGenerator<{ method init (line 589) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 612) | generate() { class GenerateUniqueInt (line 643) | class GenerateUniqueInt extends AbstractGenerator<{ method init (line 662) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 700) | generate() { method generateNumber (line 750) | generateNumber(currMinNumb: number, currMaxNumb: number, intervalsToAd... method generateBigint (line 784) | generateBigint(currMinNumb: bigint, currMaxNumb: bigint, intervalsToAd... class GenerateBoolean (line 815) | class GenerateBoolean extends AbstractGenerator<{ arraySize?: number }> { method init (line 822) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 830) | generate() { class GenerateDate (line 842) | class GenerateDate extends AbstractGenerator<{ method init (line 855) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 888) | generate() { class GenerateTime (line 908) | class GenerateTime extends AbstractGenerator<{ arraySize?: number }> { method init (line 915) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 923) | generate() { class GenerateTimestampInt (line 944) | class GenerateTimestampInt extends AbstractGenerator<{ unitOfTime?: 'sec... method init (line 951) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 959) | generate() { class GenerateTimestamp (line 977) | class GenerateTimestamp extends AbstractGenerator<{ arraySize?: number }> { method init (line 984) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 992) | generate() { class GenerateDatetime (line 1021) | class GenerateDatetime extends AbstractGenerator<{ arraySize?: number }> { method init (line 1028) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1036) | generate() { class GenerateYear (line 1065) | class GenerateYear extends AbstractGenerator<{ arraySize?: number }> { method init (line 1072) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1080) | generate() { class GenerateJson (line 1100) | class GenerateJson extends AbstractGenerator<{ arraySize?: number }> { method init (line 1113) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1155) | generate({ i }: { i: number }) { class GenerateEnum (line 1204) | class GenerateEnum extends AbstractGenerator<{ enumValues: (string | num... method init (line 1211) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1218) | generate() { class GenerateInterval (line 1227) | class GenerateInterval extends AbstractGenerator<{ method init (line 1279) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1298) | generate() { class GenerateUniqueInterval (line 1316) | class GenerateUniqueInterval extends AbstractGenerator<{ method init (line 1368) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1396) | generate() { class GenerateString (line 1423) | class GenerateString extends AbstractGenerator<{ method init (line 1432) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1439) | generate() { class GenerateUniqueString (line 1470) | class GenerateUniqueString extends AbstractGenerator<{ isUnique?: boolea... method init (line 1476) | override init({ seed }: { seed: number }) { method generate (line 1481) | generate({ i }: { i: number }) { class GenerateUUID (line 1513) | class GenerateUUID extends AbstractGenerator<{ method init (line 1522) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1529) | generate() { class GenerateFirstName (line 1559) | class GenerateFirstName extends AbstractGenerator<{ method init (line 1571) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1585) | generate() { class GenerateUniqueFirstName (line 1599) | class GenerateUniqueFirstName extends AbstractGenerator<{ method init (line 1609) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1626) | generate() { class GenerateLastName (line 1639) | class GenerateLastName extends AbstractGenerator<{ method init (line 1650) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1663) | generate() { class GenerateUniqueLastName (line 1675) | class GenerateUniqueLastName extends AbstractGenerator<{ isUnique?: bool... method init (line 1683) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1700) | generate() { class GenerateFullName (line 1712) | class GenerateFullName extends AbstractGenerator<{ method init (line 1723) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1739) | generate() { class GenerateUniqueFullName (line 1758) | class GenerateUniqueFullName extends AbstractGenerator<{ method init (line 1770) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1795) | generate() { class GenerateEmail (line 1823) | class GenerateEmail extends AbstractGenerator<{ method init (line 1835) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 1866) | generate() { class GeneratePhoneNumber (line 1887) | class GeneratePhoneNumber extends AbstractGenerator<{ method init (line 1905) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2026) | generate() { class GenerateCountry (line 2083) | class GenerateCountry extends AbstractGenerator<{ method init (line 2094) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2108) | generate() { class GenerateUniqueCountry (line 2122) | class GenerateUniqueCountry extends AbstractGenerator<{ isUnique?: boole... method init (line 2130) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2147) | generate() { class GenerateJobTitle (line 2159) | class GenerateJobTitle extends AbstractGenerator<{ method init (line 2168) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2182) | generate() { class GenerateStreetAddress (line 2194) | class GenerateStreetAddress extends AbstractGenerator<{ method init (line 2206) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2222) | generate() { class GenerateUniqueStreetAddress (line 2244) | class GenerateUniqueStreetAddress extends AbstractGenerator<{ isUnique?:... method init (line 2258) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2308) | generate() { class GenerateCity (line 2337) | class GenerateCity extends AbstractGenerator<{ method init (line 2348) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2362) | generate() { class GenerateUniqueCity (line 2374) | class GenerateUniqueCity extends AbstractGenerator<{ isUnique?: boolean ... method init (line 2382) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2399) | generate() { class GeneratePostcode (line 2411) | class GeneratePostcode extends AbstractGenerator<{ method init (line 2423) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2439) | generate() { class GenerateUniquePostcode (line 2468) | class GenerateUniquePostcode extends AbstractGenerator<{ isUnique?: bool... method init (line 2483) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2524) | generate() { class GenerateState (line 2553) | class GenerateState extends AbstractGenerator<{ method init (line 2562) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2576) | generate() { class GenerateCompanyName (line 2588) | class GenerateCompanyName extends AbstractGenerator<{ method init (line 2600) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2625) | generate() { class GenerateUniqueCompanyName (line 2660) | class GenerateUniqueCompanyName extends AbstractGenerator<{ isUnique?: b... method init (line 2676) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2741) | generate() { class GenerateLoremIpsum (line 2768) | class GenerateLoremIpsum extends AbstractGenerator<{ method init (line 2778) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2795) | generate() { class WeightedRandomGenerator (line 2810) | class WeightedRandomGenerator extends AbstractGenerator<{ weight: number... method init (line 2818) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2859) | generate({ i }: { i: number }) { class GeneratePoint (line 2873) | class GeneratePoint extends AbstractGenerator<{ method init (line 2889) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2909) | generate() { class GenerateUniquePoint (line 2928) | class GenerateUniquePoint extends AbstractGenerator<{ method init (line 2943) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 2961) | generate() { class GenerateLine (line 2980) | class GenerateLine extends AbstractGenerator<{ method init (line 2999) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 3026) | generate() { class GenerateUniqueLine (line 3052) | class GenerateUniqueLine extends AbstractGenerator<{ method init (line 3070) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 3095) | generate() { FILE: drizzle-seed/src/services/SeedService.ts class SeedService (line 22) | class SeedService { FILE: drizzle-seed/src/services/versioning/v2.ts class GenerateUniqueIntervalV2 (line 5) | class GenerateUniqueIntervalV2 extends AbstractGenerator<{ method init (line 58) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 86) | generate() { class GenerateStringV2 (line 112) | class GenerateStringV2 extends AbstractGenerator<{ method init (line 126) | override init({ count, seed }: { count: number; seed: number }) { method generate (line 141) | generate() { class GenerateUniqueStringV2 (line 171) | class GenerateUniqueStringV2 extends AbstractGenerator<{ isUnique?: bool... method init (line 182) | override init({ seed, count }: { seed: number; count: number }) { method generate (line 202) | generate({ i }: { i: number }) { FILE: drizzle-seed/src/types/drizzleStudio.ts type DbPrimaryKey (line 1) | type DbPrimaryKey = { type DbForeignKey (line 6) | type DbForeignKey = { type DbColumn (line 18) | type DbColumn = { type DbTable (line 31) | type DbTable = { type DbView (line 43) | type DbView = Omit & { type DbSchema (line 47) | type DbSchema = { type DrizzleStudioObjectType (line 54) | type DrizzleStudioObjectType = { [schemaName: string]: DbSchema }; type DrizzleStudioRelationType (line 56) | type DrizzleStudioRelationType = { FILE: drizzle-seed/src/types/seedService.ts type TableGeneratorsType (line 4) | type TableGeneratorsType = { type GeneratePossibleGeneratorsColumnType (line 14) | type GeneratePossibleGeneratorsColumnType = { type GeneratePossibleGeneratorsTableType (line 26) | type GeneratePossibleGeneratorsTableType = Prettify<{ type RefinementsType (line 43) | type RefinementsType = Prettify<{ FILE: drizzle-seed/src/types/tables.ts type Column (line 3) | type Column = { type Table (line 24) | type Table = { type Relation (line 30) | type Relation = { type RelationWithReferences (line 41) | type RelationWithReferences = Relation & { isCyclic?: boolean; refTableR... type Prettify (line 43) | type Prettify = FILE: drizzle-seed/tests/mysql/allDataTypesTest/mysql_all_data_types.test.ts function createDockerDB (line 17) | async function createDockerDB(): Promise { FILE: drizzle-seed/tests/mysql/cyclicTables/cyclicTables.test.ts function createDockerDB (line 17) | async function createDockerDB(): Promise { FILE: drizzle-seed/tests/mysql/generatorsTest/generators.test.ts function createDockerDB (line 17) | async function createDockerDB(): Promise { FILE: drizzle-seed/tests/mysql/mysql.test.ts function createDockerDB (line 17) | async function createDockerDB(): Promise { FILE: drizzle-seed/tests/mysql/softRelationsTest/softRelations.test.ts function createDockerDB (line 17) | async function createDockerDB(): Promise { FILE: drizzle-typebox/scripts/fix-imports.ts function resolvePathAlias (line 8) | function resolvePathAlias(importPath: string, file: string) { function fixImportPath (line 17) | function fixImportPath(importPath: string, file: string, ext: string) { method visitImportDeclaration (line 33) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 37) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 41) | visitExportNamedDeclaration(path) { method visitCallExpression (line 47) | visitCallExpression(path) { method visitTSImportType (line 53) | visitTSImportType(path) { method visitAwaitExpression (line 57) | visitAwaitExpression(path) { method visitImportDeclaration (line 74) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 78) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 82) | visitExportNamedDeclaration(path) { method visitTSImportType (line 88) | visitTSImportType(path) { method visitAwaitExpression (line 92) | visitAwaitExpression(path) { method visitImportDeclaration (line 109) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 113) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 117) | visitExportNamedDeclaration(path) { method visitTSImportType (line 123) | visitTSImportType(path) { method visitAwaitExpression (line 127) | visitAwaitExpression(path) { FILE: drizzle-typebox/src/column.ts function mapEnumValues (line 67) | function mapEnumValues(values: string[]) { function columnToSchema (line 71) | function columnToSchema(column: Column, t: typeof typebox): TSchema { function numberColumnToSchema (line 143) | function numberColumnToSchema(column: Column, t: typeof typebox): TSchema { function bigintColumnToSchema (line 250) | function bigintColumnToSchema(column: Column, t: typeof typebox): TSchema { function stringColumnToSchema (line 261) | function stringColumnToSchema(column: Column, t: typeof typebox): TSchema { FILE: drizzle-typebox/src/column.types.ts type HasBaseColumn (line 5) | type HasBaseColumn = TColumn extends { _: { baseColumn: Column ... type EnumValuesToEnum (line 10) | type EnumValuesToEnum = { [K ... type GenericSchema (line 12) | interface GenericSchema extends t.TSchema { type GetTypeboxType (line 16) | type GetTypeboxType< type GetTypeboxPrimitiveType (line 60) | type GetTypeboxPrimitiveType = TData extends number ? t.TNumber type HandleSelectColumn (line 66) | type HandleSelectColumn< type HandleInsertColumn (line 72) | type HandleInsertColumn< type HandleUpdateColumn (line 79) | type HandleUpdateColumn< type HandleColumn (line 85) | type HandleColumn< FILE: drizzle-typebox/src/constants.ts constant CONSTANTS (line 1) | const CONSTANTS = { FILE: drizzle-typebox/src/schema.ts function getColumns (line 16) | function getColumns(tableLike: Table | View) { function handleColumns (line 20) | function handleColumns( function handleEnum (line 65) | function handleEnum(enum_: PgEnum, factory?: CreateSchemaFactoryOpt... function createSchemaFactory (line 115) | function createSchemaFactory(options?: CreateSchemaFactoryOptions) { FILE: drizzle-typebox/src/schema.types.internal.ts type Conditions (line 6) | interface Conditions { type BuildRefineField (line 12) | type BuildRefineField = T extends t.TSchema ? ((schema: T) => t.TSche... type BuildRefine (line 14) | type BuildRefine< type HandleRefinement (line 22) | type HandleRefinement< type IsRefinementDefined (line 32) | type IsRefinementDefined< type BuildSchema (line 39) | type BuildSchema< type NoUnknownKeys (line 61) | type NoUnknownKeys< FILE: drizzle-typebox/src/schema.types.ts type CreateSelectSchema (line 7) | interface CreateSelectSchema { type CreateInsertSchema (line 29) | interface CreateInsertSchema { type CreateUpdateSchema (line 40) | interface CreateUpdateSchema { type CreateSchemaFactoryOptions (line 51) | interface CreateSchemaFactoryOptions { FILE: drizzle-typebox/src/utils.ts function isColumnType (line 6) | function isColumnType(column: Column, columnTypes: str... function isWithEnum (line 10) | function isWithEnum(column: Column): column is typeof column & { enumVal... type Literal (line 16) | type Literal = Static; type Json (line 17) | type Json = Literal | { [key: string]: any } | any[]; type JsonSchema (line 18) | interface JsonSchema extends TSchema { type BufferSchema (line 23) | interface BufferSchema extends TSchema { type IsNever (line 29) | type IsNever = [T] extends [never] ? true : false; type IsEnumDefined (line 31) | type IsEnumDefined = [string, ...str... type ColumnIsGeneratedAlwaysAs (line 35) | type ColumnIsGeneratedAlwaysAs = TColumn extends Column type GetSelection (line 41) | type GetSelection | Table | View> =... FILE: drizzle-typebox/tests/utils.ts function removeKeysFromObject (line 4) | function removeKeysFromObject(obj: Record, keys: string[]) { function expectSchemaShape (line 11) | function expectSchemaShape(t: TaskContext, expected... function expectEnumValues (line 26) | function expectEnumValues>(t: TaskContext, expect... function Expect (line 34) | function Expect<_ extends true>() {} FILE: drizzle-valibot/scripts/fix-imports.ts function resolvePathAlias (line 8) | function resolvePathAlias(importPath: string, file: string) { function fixImportPath (line 17) | function fixImportPath(importPath: string, file: string, ext: string) { method visitImportDeclaration (line 33) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 37) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 41) | visitExportNamedDeclaration(path) { method visitCallExpression (line 47) | visitCallExpression(path) { method visitTSImportType (line 53) | visitTSImportType(path) { method visitAwaitExpression (line 57) | visitAwaitExpression(path) { method visitImportDeclaration (line 74) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 78) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 82) | visitExportNamedDeclaration(path) { method visitTSImportType (line 88) | visitTSImportType(path) { method visitAwaitExpression (line 92) | visitAwaitExpression(path) { method visitImportDeclaration (line 109) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 113) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 117) | visitExportNamedDeclaration(path) { method visitTSImportType (line 123) | visitTSImportType(path) { method visitAwaitExpression (line 127) | visitAwaitExpression(path) { FILE: drizzle-valibot/src/column.ts function mapEnumValues (line 69) | function mapEnumValues(values: string[]) { function columnToSchema (line 73) | function columnToSchema(column: Column): v.GenericSchema { function numberColumnToSchema (line 128) | function numberColumnToSchema(column: Column): v.GenericSchema { function bigintColumnToSchema (line 235) | function bigintColumnToSchema(column: Column): v.GenericSchema { function stringColumnToSchema (line 243) | function stringColumnToSchema(column: Column): v.GenericSchema { FILE: drizzle-valibot/src/column.types.ts type HasBaseColumn (line 5) | type HasBaseColumn = TColumn extends { _: { baseColumn: Column ... type EnumValuesToEnum (line 10) | type EnumValuesToEnum = { rea... type ExtractAdditionalProperties (line 12) | type ExtractAdditionalProperties = { type GetLengthAction (line 26) | type GetLengthAction, TType extends string... type GetArraySchema (line 30) | type GetArraySchema = v.ArraySchema< type GetValibotType (line 42) | type GetValibotType< type GetValibotPrimitiveType (line 90) | type GetValibotPrimitiveType = T extends v.GenericSchema ? ((schema: T) => v... type BuildRefine (line 14) | type BuildRefine< type HandleRefinement (line 31) | type HandleRefinement< type IsRefinementDefined (line 43) | type IsRefinementDefined< type BuildSchema (line 50) | type BuildSchema< type NoUnknownKeys (line 73) | type NoUnknownKeys< FILE: drizzle-valibot/src/schema.types.ts type CreateSelectSchema (line 7) | interface CreateSelectSchema { type CreateInsertSchema (line 29) | interface CreateInsertSchema { type CreateUpdateSchema (line 40) | interface CreateUpdateSchema { FILE: drizzle-valibot/src/utils.ts function isColumnType (line 6) | function isColumnType(column: Column, columnTypes: str... function isWithEnum (line 10) | function isWithEnum(column: Column): column is typeof column & { enumVal... type Literal (line 16) | type Literal = v.InferOutput; type Json (line 17) | type Json = Literal | { [key: string]: any } | any[]; type IsNever (line 19) | type IsNever = [T] extends [never] ? true : false; type IsEnumDefined (line 21) | type IsEnumDefined = [string, ...str... type ColumnIsGeneratedAlwaysAs (line 25) | type ColumnIsGeneratedAlwaysAs = TColumn extends Column type RemoveNever (line 31) | type RemoveNever = { type RemoveNeverElements (line 35) | type RemoveNeverElements = T extends [infer First, ...i... type GetSelection (line 40) | type GetSelection | Table | View> =... FILE: drizzle-valibot/tests/utils.ts function onlySpecifiedKeys (line 4) | function onlySpecifiedKeys(obj: Record, keys: string[]) { function expectSchemaShape (line 8) | function expectSchemaShape>(t: Tas... function Expect (line 43) | function Expect<_ extends true>() {} FILE: drizzle-zod/scripts/fix-imports.ts function resolvePathAlias (line 8) | function resolvePathAlias(importPath: string, file: string) { function fixImportPath (line 17) | function fixImportPath(importPath: string, file: string, ext: string) { method visitImportDeclaration (line 33) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 37) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 41) | visitExportNamedDeclaration(path) { method visitCallExpression (line 47) | visitCallExpression(path) { method visitTSImportType (line 53) | visitTSImportType(path) { method visitAwaitExpression (line 57) | visitAwaitExpression(path) { method visitImportDeclaration (line 74) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 78) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 82) | visitExportNamedDeclaration(path) { method visitTSImportType (line 88) | visitTSImportType(path) { method visitAwaitExpression (line 92) | visitAwaitExpression(path) { method visitImportDeclaration (line 109) | visitImportDeclaration(path) { method visitExportAllDeclaration (line 113) | visitExportAllDeclaration(path) { method visitExportNamedDeclaration (line 117) | visitExportNamedDeclaration(path) { method visitTSImportType (line 123) | visitTSImportType(path) { method visitAwaitExpression (line 127) | visitAwaitExpression(path) { FILE: drizzle-zod/src/column.ts function columnToSchema (line 70) | function columnToSchema( function numberColumnToSchema (line 137) | function numberColumnToSchema( function bigintColumnToSchema (line 252) | function bigintColumnToSchema( function stringColumnToSchema (line 267) | function stringColumnToSchema( FILE: drizzle-zod/src/column.types.ts type HasBaseColumn (line 5) | type HasBaseColumn = TColumn extends { _: { baseColumn: Column ... type GetZodType (line 10) | type GetZodType< type CanCoerce (line 36) | type CanCoerce< type GetZodPrimitiveType (line 44) | type GetZodPrimitiveType< type HandleSelectColumn (line 76) | type HandleSelectColumn< type HandleInsertColumn (line 82) | type HandleInsertColumn< type HandleUpdateColumn (line 89) | type HandleUpdateColumn< type HandleColumn (line 95) | type HandleColumn< FILE: drizzle-zod/src/constants.ts constant CONSTANTS (line 1) | const CONSTANTS = { FILE: drizzle-zod/src/schema.ts function getColumns (line 15) | function getColumns(tableLike: Table | View) { function handleColumns (line 19) | function handleColumns( function handleEnum (line 66) | function handleEnum( function createSchemaFactory (line 121) | function createSchemaFactory< FILE: drizzle-zod/src/schema.types.internal.ts type Conditions (line 6) | interface Conditions { type BuildRefineField (line 12) | type BuildRefineField = T extends z.ZodType ? ((schema: T) => z.ZodTy... type BuildRefine (line 14) | type BuildRefine< type HandleRefinement (line 23) | type HandleRefinement< type IsRefinementDefined (line 33) | type IsRefinementDefined< type BuildSchema (line 40) | type BuildSchema< type NoUnknownKeys (line 68) | type NoUnknownKeys< FILE: drizzle-zod/src/schema.types.ts type CreateSelectSchema (line 6) | interface CreateSelectSchema< type CreateInsertSchema (line 30) | interface CreateInsertSchema< type CreateUpdateSchema (line 43) | interface CreateUpdateSchema< type CreateSchemaFactoryOptions (line 56) | interface CreateSchemaFactoryOptions< FILE: drizzle-zod/src/utils.ts function isColumnType (line 6) | function isColumnType(column: Column, columnTypes: str... function isWithEnum (line 10) | function isWithEnum(column: Column): column is typeof column & { enumVal... type Literal (line 16) | type Literal = z.infer; type Json (line 17) | type Json = Literal | { [key: string]: any } | any[]; type IsNever (line 19) | type IsNever = [T] extends [never] ? true : false; type IsEnumDefined (line 21) | type IsEnumDefined = [string, ...str... type ColumnIsGeneratedAlwaysAs (line 25) | type ColumnIsGeneratedAlwaysAs = TColumn extends Column type GetSelection (line 31) | type GetSelection | Table | View> =... FILE: drizzle-zod/tests/utils.ts function expectSchemaShape (line 4) | function expectSchemaShape>(t: Task... function expectEnumValues (line 15) | function expectEnumValues>(t: TaskContext, expe... function Expect (line 23) | function Expect<_ extends true>() {} FILE: eslint-plugin-drizzle/src/enforce-delete-with-where.ts type MessageIds (line 7) | type MessageIds = 'enforceDeleteWithWhere'; method create (line 34) | create(context, options) { FILE: eslint-plugin-drizzle/src/enforce-update-with-where.ts type MessageIds (line 6) | type MessageIds = 'enforceUpdateWithWhere'; method create (line 33) | create(context, options) { FILE: eslint-plugin-drizzle/src/utils/options.ts type Options (line 3) | type Options = readonly [{ FILE: eslint/eslint-plugin-drizzle-internal/index.js method create (line 22) | create(context) { FILE: integration-tests/drizzle2/mysql-proxy/first/0000_nostalgic_carnage.sql type `userstest` (line 1) | CREATE TABLE `userstest` ( FILE: integration-tests/drizzle2/mysql-proxy/second/0000_nostalgic_carnage.sql type `userstest` (line 1) | CREATE TABLE `userstest` ( FILE: integration-tests/drizzle2/mysql-proxy/second/0001_test.sql type `users12` (line 1) | CREATE TABLE `users12` ( FILE: integration-tests/drizzle2/mysql/0000_nostalgic_carnage.sql type `cities_migration` (line 1) | CREATE TABLE `cities_migration` ( type `users_migration` (line 7) | CREATE TABLE `users_migration` ( type `users12` (line 16) | CREATE TABLE `users12` ( FILE: integration-tests/drizzle2/pg-proxy/first/0000_puzzling_flatman.sql type "users" (line 1) | CREATE TABLE "users" ( FILE: integration-tests/drizzle2/pg-proxy/second/0000_puzzling_flatman.sql type "users" (line 1) | CREATE TABLE "users" ( FILE: integration-tests/drizzle2/pg-proxy/second/0001_test.sql type "users12" (line 1) | CREATE TABLE "users12" ( FILE: integration-tests/drizzle2/pg/0000_puzzling_flatman.sql type "all_columns" (line 1) | CREATE TABLE IF NOT EXISTS "all_columns" ( FILE: integration-tests/drizzle2/pg/0001_test.sql type "users12" (line 1) | CREATE TABLE IF NOT EXISTS "users12" ( FILE: integration-tests/drizzle2/planetscale/0000_nostalgic_carnage.sql type `drizzle_tests_cities_migration` (line 1) | CREATE TABLE `drizzle_tests_cities_migration` ( type `drizzle_tests_users_migration` (line 7) | CREATE TABLE `drizzle_tests_users_migration` ( type `drizzle_tests_users12` (line 16) | CREATE TABLE `drizzle_tests_users12` ( FILE: integration-tests/drizzle2/singlestore/0000_nostalgic_carnage.sql type `cities_migration` (line 1) | CREATE TABLE `cities_migration` ( type `users_migration` (line 7) | CREATE TABLE `users_migration` ( type `users12` (line 16) | CREATE TABLE `users12` ( FILE: integration-tests/drizzle2/sqlite/0000_fancy_bug.sql type another_users (line 1) | CREATE TABLE another_users ( type users12 (line 7) | CREATE TABLE users12 ( FILE: integration-tests/sst.config.ts method app (line 5) | app(_input) { method run (line 12) | async run() { FILE: integration-tests/tests/bun/bun-sql.test.ts method onRetry (line 372) | onRetry() { function setupSetOperationTest (line 523) | async function setupSetOperationTest(db: PgDatabase) { function setupAggregateFunctionsTest (line 562) | async function setupAggregateFunctionsTest(db: PgDatabase { FILE: integration-tests/tests/extensions/postgis/postgres.test.ts constant ENABLE_LOGGING (line 10) | const ENABLE_LOGGING = false; function createDockerDB (line 17) | async function createDockerDB(): Promise { FILE: integration-tests/tests/extensions/vectors/pg.test.ts constant ENABLE_LOGGING (line 13) | const ENABLE_LOGGING = false; function createDockerDB (line 20) | async function createDockerDB(): Promise { FILE: integration-tests/tests/extensions/vectors/postgres.test.ts constant ENABLE_LOGGING (line 10) | const ENABLE_LOGGING = false; function createDockerDB (line 17) | async function createDockerDB(): Promise { FILE: integration-tests/tests/gel/cache.ts class TestGlobalCache (line 8) | class TestGlobalCache extends Cache { method constructor (line 12) | constructor(private kv: Keyv = new Keyv()) { method strategy (line 16) | override strategy(): 'explicit' | 'all' { method get (line 19) | override async get(key: string, _tables: string[], _isTag: boolean): P... method put (line 23) | override async put( method onMutate (line 40) | override async onMutate(params: MutationOption): Promise { class TestCache (line 69) | class TestCache extends TestGlobalCache { method strategy (line 70) | override strategy(): 'explicit' | 'all' { FILE: integration-tests/tests/gel/createInstance.ts function createDockerDB (line 6) | async function createDockerDB(): Promise<{ connectionString: string; con... FILE: integration-tests/tests/gel/gel-custom.test.ts constant ENABLE_LOGGING (line 13) | const ENABLE_LOGGING = false; function sleep (line 22) | function sleep(ms: number) { method onRetry (line 45) | onRetry() { method dataType (line 91) | dataType() { method dataType (line 97) | dataType() { method dataType (line 103) | dataType() { method dataType (line 110) | dataType() { FILE: integration-tests/tests/gel/gel-ext.test.ts constant ENABLE_LOGGING (line 13) | const ENABLE_LOGGING = false; function sleep (line 59) | function sleep(ms: number) { method onRetry (line 82) | onRetry() { FILE: integration-tests/tests/gel/gel.test.ts constant ENABLE_LOGGING (line 88) | const ENABLE_LOGGING = false; function sleep (line 98) | function sleep(ms: number) { type TestContext (line 103) | interface TestContext { method onRetry (line 233) | onRetry() { function setupSetOperationTest (line 614) | async function setupSetOperationTest(db: GelJsDatabase) { function setupAggregateFunctionsTest (line 633) | async function setupAggregateFunctionsTest(db: GelJsDatabase) { function withLimitOffset (line 1536) | function withLimitOffset(qb: any) { function count (line 2257) | function count(value: GelColumn | SQLWrapper, alias?: string): SQL { function setupReturningFunctionsTest (line 133) | async function setupReturningFunctionsTest(db: MySql2Database) { FILE: integration-tests/tests/mysql/mysql-common-cache.ts class TestGlobalCache (line 11) | class TestGlobalCache extends Cache { method constructor (line 15) | constructor(private kv: Keyv = new Keyv()) { method strategy (line 19) | override strategy(): 'explicit' | 'all' { method get (line 22) | override async get(key: string, _tables: string[], _isTag: boolean): P... method put (line 26) | override async put( method onMutate (line 43) | override async onMutate(params: MutationOption): Promise { class TestCache (line 72) | class TestCache extends TestGlobalCache { method strategy (line 73) | override strategy(): 'explicit' | 'all' { type TestContext (line 79) | interface TestContext { function tests (line 101) | function tests() { FILE: integration-tests/tests/mysql/mysql-common.ts type TestMySQLDB (line 82) | type TestMySQLDB = MySqlDatabase; type TestContext (line 85) | interface TestContext { constant ENABLE_LOGGING (line 95) | const ENABLE_LOGGING = false; function createDockerDB (line 256) | async function createDockerDB(): Promise<{ connectionString: string; con... function tests (line 288) | function tests(driver?: string) { FILE: integration-tests/tests/mysql/mysql-custom.test.ts constant ENABLE_LOGGING (line 28) | const ENABLE_LOGGING = false; method onRetry (line 53) | onRetry() { method dataType (line 72) | dataType() { method dataType (line 78) | dataType() { method dataType (line 84) | dataType() { method fromDriver (line 87) | fromDriver(value) { method dataType (line 97) | dataType() { method toDriver (line 100) | toDriver(value: TData): string { method dataType (line 108) | dataType(config) { method fromDriver (line 112) | fromDriver(value: string): Date { method dataType (line 118) | dataType(config) { method toDriver (line 124) | toDriver(value) { method fromDriver (line 128) | fromDriver(value) { FILE: integration-tests/tests/mysql/mysql-planetscale.test.ts constant ENABLE_LOGGING (line 9) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/mysql/mysql-prefixed.test.ts constant ENABLE_LOGGING (line 32) | const ENABLE_LOGGING = false; method onRetry (line 57) | onRetry() { FILE: integration-tests/tests/mysql/mysql-proxy.test.ts constant ENABLE_LOGGING (line 9) | const ENABLE_LOGGING = false; class ServerSimulator (line 12) | class ServerSimulator { method constructor (line 13) | constructor(private db: mysql.Connection) {} method query (line 15) | async query(sql: string, params: any[], method: 'all' | 'execute') { method migrations (line 56) | async migrations(queries: string[]) { method onRetry (line 97) | onRetry() { FILE: integration-tests/tests/mysql/mysql.test.ts constant ENABLE_LOGGING (line 9) | const ENABLE_LOGGING = false; method onRetry (line 37) | onRetry() { FILE: integration-tests/tests/mysql/tidb-serverless.test.ts constant ENABLE_LOGGING (line 10) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/pg/awsdatapi.test.ts constant ENABLE_LOGGING (line 31) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/pg/neon-http-batch.test.ts constant ENABLE_LOGGING (line 19) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/pg/neon-http-batch.ts function createDockerDB (line 108) | async function createDockerDB(): Promise { function tests (line 139) | function tests() { FILE: integration-tests/tests/pg/neon-http.test.ts constant ENABLE_LOGGING (line 12) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/pg/neon-serverless.test.ts constant ENABLE_LOGGING (line 13) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/pg/node-postgres.test.ts constant ENABLE_LOGGING (line 14) | const ENABLE_LOGGING = false; method onRetry (line 39) | onRetry() { FILE: integration-tests/tests/pg/pg-common-cache.ts class TestGlobalCache (line 12) | class TestGlobalCache extends Cache { method constructor (line 16) | constructor(private kv: Keyv = new Keyv()) { method strategy (line 20) | override strategy(): 'explicit' | 'all' { method get (line 23) | override async get(key: string, _tables: string[], _isTag: boolean): P... method put (line 27) | override async put( method onMutate (line 44) | override async onMutate(params: MutationOption): Promise { class TestCache (line 73) | class TestCache extends TestGlobalCache { method strategy (line 74) | override strategy(): 'explicit' | 'all' { type TestContext (line 80) | interface TestContext { function tests (line 108) | function tests() { FILE: integration-tests/tests/pg/pg-common.ts type TestContext (line 101) | interface TestContext { function createDockerDB (line 367) | async function createDockerDB(): Promise<{ connectionString: string; con... function tests (line 398) | function tests() { FILE: integration-tests/tests/pg/pg-custom.test.ts constant ENABLE_LOGGING (line 13) | const ENABLE_LOGGING = false; method onRetry (line 38) | onRetry() { method dataType (line 57) | dataType() { method dataType (line 63) | dataType() { method dataType (line 69) | dataType() { method dataType (line 76) | dataType() { method toDriver (line 79) | toDriver(value: TData): string { method dataType (line 87) | dataType(config) { method fromDriver (line 91) | fromDriver(value: string): Date { FILE: integration-tests/tests/pg/pg-proxy.test.ts class ServerSimulator (line 14) | class ServerSimulator { method constructor (line 15) | constructor(private db: pg.Client) { method query (line 29) | async query(sql: string, params: any[], method: 'all' | 'execute') { method migrations (line 58) | async migrations(queries: string[]) { constant ENABLE_LOGGING (line 74) | const ENABLE_LOGGING = false; method onRetry (line 100) | onRetry() { FILE: integration-tests/tests/pg/pglite.test.ts constant ENABLE_LOGGING (line 10) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/pg/postgres-js.test.ts constant ENABLE_LOGGING (line 15) | const ENABLE_LOGGING = false; method onRetry (line 45) | onRetry() { FILE: integration-tests/tests/pg/vercel-pg.test.ts constant ENABLE_LOGGING (line 12) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/pg/xata-http.test.ts constant ENABLE_LOGGING (line 14) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/relational/bettersqlite.test.ts constant ENABLE_LOGGING (line 10) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/relational/db.ts function main (line 8) | async function main() { FILE: integration-tests/tests/relational/issues-schemas/duplicates/mysql/mysql.duplicates.test.ts constant ENABLE_LOGGING (line 11) | const ENABLE_LOGGING = false; function createDockerDB (line 22) | async function createDockerDB(): Promise { FILE: integration-tests/tests/relational/issues-schemas/duplicates/pg/pg.duplicates.test.ts constant ENABLE_LOGGING (line 13) | const ENABLE_LOGGING = false; function createDockerDB (line 24) | async function createDockerDB(): Promise { FILE: integration-tests/tests/relational/issues-schemas/wrong-mapping/pg.test.ts constant ENABLE_LOGGING (line 13) | const ENABLE_LOGGING = false; function createDockerDB (line 24) | async function createDockerDB(): Promise { FILE: integration-tests/tests/relational/mysql.planetscale.test.ts constant ENABLE_LOGGING (line 11) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/relational/mysql.test.ts constant ENABLE_LOGGING (line 13) | const ENABLE_LOGGING = false; type TestContext (line 21) | interface TestContext { function createDockerDB (line 34) | async function createDockerDB(): Promise { FILE: integration-tests/tests/relational/pg.postgresjs.test.ts constant ENABLE_LOGGING (line 11) | const ENABLE_LOGGING = false; type TestContext (line 21) | interface TestContext { function createDockerDB (line 34) | async function createDockerDB(): Promise { FILE: integration-tests/tests/relational/pg.test.ts constant ENABLE_LOGGING (line 15) | const ENABLE_LOGGING = false; type TestContext (line 23) | interface TestContext { function createDockerDB (line 36) | async function createDockerDB(): Promise { FILE: integration-tests/tests/relational/turso.test.ts constant ENABLE_LOGGING (line 10) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/relational/vercel.test.ts constant ENABLE_LOGGING (line 13) | const ENABLE_LOGGING = false; type TestContext (line 21) | interface TestContext { function createDockerDB (line 34) | async function createDockerDB(): Promise { FILE: integration-tests/tests/seeder/mysql.test.ts function createDockerDB (line 17) | async function createDockerDB(): Promise { FILE: integration-tests/tests/singlestore/singlestore-cache.ts class TestGlobalCache (line 20) | class TestGlobalCache extends Cache { method constructor (line 24) | constructor(private kv: Keyv = new Keyv()) { method strategy (line 28) | override strategy(): 'explicit' | 'all' { method get (line 31) | override async get(key: string, _tables: string[], _isTag: boolean): P... method put (line 35) | override async put( method onMutate (line 52) | override async onMutate(params: MutationOption): Promise { class TestCache (line 81) | class TestCache extends TestGlobalCache { method strategy (line 82) | override strategy(): 'explicit' | 'all' { type TestSingleStoreDB (line 87) | type TestSingleStoreDB = SingleStoreDatabase; type TestContext (line 90) | interface TestContext { function tests (line 112) | function tests() { FILE: integration-tests/tests/singlestore/singlestore-common.ts type TestSingleStoreDB (line 78) | type TestSingleStoreDB = SingleStoreDatabase; type TestContext (line 81) | interface TestContext { constant ENABLE_LOGGING (line 88) | const ENABLE_LOGGING = false; function createDockerDB (line 254) | async function createDockerDB(): Promise<{ connectionString: string; con... function tests (line 285) | function tests(driver?: string) { FILE: integration-tests/tests/singlestore/singlestore-custom.test.ts constant ENABLE_LOGGING (line 28) | const ENABLE_LOGGING = false; method onRetry (line 53) | onRetry() { method dataType (line 74) | dataType() { method dataType (line 80) | dataType() { method dataType (line 86) | dataType() { method fromDriver (line 89) | fromDriver(value) { method dataType (line 99) | dataType() { method toDriver (line 102) | toDriver(value: TData): string { method dataType (line 110) | dataType(config) { method fromDriver (line 114) | fromDriver(value: string): Date { method dataType (line 120) | dataType(config) { method toDriver (line 126) | toDriver(value) { method fromDriver (line 130) | fromDriver(value) { FILE: integration-tests/tests/singlestore/singlestore-prefixed.test.ts constant ENABLE_LOGGING (line 31) | const ENABLE_LOGGING = false; method onRetry (line 56) | onRetry() { FILE: integration-tests/tests/singlestore/singlestore-proxy.test.ts constant ENABLE_LOGGING (line 9) | const ENABLE_LOGGING = false; class ServerSimulator (line 12) | class ServerSimulator { method constructor (line 13) | constructor(private db: mysql2.Connection) {} method query (line 15) | async query(sql: string, params: any[], method: 'all' | 'execute') { method migrations (line 56) | async migrations(queries: string[]) { method onRetry (line 94) | onRetry() { FILE: integration-tests/tests/singlestore/singlestore.test.ts constant ENABLE_LOGGING (line 9) | const ENABLE_LOGGING = false; method onRetry (line 34) | onRetry() { FILE: integration-tests/tests/sqlite/better-sqlite.test.ts constant ENABLE_LOGGING (line 9) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/sqlite/d1-batch.test.ts constant ENABLE_LOGGING (line 11) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/sqlite/d1.test.ts constant ENABLE_LOGGING (line 13) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/sqlite/durable-objects/drizzle/0000_cuddly_black_bolt.sql type `another_users` (line 1) | CREATE TABLE `another_users` ( type `users12` (line 7) | CREATE TABLE `users12` ( FILE: integration-tests/tests/sqlite/durable-objects/index.ts function setupSetOperationTest (line 132) | async function setupSetOperationTest(db: BaseSQLiteDatabase) { function setupAggregateFunctionsTest (line 168) | async function setupAggregateFunctionsTest(db: BaseSQLiteDatabase { method beforeEach (line 228) | async beforeEach(): Promise { method insertBigIntValues (line 304) | async insertBigIntValues(): Promise { method selectAllFields (line 342) | async selectAllFields(): Promise { method selectPartial (line 363) | async selectPartial(): Promise { method selectSql (line 377) | async selectSql(): Promise { method selectTypedSql (line 395) | async selectTypedSql(): Promise { method selectWithEmptyArrayInInArray (line 413) | async selectWithEmptyArrayInInArray(): Promise { method selectWithEmptyArrayInNotInArray (line 432) | async selectWithEmptyArrayInNotInArray(): Promise { method selectDistinct (line 451) | async selectDistinct(): Promise { method returingSql (line 490) | async returingSql(): Promise { method $defaultFunction (line 509) | async $defaultFunction(): Promise { method deleteReturningSql (line 531) | async deleteReturningSql(): Promise { method queryCheckInsertSingleEmptyRow (line 551) | async queryCheckInsertSingleEmptyRow(): Promise { method queryCheckInsertMultipleEmptyRow (line 573) | async queryCheckInsertMultipleEmptyRow(): Promise { method insertAllDefaultsIn1Row (line 595) | async insertAllDefaultsIn1Row(): Promise { method insertAllDefaultsInMultipleRows (line 620) | async insertAllDefaultsInMultipleRows(): Promise { method updateReturningSql (line 648) | async updateReturningSql(): Promise { method insertWithAutoIncrement (line 669) | async insertWithAutoIncrement(): Promise { method insertDataWithDefaultValues (line 691) | async insertDataWithDefaultValues(): Promise { method insertDataWithOverridenDefaultValues (line 711) | async insertDataWithOverridenDefaultValues(): Promise { method updateWithReturningFields (line 725) | async updateWithReturningFields(): Promise { method updateWithReturningPartial (line 743) | async updateWithReturningPartial(): Promise { method updateWithReturningAllFields (line 765) | async updateWithReturningAllFields(): Promise { method deleteWithReturningPartial (line 783) | async deleteWithReturningPartial(): Promise { method insertAndSelect (line 803) | async insertAndSelect(): Promise { method jsonInsert (line 824) | async jsonInsert(): Promise { method insertMany (line 847) | async insertMany(): Promise { method insertManyWithReturning (line 879) | async insertManyWithReturning(): Promise { method partialJoinWithAlias (line 908) | async partialJoinWithAlias(): Promise { method fullJoinWithAlias (line 945) | async fullJoinWithAlias(): Promise { method selectFromAlias (line 990) | async selectFromAlias(): Promise { method insertWithSpaces (line 1035) | async insertWithSpaces(): Promise { method preparedStatement (line 1051) | async preparedStatement(): Promise { method preparedStatementReuse (line 1065) | async preparedStatementReuse(): Promise { method insertPlaceholdersOnColumnsWithEncoder (line 1103) | async insertPlaceholdersOnColumnsWithEncoder(): Promise { method preparedStatementWithPlaceholderInWhere (line 1135) | async preparedStatementWithPlaceholderInWhere(): Promise { method preparedStatementWithPlaceholderInLimit (line 1156) | async preparedStatementWithPlaceholderInLimit(): Promise { method preparedStatementWithPlaceholderInOffset (line 1180) | async preparedStatementWithPlaceholderInOffset(): Promise { method preparedStatementBuiltUsing$dynamic (line 1206) | async preparedStatementBuiltUsing$dynamic(): Promise { method selectWithGroupByAsField (line 1236) | async selectWithGroupByAsField(): Promise { method selectWithExists (line 1253) | async selectWithExists(): Promise { method selectWithGroupByAsSql (line 1282) | async selectWithGroupByAsSql(): Promise { method selectWithGroupByAsSqlPlusColumn (line 1303) | async selectWithGroupByAsSqlPlusColumn(): Promise { method selectWithGroupByAsColumnPlusSql (line 1324) | async selectWithGroupByAsColumnPlusSql(): Promise { method selectWithGroupByComplexQuery (line 1345) | async selectWithGroupByComplexQuery(): Promise { method buildQuery (line 1368) | async buildQuery(): Promise { method insertViaDbRunPlusSelectViaDbAll (line 1387) | async insertViaDbRunPlusSelectViaDbAll(): Promise { method insertViaDbGet (line 1400) | async insertViaDbGet(): Promise { method insertViaDbRunPlusSelectViaDbGet (line 1415) | async insertViaDbRunPlusSelectViaDbGet(): Promise { method insertViaDbGetQueryBuilder (line 1430) | async insertViaDbGetQueryBuilder(): Promise { method joinSubquery (line 1443) | async joinSubquery(): Promise { method withSelect (line 1493) | async withSelect(): Promise { method withUpdate (line 1580) | async withUpdate(): Promise { method withInsert (line 1628) | async withInsert(): Promise { method withDelete (line 1662) | async withDelete(): Promise { method selectFromSubquerySql (line 1700) | async selectFromSubquerySql(): Promise { method selectAFieldWithoutJoiningItsTable (line 1722) | async selectAFieldWithoutJoiningItsTable(): Promise { method selectAllFieldsFromSubqueryWithoutAlias (line 1732) | async selectAllFieldsFromSubqueryWithoutAlias(): Promise { method selectCount (line 1745) | async selectCount(): Promise { method having (line 1765) | async having(): Promise { method view (line 1814) | async view(): Promise { method insertNullTimestamp (line 1885) | async insertNullTimestamp(): Promise { method selectFromRawSql (line 1905) | async selectFromRawSql(): Promise { method selectFromRawSqlWithJoins (line 1924) | async selectFromRawSqlWithJoins(): Promise { method joinOnAliasedSqlFromSelect (line 1947) | async joinOnAliasedSqlFromSelect(): Promise { method joinOnAliasedSqlFromWithClause (line 1973) | async joinOnAliasedSqlFromWithClause(): Promise { method prefixedTable (line 2019) | async prefixedTable(): Promise { method orderByWithAliasedColumn (line 2048) | async orderByWithAliasedColumn(): Promise { method transaction (line 2066) | async transaction(): Promise { method nestedTransaction (line 2138) | async nestedTransaction(): Promise { method joinSubqueryWithJoin (line 2201) | async joinSubqueryWithJoin(): Promise { method joinViewAsSubquery (line 2253) | async joinViewAsSubquery(): Promise { method insertWithOnConflictDoNothing (line 2313) | async insertWithOnConflictDoNothing(): Promise { method insertWithOnConflictDoNothinUsingCompositePk (line 2331) | async insertWithOnConflictDoNothinUsingCompositePk(): Promise { method insertWithOnConflictDoNothingUsingTarget (line 2352) | async insertWithOnConflictDoNothingUsingTarget(): Promise { method insertWithOnConflictDoNothingUsingCompositePkAsTarget (line 2369) | async insertWithOnConflictDoNothingUsingCompositePkAsTarget(): Promise... method insertWithOnConflictDoUpdate (line 2393) | async insertWithOnConflictDoUpdate(): Promise { method insertWithOnConflictDoUpdateWhere (line 2415) | async insertWithOnConflictDoUpdateWhere(): Promise { method insertWithOnConflictDoUpdateUsingCompositePk (line 2446) | async insertWithOnConflictDoUpdateUsingCompositePk(): Promise { method insertUndefined (line 2470) | async insertUndefined(): Promise { method updateUndefined (line 2489) | async updateUndefined(): Promise { method apiCRUD (line 2511) | async apiCRUD(): Promise { method apiInsertPlusSelectPreparePlusAsyncExecute (line 2548) | async apiInsertPlusSelectPreparePlusAsyncExecute(): Promise { method apiInsertSelectPreparePlusSyncExecute (line 2589) | async apiInsertSelectPreparePlusSyncExecute(): Promise { method selectPlusGetForEmptyResult (line 2630) | async selectPlusGetForEmptyResult(): Promise { method setOperationsUnionFromQueryBuilderWithSubquery (line 2653) | async setOperationsUnionFromQueryBuilderWithSubquery(): Promise { method setOperationsUnionAsFunction (line 2692) | async setOperationsUnionAsFunction(): Promise { method setOperationsUnionAllFromQueryBuilder (line 2729) | async setOperationsUnionAllFromQueryBuilder(): Promise { method setOperationsUnionAllAsFunction (line 2767) | async setOperationsUnionAllAsFunction(): Promise { method setOperationsIntersectFromQueryBuilder (line 2805) | async setOperationsIntersectFromQueryBuilder(): Promise { method setOperationsIntersectAsFunction (line 2840) | async setOperationsIntersectAsFunction(): Promise { method setOperationsExceptFromQueryBuilder (line 2874) | async setOperationsExceptFromQueryBuilder(): Promise { method setOperationsExceptAsFunction (line 2903) | async setOperationsExceptAsFunction(): Promise { method setOperationsMixedFromQueryBuilder (line 2939) | async setOperationsMixedFromQueryBuilder(): Promise { method setOperationsMixedAllAsFunctionWithSubquery (line 2981) | async setOperationsMixedAllAsFunctionWithSubquery(): Promise { method aggregateFunctionCount (line 3034) | async aggregateFunctionCount(): Promise { method aggregatFunctionAvg (line 3053) | async aggregatFunctionAvg(): Promise { method aggregateFunctionSum (line 3072) | async aggregateFunctionSum(): Promise { method aggregateFunctionMax (line 3091) | async aggregateFunctionMax(): Promise { method aggregateFunctionMin (line 3108) | async aggregateFunctionMin(): Promise { method test$onUpdateFnAnd$onUpdateWorksAs$default (line 3125) | async test$onUpdateFnAnd$onUpdateWorksAs$default(): Promise { method test$onUpdateFnAnd$onUpdateWorksUpdating (line 3172) | async test$onUpdateFnAnd$onUpdateWorksUpdating(): Promise { method $countSeparate (line 3223) | async $countSeparate(): Promise { method $countEmbedded (line 3252) | async $countEmbedded(): Promise { method $countSeparateReuse (line 3285) | async $countSeparateReuse(): Promise { method $countEmbeddedReuse (line 3326) | async $countEmbeddedReuse(): Promise { method $countSeparateWithFilters (line 3371) | async $countSeparateWithFilters(): Promise { method $countEmbeddedWithFilters (line 3400) | async $countEmbeddedWithFilters(): Promise { method updateWithLimitAndOrderBy (line 3433) | async updateWithLimitAndOrderBy(): Promise { method deleteWithLimitAndOrderBy (line 3460) | async deleteWithLimitAndOrderBy(): Promise { method fetch (line 3495) | async fetch(request, env): Promise { FILE: integration-tests/tests/sqlite/durable-objects/worker-configuration.d.ts type Env (line 3) | interface Env { FILE: integration-tests/tests/sqlite/libsql-batch.test.ts constant ENABLE_LOGGING (line 10) | const ENABLE_LOGGING = false; method onRetry (line 155) | onRetry() { FILE: integration-tests/tests/sqlite/libsql-http.test.ts constant ENABLE_LOGGING (line 12) | const ENABLE_LOGGING = false; method onRetry (line 32) | onRetry() { FILE: integration-tests/tests/sqlite/libsql-node.test.ts constant ENABLE_LOGGING (line 12) | const ENABLE_LOGGING = false; method onRetry (line 32) | onRetry() { FILE: integration-tests/tests/sqlite/libsql-sqlite3.test.ts constant ENABLE_LOGGING (line 12) | const ENABLE_LOGGING = false; method onRetry (line 28) | onRetry() { FILE: integration-tests/tests/sqlite/libsql-ws.test.ts constant ENABLE_LOGGING (line 12) | const ENABLE_LOGGING = false; method onRetry (line 32) | onRetry() { FILE: integration-tests/tests/sqlite/libsql.test.ts constant ENABLE_LOGGING (line 12) | const ENABLE_LOGGING = false; method onRetry (line 34) | onRetry() { FILE: integration-tests/tests/sqlite/sql-js.test.ts constant ENABLE_LOGGING (line 11) | const ENABLE_LOGGING = false; FILE: integration-tests/tests/sqlite/sqlite-common-cache.ts class TestGlobalCache (line 10) | class TestGlobalCache extends Cache { method constructor (line 14) | constructor(private kv: Keyv = new Keyv()) { method strategy (line 18) | override strategy(): 'explicit' | 'all' { method get (line 21) | override async get(key: string, _tables: string[], _isTag: boolean): P... method put (line 25) | override async put( method onMutate (line 42) | override async onMutate(params: MutationOption): Promise { class TestCache (line 71) | class TestCache extends TestGlobalCache { method strategy (line 72) | override strategy(): 'explicit' | 'all' { type TestContext (line 78) | interface TestContext { function tests (line 103) | function tests() { FILE: integration-tests/tests/sqlite/sqlite-common.ts type TestContext (line 53) | interface TestContext { function tests (line 191) | function tests() { FILE: integration-tests/tests/sqlite/sqlite-proxy-batch.test.ts class ServerSimulator (line 136) | class ServerSimulator { method constructor (line 137) | constructor(private db: BetterSqlite3.Database) {} method batch (line 139) | async batch(queries: { sql: string; params: any[]; method: string }[]) { method query (line 172) | async query(sql: string, params: any[], method: string) { method migrations (line 199) | migrations(queries: string[]) { FILE: integration-tests/tests/sqlite/sqlite-proxy.test.ts class ServerSimulator (line 12) | class ServerSimulator { method constructor (line 13) | constructor(private db: BetterSqlite3.Database) {} method query (line 15) | async query(sql: string, params: any[], method: string) { method migrations (line 42) | migrations(queries: string[]) { FILE: integration-tests/tests/utils.ts function Expect (line 3) | function Expect() {} type Equal (line 5) | type Equal = (() => T extends X ? 1 : 2) extends (... function toLocalDate (line 8) | function toLocalDate(date: Date) { FILE: integration-tests/tests/xata/xata.ts type SchemaTables (line 7) | type SchemaTables = typeof tables; type InferredTypes (line 8) | type InferredTypes = SchemaInference; type DatabaseSchema (line 10) | type DatabaseSchema = {}; class XataClient (line 19) | class XataClient extends DatabaseClient { method constructor (line 20) | constructor(options?: BaseClientOptions) {