· 3 min read
How to use SQLite db as an embedded resource in .NET
I was quite intrigued by the recent version of [Bun](https://bun.sh/docs/bundler/executables#embedding-sqlite-databases) supporting a one liner call to embed a SQLite file and use it as part of a single file binary. This is super cool. See the code b...
dotnet sqlite