🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@webiny/handler-db

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
w

@webiny/handler-db

Webiny API plugin that provides a db driver for DynamoDB.

5.42.2
67

Supply Chain Security

100

Vulnerability

64

Quality

96

Maintenance

100

License

Version published
Weekly downloads
433
-77.2%
Maintainers
0
Weekly downloads
 
Created
Issues
336

@webiny/handler-db-nedb

This Webiny API plugin provides a db driver for Nedb. It sets an instance of the Nedb driver to context.db.driver.

How to use

Add the plugin to the plugins section of your service:

myService:
  component: "@webiny/serverless-apollo-service"
    inputs:
      # ... other inputs ...
      plugins:
        # ... other plugins ...
        - factory: "@webiny/handler-db-nedb"
          options:
            database:
              server: NEDB_SERVER_URI
              name: NEDB_DATABASE_NAME

FAQs

Package last updated on 13 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts