kysely-mapper
Advanced tools
Comparing version 0.4.12 to 0.4.13
{ | ||
"name": "kysely-mapper", | ||
"version": "0.4.12", | ||
"version": "0.4.13", | ||
"author": "Joseph T. Lapp <arachnojoe@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -100,3 +100,3 @@ # kysely-mapper | ||
To help you understand how this utility can simplify object mapping with Kysely, I've written three equivalent files implementing a user repository. I tested them in another application of mine before copying them here. You'll want to right-click (or control-click) these links to open them in separate tabs or windows for comparison (GitHub links can't do this automatically): | ||
To help you understand how this utility can simplify object mapping with Kysely, I wrote three equivalent implementations of a user repository for an application of mine and copied them here. Right-click (or control-click) these links to open them in separate tabs or windows for comparison (GitHub links can't do this automatically): | ||
@@ -103,0 +103,0 @@ - [UserRepo written in pure Kysely](https://github.com/jtlapp/kysely-mapper/tree/main/comparison/mapperless-UserRepo-embedded-transforms.ts) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1056499