SongGuess
    Preparing search index...
    Index

    Constructors

    Methods

    • Returns Promise<ArrayBuffer>

      dump() will be removed soon, only applies to deprecated alpha v1 databases.

    • Parameters

      • query: string

      Returns Promise<D1ExecResult>

    • Creates a new D1 Session anchored at the given constraint or the bookmark. All queries executed using the created session will have sequential consistency, meaning that all writes done through the session will be visible in subsequent reads.

      Parameters

      • OptionalconstraintOrBookmark: string

        Either the session constraint or the explicit bookmark to anchor the created session.

      Returns D1DatabaseSession