botbuilder-storage-postgres:用于Postgres NoSQL存储的Botbuilder适配器

时间:2024-02-23 23:54:55
【文件属性】:

文件名称:botbuilder-storage-postgres:用于Postgres NoSQL存储的Botbuilder适配器

文件大小:136KB

文件格式:ZIP

更新时间:2024-02-23 23:54:55

postgres nosql javascript-library bot-builder storage-adapter

[ ] () 使用Postgres的Bot框架状态存储 该项目为提供了Postgres存储机制。 它允许您将机器人状态存储在Postgres中,以便可以扩展机器人,并更有效地应对机器人服务器故障。 有关botbuilder社区的更多信息,请访问。 要求 10.x是安装依赖项,构建和运行测试的要求。 Postgres数据库。 安装 npm install botbuilder-storage-postgres 样品用量 const postgresStorage = new PostgresStorage ( { uri : process . env . POSTGRES_URI } ) ; const conversationState = new ConversationState ( postgresStorage ) ; 在.env设置POSTGRES_URI位置,或者根据LibPQ连接字符串标准选择的秘密存储区。 例如 postgresql://[user[:password]@][netloc][:port][,...][/dbname][?param1=va


【文件预览】:
botbuilder-storage-postgres-master
----.gitignore(156B)
----Contributing.md(3KB)
----package.json(1KB)
----package-lock.json(167KB)
----src()
--------PostgresStorage.ts(5KB)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----index.js(93B)
----tsconfig.json(233B)
----.eslintrc.js(800B)
----README.md(4KB)
----example()
--------readme_assets()
--------app.js(2KB)
--------package.json(366B)
--------package-lock.json(56KB)
--------postgres_sample.bot(482B)
--------README.md(2KB)
----.npmignore(0B)
----pipelines()
--------azure-pipelines_TODO.yml(2KB)
----test()
--------integration()
--------unit()

网友评论