kysely-d1-external
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

kysely-d1-external

npm-version npm-license npm-download-month npm-min-size

🌤️ Kysely D1 Dialect for external fetch

Installation

npm i kysely-d1-external

Usage

import { D1ExternalDialect } from 'kysely-d1-external'
import { Kysely } from 'kysely'
import { fetch } from 'undici'

const db = new Kysely<Database>({
  dialect: new D1ExternalDialect({
    accountId: 'YOUR_CLOUDFLARE_ACCOUNT_ID',
    apiKey: 'YOUR_CLOUDFLARE_API_KEY',
    databaseUuid: 'YOUR_DATABASE_UUID'
  })
})

License

MIT

Package Sidebar

Install

npm i kysely-d1-external

Weekly Downloads

1,908

Version

1.1.0

License

MIT

Unpacked Size

6.83 kB

Total Files

5

Last publish

Collaborators

  • jill64