SQLite on arm64
When I try to use the linq2db.LINQPad driver, I get "Unable to load DLL 'SQLite.Interop.dll' or one of its dependencies. The specified module could not be found (0x80007007E)"
Not sure if it's a LINQPad thing or the driver.
When I try to use the linq2db.LINQPad driver, I get "Unable to load DLL 'SQLite.Interop.dll' or one of its dependencies. The specified module could not be found (0x80007007E)"
Not sure if it's a LINQPad thing or the driver.
Comments
Should've said LP8
This driver use System.Data.Sqlite, which currently doesn't support ARM and we cannot just replace it with Microsoft.Data.Sqlite (it requires additional development work on our side)