简体   繁体   中英

Sqlite.Net PCL And Sqlite-Net Extensions

I'm trying to use this lib: https://github.com/oysteinkrog/SQLite.Net-PCL so I can keep all my repository stuff in a PCL.

And https://bitbucket.org/twincoders/sqlite-net-extensions/overview Because is way better to manage the relationship between entities with it.

I have tried to build them using PCL profile 4.5 - 78, but no success so far. Especially in the Sqlite-Net Extension that use some heavy reflection that won't work/compile on PCL.

Does anyone made this two work together?

Last SQLite-Net Extensions version works with SQLite.Net-PCL out-of-the-box and the PCL library project is now compiled against SQLite.Net-PCL NuGet Package . Default profile is Profile158 (.Net 4.5, SL5, WP8, Win8, Xam.Droid & Xam.Touch).

EDIT: The library is now available as a NuGet package . So it should be simpler to include it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM