UNPKG

@wmfs/tymly-pg-plugin

Version:

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

22 lines (21 loc) 320 B
{ "id": "lovely", "title": "Lovely Animals", "primaryKey": [ "name", "animal" ], "type": "object", "properties": { "name": { "type": "string" }, "animal": { "type": "string" }, "colour": { "type": "string" } }, "required": ["name", "animal", "colour"] }