peterhuene / sqlite-net-wp8

A C++/CX wrapper for SQLite functions that sqlite-net depends on. Can be used as an alternative to csharp-sqlite on Windows Phone 8. This library is released under the MIT license.
MIT License
74 stars 65 forks source link

Relationships #35

Closed matewoj closed 10 years ago

matewoj commented 10 years ago

Hello

I would like to know, if it is possible to create relationships between entities by using sqlite-net-wp8.

peterhuene commented 10 years ago

Hi @frenc,

That's more of a question for sqlite-net, as sqlite-net-wp8 is simply an interop layer that sits between sqlite-net and sqlite3.dll. I would try searching or opening an issue on sqlite-net. Thanks!