Description: sqlite-net is an open source, minimal library to allow .NET and Mono applications to store data in [http://www.sqlite.org SQLite 3 databases]. It is written in C# and is meant to be simply compiled in with your projects. It was first designed to work with MonoTouch on the iPhone, but has grown up to work on all the platforms (Mono for Android, .NET, Silverlight, WP7, WinRT, Azure, etc.).
To Search:
File list (Check if you may need any files):
examples
........\Stocks
........\......\AssemblyInfo.cs
........\......\Main.cs
........\......\Stocks.cs
........\......\Stocks.csproj
........\......\Stocks.sln
........\StocksImplicit
........\..............\AssemblyInfo.cs
........\..............\Main.cs
........\..............\Stocks.cs
........\..............\StocksImplicit.csproj
........\..............\StocksImplicit.sln
........\StocksTouch
........\...........\AddStockView.xib
........\...........\AddStockView.xib.cs
........\...........\AddStockView.xib.designer.cs
........\...........\Info.plist
........\...........\Main.cs
........\...........\MainWindow.xib
........\...........\MainWindow.xib.designer.cs
........\...........\StocksTouch.csproj
........\...........\StocksTouch.sln
........\...........\StocksView.xib
........\...........\StocksView.xib.cs
........\...........\StocksView.xib.designer.cs
lib
...\metro
...\.....\ARM
...\.....\...\sqlite3.dll
...\.....\x64
...\.....\...\sqlite3.dll
...\.....\x86
...\.....\...\sqlite3.dll
...\wp7
...\...\Community.CsharpSqlite.WinPhone.dll
nuget
.....\build.bat
.....\NuGet.exe
.....\SQLite-net
.....\..........\packages.config
.....\..........\SQLite-net.csproj
.....\..........\SQLite-net.sln
.....\sqlite-net-pcl.nuspec
.....\sqlite-net.nuspec
src
...\AssemblyInfo.cs
...\SQLite.cs
...\SQLite.MonoTouchAdmin.cs
...\SQLiteAsync.cs
tests
.....\AsyncTests.cs
.....\BooleanTest.cs
.....\ByteArrayTest.cs
.....\CollateTest.cs
.....\ConnectionTrackingTest.cs
.....\ContainsTest.cs
.....\CreateTableImplicitTest.cs
.....\CreateTableTest.cs
.....\DateTimeOffsetTest.cs
.....\DateTimeTest.cs
.....\DeleteTest.cs
.....\DropTableTest.cs
.....\EqualsTest.cs
.....\ExceptionAssert.cs
.....\GuidTests.cs
.....\IgnoreTest.cs
.....\InheritanceTest.cs
.....\InsertTest.cs
.....\JoinTest.cs
.....\LinqTest.cs
.....\MappingTest.cs
.....\MigrationTest.cs
.....\NotNullAttributeTest.cs
.....\NullableTest.cs
.....\OpenTests.cs
.....\ScalarTest.cs
.....\SkipTest.cs
.....\SQLite.Tests.csproj
.....\SQLiteMetroTests
.....\................\Images
.....\................\......\UnitTestLogo.png
.....\................\......\UnitTestSmallLogo.png
.....\................\......\UnitTestSplashScreen.png
.....\................\......\UnitTestStoreLogo.png
.....\................\Package.appxmanifest
.....\................\Properties
.....\................\..........\AssemblyInfo.cs
.....\................\SQLiteMetroTests.csproj
.....\................\SQLiteMetroTests_TemporaryKey.pfx
.....\SQLiteMetroTests.sln
.....\SQLiteTouchTests
.....\................\AppDelegate.cs
.....\................\Info.plist
.....\................\Main.cs
.....\................\SQLiteTouchTests.csproj
.....\SQLiteTouchTests.sln
.....\StringQueryTest.cs
.....\TableChangedTest.cs
.....\TestDb.cs