@userappstore/storage-postgresql
v1.0.0
Published
Use PostgreSQL as storage for Dashboard
Readme
Redis Storage for Dashboard
Install this module to use PostgreSQL for data storage.
You will need to launch with additional configuration variables:
STORAGE_ENGINE=@userappstore/storage-postgresql DATABASE_URL=postgres://localhost:5432/database
To test this module use Dashboard's test suite configured with this storage engine.
