mholt / timeliner

All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)
https://timelinize.com
GNU Affero General Public License v3.0
3.56k stars 116 forks source link

Consider using modernc.org/sqlite #74

Open mholt opened 3 years ago

mholt commented 3 years ago

This package implements a SQLite driver that does not use Cgo: https://pkg.go.dev/modernc.org/sqlite

Looks to be getting pretty stable. Haven't tried it yet, but would simplify compilation and improve memory safety to make Timeliner a pure Go program.