0.0.7 • Published 2 months ago

kysely-d1-external v0.0.7

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

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'
  })
})
0.0.7

2 months ago

0.0.6

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago