praeclarum / sqlite-net

Simple, powerful, cross-platform SQLite client and ORM for .NET
MIT License
3.96k stars 1.42k forks source link

Raspberry pi mono compatible #1050

Open dhunjoshi opened 2 years ago

dhunjoshi commented 2 years ago

not working in raspberry pi mono. System.TypeInitializationException: The type initializer for 'SQLite.SQLiteConnection' threw an exception. ---> System.Exception: Library e_sqlite3 not found

praeclarum commented 2 years ago

Huh. I thought Raw was compatible with the Pi. @ericsink are you supporting the Pi?

As a workaround, does the new sqlite-net-static Nuget package work there?

ericsink commented 2 years ago

I'm pretty sure people are using SQLitePCLRaw on the Pi, but I don't usually test there. Depends on the OS maybe?