stow:使用boltdb进行简单的对象持久化

时间:2024-06-02 12:59:59
【文件属性】:

文件名称:stow:使用boltdb进行简单的对象持久化

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-02 12:59:59

Go

积载 用法 该软件包为由支持的对象提供了一个持久性管理器。 package main import ( "encoding/gob" "fmt" "log" bolt "go.etcd.io/bbolt" "github.com/djherbis/stow/v4" ) func main () { // Create a boltdb (bbolt fork) database db , err := bolt . Open ( "my.db" , 0600 , nil ) if err != nil { log . Fatal ( err ) } // Open/Create a Json-encoded Store, Xml and Gob are also built-in // We'll store a greeting an


【文件预览】:
stow-master
----.travis.yml(716B)
----enc.go(2KB)
----primer.go(3KB)
----func.go(2KB)
----LICENSE(1KB)
----stow_test.go(6KB)
----go.sum(358B)
----README.md(2KB)
----pool.go(1KB)
----go.mod(77B)
----store.go(7KB)

网友评论