loggie-io / loggie

A lightweight, cloud-native data transfer agent and aggregator
https://loggie-io.github.io/docs-en/
Apache License 2.0
1.26k stars 165 forks source link

enhance: replace cgo implements sqlite persistence driver with pure-go implements sqlite driver #673

Open gqcn opened 6 months ago

gqcn commented 6 months ago

Replace cgo implements sqlite driver github.com/mattn/go-sqlite3 with pure-go implements sqlite driver github.com/glebarez/go-sqlite.

Proposed Changes:

Which issue(s) this PR fixes:

No fix, but an enhancement.

Additional documentation:

The cgo driver is ugly, that makes cross-building complicated.
gqcn commented 6 months ago

@ethfoo @mmaxiaolei @OliverWoo