@userdashboard/storage-postgresql

1.0.35 • Public • Published

PostgreSQL Storage for Dashboard

Test suite status

Install this module to use PostgreSQL for data storage.

You will need to launch with additional configuration variables:

STORAGE=@userdashboard/storage-postgresql DATABASE_URL=postgres://localhost:5432/database

You can use this storage for a module:

MODULE_NAME_STORAGE=@userdashboard/storage-postgresql
MODULE_NAME_DATABASE_URL=postgres://localhost:5432/database

To test this module use Dashboard's test suite configured with this storage engine.

Dashboard

Dashboard is a NodeJS project that provides a reusable account management system for web applications.

Dashboard proxies your application server to create a single website where pages like signing in or changing your password are provided by Dashboard. Your application server can be anything you want, and use Dashboard's API to access data as required.

Using modules you can expand Dashboard to include organizations, subscriptions powered by Stripe, or a Stripe Connect platform.

Support and documentation

Join the freenode IRC #userdashboard chatroom for support. Web IRC client

Development

Development takes place on Github with releases on NPM.

License

This software is distributed under the MIT license.

/@userdashboard/storage-postgresql/

    Package Sidebar

    Install

    npm i @userdashboard/storage-postgresql

    Weekly Downloads

    3

    Version

    1.0.35

    License

    MIT

    Unpacked Size

    105 kB

    Total Files

    15

    Last publish

    Collaborators

    • benlowry