@wmfs/tymly-pg-plugin
Version:
Replace Tymly's out-the-box memory storage with PostgreSQL
24 lines • 403 B
JSON
{
"Comment": "Do some inserting",
"StartAt": "Inserting",
"version": "1.0",
"States": {
"Inserting": {
"Type": "Task",
"InputPath": "$.skinner",
"Resource": "module:upserting",
"ResourceConfig": {
"modelId": "people"
},
"End": true
}
},
"restrictions": [
{
"roleId": "$everyone",
"allows": [
"*"
]
}
]
}