feat: add features for nats and postgres
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-24 21:36:46 +02:00
parent fc190a12d4
commit b1f43394d6
9 changed files with 159 additions and 21 deletions

View File

@@ -0,0 +1,16 @@
{
"db_name": "PostgreSQL",
"query": "\n DELETE FROM noleader_leaders\n WHERE\n key = $1\n AND value = $2\n AND revision = $3\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Text",
"Int8"
]
},
"nullable": []
},
"hash": "1aa9d51fee3918db168e3704d1ac0e80e5038e2619e5029597fd28d4967538c2"
}