kysely-mapper
Advanced tools
Comparing version 0.4.9 to 0.4.10
{ | ||
"name": "kysely-mapper", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"author": "Joseph T. Lapp <arachnojoe@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -7,3 +7,3 @@ # kysely-mapper | ||
This utility reduces the code required for mapping between database tables and objects, particularly when mapping across multiple queries. It uses [Kysely](https://github.com/kysely-org/kysely) and works alongside Kysely. | ||
This utility reduces the code required for mapping between database tables and objects, particularly when mapping across multiple queries. It uses [Kysely](https://github.com/kysely-org/kysely) for building queries and works alongside Kysely. | ||
@@ -10,0 +10,0 @@ Unconfigured, the utility does no mapping and only serves as a shorthand for accessing tables using column names as fields. When configured, it provides nearly complete control over how objects map to and from individual tables. Mappings can be tailored per table and can vary in degree of ORM functionality. |
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
1055555