文件名称:go-postgresql-batch-operations:使用批量发送的多个操作测试事务
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-21 11:16:08
go postgresql transactions Go
Go中的PostgreSQL批处理操作 使用批量发送的多个操作测试事务。 依存关系 Docker和Docker Compose 安装 git clone 去弄 docker-compose up -d 开始 去跑* .go 用法 curl -X POST \ http://localhost:8608/users \ -H 'content-type: application/json' \ -d '{ "username": "johndoe", "profile":{ "firstname":"John", "lastname":"Doe" }, "score": 5432 }' curl -X GET \ http://localhost:8608/users \ -H 'content-ty
【文件预览】:
go-postgresql-batch-operations-master
----Dockerfile(70B)
----LICENSE(1KB)
----docker-compose.yml(377B)
----main.go(4KB)
----README.md(840B)
----schema.sql(989B)
----service.go(1KB)
----db.go(2KB)