@wmfs/tymly-pg-plugin
Version:
Replace Tymly's out-the-box memory storage with PostgreSQL
22 lines (21 loc) • 346 B
JSON
{
"id": "rescue",
"title": "Rescue Pets",
"description": "Some Pets That Have Been Rescued",
"primaryKey": [
"id"
],
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"animal": {
"type": "string"
}
},
"required": ["id", "name", "animal"]
}