oguimbal / pg-mem

An in memory postgres DB instance for your unit tests
MIT License
1.98k stars 97 forks source link

feat: add Kysely adapter. #374

Closed igalklebanov closed 9 months ago

igalklebanov commented 9 months ago

Hey :wave:

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.

oguimbal commented 9 months ago

Thanks !

Released as pg-mem@2.7.4