mattn / go-sqlite3

sqlite3 driver for go using database/sql
http://mattn.github.io/go-sqlite3
MIT License
8.04k stars 1.11k forks source link

Add description to cross compile for specific libc dependency #1276

Open Thomblin opened 2 months ago

Thomblin commented 2 months ago

It took me a while to compile my go application using sqlite3 for raspberry 4 (rasbian bullseye), because I struggled to figure out how to compile using the correct (older) version of libc. I hope this example helps others as well