|
|
|
|
|
by Abishek_Muthian
1378 days ago
|
|
Would Go's concurrency be an issue for SQLite too? Edit: I looked into a common Go driver for SQLite[1] and the FAQ reads, > Can I use this in multiple routines concurrently? > Yes for readonly. But not for writable. See #50, #51, #209, #274. Every time I see a blog post from fly.io reg SQLite I'm tempted to use it for my next project, But the need to rewrite my framework for limited data types and the doubts regarding concurrency keeps me away. [1] https://github.com/mattn/go-sqlite3 |
|