pg-omit-archived:将软删除选项添加到PostGraphile连接。 由https赞助

时间:2024-05-29 06:37:36
【文件属性】:

文件名称:pg-omit-archived:将软删除选项添加到PostGraphile连接。 由https赞助

文件大小:74KB

文件格式:ZIP

更新时间:2024-05-29 06:37:36

JavaScript

@ graphile-contrib / pg-omit-archived 此Graphile Engine插件可用于为“软删除”提供模式支持-在其中将is_archived或is_deleted列设置为true,并希望默认情况下会忽略该记录(但如果需要,仍可以恢复该记录) )。 默认情况下,它对于隐藏某些其他类别的记录也很有用,但允许通过传递参数来显示它们; 例如,您可以通过published_at列隐藏草稿,并需要显式的includeDrafts: YES设置才能显示它们。 可以多次(对于不同的列名/含义)多次使用此插件。 正在安装 这需要postgraphile@^4.5.5 。 yarn add postgraphile @graphile-contrib/pg-omit-archived (或者,如果使用npm, npm install --save用npm install


【文件预览】:
pg-omit-archived-main
----.gitignore(19B)
----tsconfig.json(199B)
----README.md(5KB)
----__tests__()
--------main.js(13KB)
----package.json(1KB)
----src()
--------index.ts(9KB)
----rmlocal.sh(259B)
----LICENSE.md(1KB)
----yarn.lock(161KB)

网友评论