Demos concurrent access to SQLite in Go

Frédéric G. MARAND 5c8d4ca7e0 WIP Unix-level locks. 1 year ago
.idea 5c8d4ca7e0 WIP Unix-level locks. 1 year ago
.gitignore 5c8d4ca7e0 WIP Unix-level locks. 1 year ago
LICENSE 9c4b980ddd Initial commit 1 year ago
README.md 9c4b980ddd Initial commit 1 year ago
demo.db 5c8d4ca7e0 WIP Unix-level locks. 1 year ago
go.mod 5c8d4ca7e0 WIP Unix-level locks. 1 year ago
go.sum 5c8d4ca7e0 WIP Unix-level locks. 1 year ago
sqlite_concurrent_demo.go 5c8d4ca7e0 WIP Unix-level locks. 1 year ago

README.md

sqlite_concurrent_demo

Demos concurrent access to SQLite in Go