dynamo:Go的富有表现力的DynamoDB库

时间:2021-02-03 14:22:19
【文件属性】:
文件名称:dynamo:Go的富有表现力的DynamoDB库
文件大小:76KB
文件格式:ZIP
更新时间:2021-02-03 14:22:19
go dynamodb GoGo 发电机 import "github.com/guregu/dynamo" dynamo是Go的一个富有表现力的客户端,它具有简单但功能强大的API。 dynamo与官方的集成。 该库是稳定的,并带有Go模块的版本。 例 package dynamo import ( "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/guregu/dynamo" ) // Use struct tags much like the standard JSON library, // you can embed anonymous structs too! type widget struct { UserID int // Hash key, a.k.a. partition key Time time. Time // Range key, a.k.a. sort key Msg string `
【文件预览】:
dynamo-master
----.gitignore(1KB)
----go.mod(334B)
----decode.go(14KB)
----createtable_test.go(4KB)
----decode_test.go(4KB)
----substitute_test.go(650B)
----encoding_aws_test.go(4KB)
----reserved.go(14KB)
----updatetable.go(6KB)
----createtable.go(14KB)
----query.go(14KB)
----put_test.go(3KB)
----substitute.go(4KB)
----tx.go(8KB)
----db_test.go(1KB)
----batch_test.go(2KB)
----LICENSE(1KB)
----update_test.go(5KB)
----go.sum(4KB)
----ttl_test.go(1KB)
----describetable.go(7KB)
----batchget.go(7KB)
----retry.go(1KB)
----README.md(6KB)
----update.go(14KB)
----encode_test.go(2KB)
----tx_test.go(4KB)
----ttl.go(4KB)
----encoding_test.go(19KB)
----bench_test.go(2KB)
----scan_test.go(2KB)
----scan.go(8KB)
----conditioncheck.go(3KB)
----encode.go(18KB)
----table_test.go(2KB)
----updatetable_test.go(917B)
----keys.go(816B)
----batchwrite.go(4KB)
----delete.go(4KB)
----delete_test.go(1KB)
----table.go(6KB)
----query_test.go(4KB)
----internal()
--------exprs()
----put.go(4KB)
----db.go(4KB)
----describetable_test.go(444B)
----encoding_aws.go(1KB)

网友评论