Skip to content

@pondoknusa/database-d1

Cloudflare D1 database driver for Pondoknusa

Install

bash
npm install @pondoknusa/database-d1 @pondoknusa/database

Peer dependencies must be installed in the app (they are not auto-installed on older npm). Drivers that call extend() share one instance of the host package.

Metadata

FieldValue
Version5.0.0
Sourcepackages/database-d1
CategoryDatabase
Node.js>=26

Peer dependencies

Public exports

From the package entry point (dist/index.d.ts). Deep imports are not supported.

Values

  • D1Connection
  • D1DatabaseServiceProvider
  • isD1BindingConfig
  • isD1HttpConfig
  • registerD1DatabaseDriver

Types

  • D1BindingConnectionConfig
  • D1ConnectionConfig
  • D1Database
  • D1HttpConnectionConfig
  • D1Meta
  • D1PreparedStatement
  • D1Result

Released under the MIT License.