文件名称:node-pg-large-object:使用node-postgres库支持PostgreSQL客户端的大对象
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-17 15:34:05
nodejs javascript postgres promises stream
节点pg大对象 使用库为PostgreSQL客户端提供大对象支持。 该库的API与PostgreSQLJDBC库类似。 安装 npm install --save pg-large-object 您还需要安装库或库: npm install --save pg # or npm install --save pg-promise 该库中的某些方法需要PostgreSQL 9.3(服务器)及更高版本: LargeObject.seek() LargeObject.tell() LargeObject.size() LargeObject.truncate() 所有其他方法都应在PostgreSQL 8.4及更高版本上运行。 大物件 PostgreSQL中的大型对象使您可以存储最大4 TiB的文件/对象。 使用大对象而不是简单的列的主要好处是可以按块(例如,作为流)读取和写入
【文件预览】:
node-pg-large-object-master
----readme-header.md(9KB)
----lib()
--------ReadStream.js(1KB)
--------promiseFromCallback.js(954B)
--------LargeObjectManager.js(11KB)
--------LargeObject.js(10KB)
--------WriteStream.js(776B)
--------index.js(623B)
----LICENSE(1KB)
----test()
--------pgPromise.js(11KB)
--------promiseFromCallback.js(2KB)
--------pg.js(13KB)
----README.md(40KB)
----.gitignore(32B)
----package.json(1012B)