▲ comment posted on sqlite - an embeddable, transactional SQL database engine in Go #sql #sqlite by daenney 2771 days ago ▼ It would certainly be nice to have a Go-only SQLite!About the goroutine issue, I suppose the driver could solve that with a global mutex that any action on the database grabs?