Skip to main content Link Search Menu Expand Document (external link)

index overview

Added in v1.0.0


Table of contents


exports

From “./Client.js”

Re-exports all named exports from the “./Client.js” module as client.

Signature

export * as client from "./Client.js"

Added in v1.0.0

From “./Connection.js”

Re-exports all named exports from the “./Connection.js” module as connection.

Signature

export * as connection from "./Connection.js"

Added in v1.0.0

From “./Error.js”

Re-exports all named exports from the “./Error.js” module as error.

Signature

export * as error from "./Error.js"

Added in v1.0.0

From “./Migrator.js”

Re-exports all named exports from the “./Migrator.js” module as migrator.

Signature

export * as migrator from "./Migrator.js"

Added in v1.0.0

From “./Resolver.js”

Re-exports all named exports from the “./Resolver.js” module as resolver.

Signature

export * as resolver from "./Resolver.js"

Added in v1.0.0

From “./Schema.js”

Re-exports all named exports from the “./Schema.js” module as schema.

Signature

export * as schema from "./Schema.js"

Added in v1.0.0

From “./Statement.js”

Re-exports all named exports from the “./Statement.js” module as statement.

Signature

export * as statement from "./Statement.js"

Added in v1.0.0

From “./Stream.js”

Re-exports all named exports from the “./Stream.js” module as stream.

Signature

export * as stream from "./Stream.js"

Added in v1.0.0