Hacker News new | ask | show | jobs
by stavros 268 days ago
I don't see why this would infect your project, though. You aren't using the code directly, you're using it as a tool dependency, no? Same way as if your OSS project used an Oracle DB to store data.
1 comments

Unlike Oracle DB, sqlite gets embedded in your program binary. It's a library, not an external service, and this matters for OSS licenses
Ah true, I forgot because I always use it in Python, where it's built in.