Skip to main content
Version: Next

SchemaMigrationExecutorOptions

age-schema-client v0.5.0


age-schema-client / SchemaMigrationExecutorOptions

Interface: SchemaMigrationExecutorOptions

Defined in: src/schema/migration-executor.ts:139

Schema migration executor options

Properties

PropertyTypeDescriptionDefined in
vertexTablePrefix?stringTable prefix for vertex tables Default 'v_'src/schema/migration-executor.ts:144
edgeTablePrefix?stringTable prefix for edge tables Default 'e_'src/schema/migration-executor.ts:150