Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kysely-mapper

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kysely-mapper - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10

2

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc