UNPKG

@wmfs/tymly-pg-plugin

Version:

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

25 lines (20 loc) 330 B
{ "id": "title", "title": "Title", "description": "Reference Data test table", "primaryKey": ["id"], "type": "object", "properties": { "id": { "type": "number" }, "title": { "type": "string" }, "style": { "type": "object" } }, "indexes": [], "required": ["title"] }