ethpandaops / forky

An Ethereum Beacon Chain fork choice viewer
GNU General Public License v3.0
26 stars 1 forks source link

feat(db): swap in pure-go sqlite driver #50

Closed Savid closed 1 year ago

Savid commented 1 year ago

Swap in the pure-go gorm driver based on https://gitlab.com/cznic/sqlite

Its potentially a little slower but removes the need for messing around with cgo and fixes https://github.com/ethpandaops/forky/issues/49