using Ormlite on Raspberry pi #25
-
i build an .NET 6 application running on Raspberry Pi/Raspebian (ubuntu/debian linux) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you're able to use Microsoft.Data.Sqlite, then using ServiceStack.OrmLite.Sqlite.Data stands the best chance of working: <PackageReference Include="ServiceStack.OrmLite.Sqlite.Data" Version="6.*" /> |
Beta Was this translation helpful? Give feedback.
If you're able to use Microsoft.Data.Sqlite, then using ServiceStack.OrmLite.Sqlite.Data stands the best chance of working: