Class D1Orm

The D1Orm class is the main class for the ORM. It is used to create models, and to run queries.

It's methods generally don't need to be called directly, but are instead to be used by the models.

Hierarchy

  • D1Orm

Implements

Constructors

Methods

Constructors

Methods

  • Parameters

    • query: string

    Returns Promise<D1ExecResult>

Generated using TypeDoc