kysely-data-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Kysely Data Api

This library adds AWS RDS Data Api support for kysely. It has support for both MySQL and Postgres

Usage

const dataApi = new DataApiDialect({
  mode: "mysql",
  driver: {
    client: new RDSDataService(),
    database: "bench",
    secretArn: "<arn of secret containing credentials",
    resourceArn: "<arn of database>",
  },
});

export const db = new Kysely<Database>({ dialect: dataApi });

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i kysely-data-api

    Weekly Downloads

    81,574

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    35.2 kB

    Total Files

    24

    Last publish

    Collaborators

    • thdxr