Interface CreateManyParams

CreateManyParams Represents the parameters Object used to create multiple tables in a single tx.

Hierarchy

  • CreateManyParams

Properties

Properties

chainId: number

The target chain id.

statements: string[]

List of create SQL statement strings.

Generated using TypeDoc