UNPKG

@wmfs/tymly-pg-plugin

Version:

Replace Tymly's out-the-box memory storage with PostgreSQL

9 lines (7 loc) 278 B
'use strict' module.exports = { description: 'Replaces the default in-memory storage solution with a Postgresql-backed alternative', blueprintDirs: { models: "One JSON file per model (contents to be a JSON schema for defining the model's data structure)" } }