@webiny/api-plugin-commodo-nedb
TypeScript icon, indicating that this package has built-in type declarations

4.14.0 • Public • Published

@webiny/api-plugin-commodo-nedb

This Webiny API plugin provides a Commodo driver for Nedb. It sets an instance of the Nedb driver to context.commodo.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/api-plugin-commodo-nedb"
          options:
            database:
              server: NEDB_SERVER_URI
              name: NEDB_DATABASE_NAME

Readme

Keywords

none

Package Sidebar

Install

npm i @webiny/api-plugin-commodo-nedb

Weekly Downloads

0

Version

4.14.0

License

MIT

Unpacked Size

5.02 kB

Total Files

6

Last publish

Collaborators

  • webiny