@fratzinger/feathers-kysely
v0.13.1
Published
Feathers SQL service adapter using Kysely
Readme
@fratzinger/feathers-kysely
A FeathersJS database adapter for Kysely — the type-safe SQL query builder.
Supports PostgreSQL, MySQL, and SQLite.
Installation
npm install @fratzinger/feathers-kysely kyselyDocumentation
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.
