ipfs ds postgres:IP用于IPFS的PostgreSQL数据存储 源码
ipfs-ds-postgres 使用 PostgreSQL驱动程序的PostgreSQL的实现。 注意:当前实现Datastore和Batching接口。 安装 go get github.com/alanshaw/ipfs-ds-postgres 用法 确保已创建数据库并且存在具有以下结构的表(将table_name替换为数据存储将使用的表的名称-默认情况下为blocks ): CREATE TABLE IF NOT EXISTS table_name (key TEXT NOT NULL UNIQUE, data BYTEA ) 建议在表上创建一个text_pattern_ops
文件列表
ipfs-ds-postgres-master.zip
(预估有个10文件)
ipfs-ds-postgres-master
.gitignore
5B
go.mod
135B
.travis.yml
334B
batching.go
1KB
LICENSE
1KB
go.sum
13KB
README.md
2KB
datastore_test.go
2KB
options.go
878B
暂无评论