Where are the sqlite drivers for monotouch?
- by Kirk Woll
On the sqlite-net github page, it indicates that in addition to this library, I also need the compiled sqlite2 binaries:
0 dependencies aside from a compiled form of the sqlite2 library.
I checked that page and I am unable to determine what binaries I should use in order to use it on IOS via MonoTouch; the instructions make it quite clear that this particular use-case was actually the genesis of this project, so this must be supported.
Does anyone know what binaries I am supposed to use on IOS?