locked
SQLite on IOT RRS feed

  • Question

  • I have a problem getting a library used on the Raspberry PI to work with SQLite.

    I created a Universal WIndows App, it has no problem running on the Pi.

    I also created a Portable Library, it references

    SQLite.NET

    SQLite.NET.Async

    SQLite.NET.Platform.WinRT

    This library is refrerenced by the App

    Creating the SQLite database results in a DLL not found exception, which I figured must be the sqlite3.dll for ARM. But both the portable classlibary (only allows Any CPU) and the universal app (set to ARM in the configuration) wont allow the reference to SQlite3.dll

    What am I doing wrong?

    Thanks

    Ben


    • Edited by Ben Geerdes Thursday, December 31, 2015 1:22 PM
    Thursday, December 31, 2015 1:21 PM

Answers

  • Andy Wigley is the go to guy for SQLite on the IoT Pi. There is a link to his stuff on the Unofficial FAQ over on the Raspberry site that I maintain. It's also on Channel 9 in you look and his blog.

    riclh

    Thursday, December 31, 2015 1:52 PM

All replies