@hyper63/adapter-fs

1.0.6 • Public • Published

hyper63 file storage adapter

This adapter uses the file system to store unstructured objects in the hyper63 service framework.

How to configure

npm install @hyper63/adapter-fs

In config

import fs from '@hyper63/adapter-fs'

export default {
  app: express,
  adapters: [
    ...
    { port: 'storage', plugins: [fs({dir: './data'})]}
  ]
}

How to use

https://purple-elephants.surge.sh

Testing

License

Apache-2.0

More information

https://github.com/hyper63/hyper63#readme

Readme

Keywords

none

Package Sidebar

Install

npm i @hyper63/adapter-fs

Weekly Downloads

10

Version

1.0.6

License

Apache-2.0

Unpacked Size

7.74 kB

Total Files

5

Last publish

Collaborators

  • hyper63