NativeAOT direct static linking to SQLite3? #582
Unanswered
stevefan1999-personal
asked this question in
Q&A
Replies: 1 comment
-
Theoretically this would work, I think, if we had a nuget package with static libraries. I'd have to investigate the practical feasibility. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't want to have any DLL in between and want to have all of the sqlite3 function into one executable. Is it possible to have this feature?
Related: dotnet/runtime#96937
Beta Was this translation helpful? Give feedback.
All reactions