Skip to content

Repository files navigation

@fratzinger/feathers-kysely

npm Download Status Discord

A FeathersJS database adapter for Kysely — the type-safe SQL query builder.

Supports PostgreSQL, MySQL, and SQLite.

Installation

npm install @fratzinger/feathers-kysely kysely

Documentation

Read the full documentation

Contributing

pnpm test runs the suite (DB=sqlite|postgres|mysql, see test/dialect.ts). pnpm bench runs the query benchmarks — see bench/README.md for the regression workflow.

SQLite runs in memory and needs no setup. For postgres and mysql, put the connection details in a gitignored .env.

DB = postgres
POSTGRES_DB = feathers_kysely_test
POSTGRES_USER = postgres
POSTGRES_PASSWORD = ""

License

Copyright (c) 2026 Feathers contributors

Licensed under the MIT license.

Releases

Contributors

Languages