UNPKG

@wmfs/tymly-pg-plugin

Version:

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

19 lines (18 loc) 343 B
{ "id": "star", "title": "Star", "description": "A list of stars", "primaryKey": ["name"], "type": "object", "properties": { "name": { "type": "string", "description": "Unique star name" }, "type": { "type": "string", "description": "The type of star" } }, "required": ["name", "type"] }