ios-samples/Data
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
..
Code Pull from upstream 2015-01-19 20:39:40 +05:30
ReferencedAssemblies Updated Vici CoolStorage to fix build error in sample. 2012-03-09 15:39:51 -05:00
Resources [Data] Updating screenshots and app icons for ios7 2013-10-22 14:24:15 +01:00
Screens Pull from upstream 2015-01-19 20:39:40 +05:30
Screenshots [Data] Updating screenshots and app icons for ios7 2013-10-22 14:24:15 +01:00
AppDelegate.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Application.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Data.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Data.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Info.plist Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md Relicense everything under Apache 2.0. 2011-12-27 18:10:05 +01:00

README.md

Data Access

This sample illustrates how use the built in SQLite functionality in iOS. It illustrates creating a database, adding rows, and querying using the following three data technologies: ADO.NET, SQLite .NET, and Vici Cool Storage. It also outputs performance data of the three approaches.

Authors

Bryan Costanich