MarcTron.Sqlite
1.1.1
This plugin, built on top of the Sqlite-net library, allows you to add a SqLite database to your projects with a sigle line of code
See the version list below for details.
Install-Package MarcTron.Sqlite -Version 1.1.1
dotnet add package MarcTron.Sqlite --version 1.1.1
<PackageReference Include="MarcTron.Sqlite" Version="1.1.1" />
paket add MarcTron.Sqlite --version 1.1.1
#r "nuget: MarcTron.Sqlite, 1.1.1"
SqlLite Plugin for Xamarin
It is avery intuitive Plugin to use SqlLite on Xamarin. It requires only 1 line of code.
What is this repository for?
You can learn more about SqlLite and this plugin on https://www.xamarinexpert.it/blog/sqlite-made-easy/
LINKS
Available on Nuget: https://www.nuget.org/packages/MarcTron.Sqlite
Project website: http://www.xamarinexpert.it/plugins/mt-sqlite/
Tutorial: https://www.xamarinexpert.it/blog/sqlite-made-easy/
To report any issue: https://bitbucket.org/marcojak81/mtsql
SETUP
Install into your PCL/.NetStandard project and Client projects.
The nuget package will automatically install the sqlite-net-pcl package version 1.5.231
HOT TO USE IT
To get the connection to your Sql database you just need to add this line:
SQLiteConnection conn = MTSql.Current.GetConnection("yourdatabasename.db3");
in case you want to use an async connection you can use:
SQLiteAsyncConnection conn MTSql.Current.GetConnectionAsync("yourdatabasename.db3");
Remember to include the MTSql library with this code (usually it's added automatically):
using MarcTron.Plugin;
RELEASE NOTES
Version 1.1.1
New method added: GetDatabaseAsStream("yourdatabasename.db3");
This method returns your database file as a Stream. For example you can use it if you want to do a backup of your database.
Version 1.1
This version has been rewritten using multi-targeting.
Sqlite-net-pcl updated to version 1.5.231
Supported Platforms
- Android
- iOS
- UWP
- Windows
CONTACT ME
If you have suggestions or if you would like to see new features added to the plugin, let me know adding an issue on bitbucket or writing a comment on the blog tutorial
SqlLite Plugin for Xamarin
It is avery intuitive Plugin to use SqlLite on Xamarin. It requires only 1 line of code.
What is this repository for?
You can learn more about SqlLite and this plugin on https://www.xamarinexpert.it/blog/sqlite-made-easy/
LINKS
Available on Nuget: https://www.nuget.org/packages/MarcTron.Sqlite
Project website: http://www.xamarinexpert.it/plugins/mt-sqlite/
Tutorial: https://www.xamarinexpert.it/blog/sqlite-made-easy/
To report any issue: https://bitbucket.org/marcojak81/mtsql
SETUP
Install into your PCL/.NetStandard project and Client projects.
The nuget package will automatically install the sqlite-net-pcl package version 1.5.231
HOT TO USE IT
To get the connection to your Sql database you just need to add this line:
SQLiteConnection conn = MTSql.Current.GetConnection("yourdatabasename.db3");
in case you want to use an async connection you can use:
SQLiteAsyncConnection conn MTSql.Current.GetConnectionAsync("yourdatabasename.db3");
Remember to include the MTSql library with this code (usually it's added automatically):
using MarcTron.Plugin;
RELEASE NOTES
Version 1.1.1
New method added: GetDatabaseAsStream("yourdatabasename.db3");
This method returns your database file as a Stream. For example you can use it if you want to do a backup of your database.
Version 1.1
This version has been rewritten using multi-targeting.
Sqlite-net-pcl updated to version 1.5.231
Supported Platforms
- Android
- iOS
- UWP
- Windows
CONTACT ME
If you have suggestions or if you would like to see new features added to the plugin, let me know adding an issue on bitbucket or writing a comment on the blog tutorial
Release Notes
Version 1.1.1
New method added: GetDatabaseAsStream("yourdatabasename.db3");
This method returns your database file as a Stream. For example you can use it if you want to do a backup of your database.
Version 1.1
This version has been rewritten using multitargeting.
Sqlite-net-pcl updated to version 1.5.231
Dependencies
-
.NETFramework 4.5.1
- sqlite-net-pcl (>= 1.5.231)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- sqlite-net-pcl (>= 1.5.231)
-
.NETStandard 2.0
- sqlite-net-pcl (>= 1.5.231)
-
MonoAndroid 8.1
- sqlite-net-pcl (>= 1.5.231)
-
UAP 10.0.16299
- sqlite-net-pcl (>= 1.5.231)
-
Xamarin.iOS 1.0
- sqlite-net-pcl (>= 1.5.231)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.