Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Kysely adapter. #374

Merged
merged 11 commits into from
Dec 20, 2023
Merged

Conversation

igalklebanov
Copy link
Contributor

@igalklebanov igalklebanov commented Dec 15, 2023

Hey 👋

Thanks for the awesome library!

This PR adds a Kysely adapter.

Kysely is a type-safe query builder, inspired by Knex.js, created by Objection.js' author.

@@ -1,4 +1,4 @@
import { LibAdapters, IMemoryDb, NotSupported, QueryResult, DataType } from '../interfaces';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused import.

@oguimbal oguimbal merged commit 40a0018 into oguimbal:master Dec 20, 2023
1 of 3 checks passed
@oguimbal
Copy link
Owner

Thanks !

Released as pg-mem@2.7.4

@igalklebanov igalklebanov deleted the feat-kysely-adapter branch December 20, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants