Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
coliveira
on April 8, 2023
|
parent
|
context
|
favorite
| on:
Go port of SQLite without CGo
Pretty much any database is NOT written in Go, so what's the difference?
SrslyJosh
on April 8, 2023
|
next
[–]
Other databases (Postgres, MySQL, etc.) already have clients written in pure Go. SQLite does not have a client/server architecture, so a pure Go version of it requires porting (or transpiling) the entire engine to Go.
politician
on April 8, 2023
|
prev
|
next
[–]
Etcd, CockroachDB, InfluxDB, Consul. There are more.
d1str0
on April 8, 2023
|
prev
[–]
Also Bolt is pure go which is a highly performant KV store
lanstin
on April 8, 2023
|
parent
[–]
I tested that for a while but it seemed to suffer lock contention with a lot of go routines trying to use one database at the same time.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: