sqlite-net
1.6.292
sqlite-net is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases. It is written in C# 3.0 and is meant to be simply compiled in with your projects. It was first designed to work with MonoTouch on the iPhone, but should work in any other CLI environment.
Install-Package sqlite-net -Version 1.6.292
dotnet add package sqlite-net --version 1.6.292
<PackageReference Include="sqlite-net" Version="1.6.292" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sqlite-net --version 1.6.292
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
See project page
Dependencies
This package has no dependencies.
Used By
NuGet packages (7)
Showing the top 5 NuGet packages that depend on sqlite-net:
Package | Downloads |
---|---|
built.io.Android
The built.io Xamarin SDK allows you to integrate the built.io application backend with your Xamarin powered mobile application. You can integrate built.io with your application by following these steps:
1. Add the following statement before your class definition:
using BuiltSDK;
2. You are now ready to set up your application. Use the initialize static method for the `Built` class as follows:
Built.App("application_api_key");
Congratulations! You're all set to use built.io.
You can learn more about this at https://docs.built.io/quick-start or http://xamarinsdk.builtapp.io.
|
|
built.io.iOS
The built.io Xamarin SDK allows you to integrate the built.io application backend with your Xamarin powered mobile application. You can integrate built.io with your application by following these steps:
1. Add the following statement before your class definition:
using BuiltSDK;
2. You are now ready to set up your application. Use the initialize static method for the `Built` class as follows:
Built.App("application_api_key");
Congratulations! You're all set to use built.io.
You can learn more about this at https://docs.built.io/quick-start or http://xamarinsdk.builtapp.io.
|
|
PlaintextWikipedia
Processes Wikipedia XML, removing markdown and providing n-gram calculations
|
|
MasDev.Common.Desktop
MasDev common implementation for desktop environment
|
|
SQLiteReposotry.WinRT
Description
|
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on sqlite-net:
Repository | Stars |
---|---|
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
|
|
realm/realm-dotnet
Realm is a mobile database: a replacement for SQLite & ORMs
|
|
dukus/digiCamControl
DSLR camera remote control open source software
|
|
xamarin/mac-samples
Sample programs showing how to use Xamarin.Mac on OSX.
|
|
xamarin/prebuilt-apps
Complete, prebuilt apps for you to customize and deploy.
|