文件名称:pgschema-deletecascade:使用 pgschematojson 对象为任何行构建级联删除批处理查询
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-24 00:26:24
JavaScript
pgschema-deletecascade 使用 pgschematojson 对象为任何行构建级联删除批处理查询。 是的,我知道 postgresql 有。 由于某种原因,它可能无法启用。 如果您有此用例,请使用此 =) 输出的sql字符串应该包含在一个事务中,否则会出现不一致的问题。 例子 var del = require ( 'pgschema-deletecascade' ) var schema = require ( "./schema.json" ) // now lets delete the row from the "main" table with primary key 1 var res = del ( schema , "main" , 1 ) // returns an array with the arguments that you would
【文件预览】:
pgschema-deletecascade-master
----.gitignore(13B)
----package.json(856B)
----LICENSE(1KB)
----index.js(1KB)
----README.md(2KB)
----test()
--------test.js(798B)