Altairis.SqliteBackup.AzureStorage
1.1.0
dotnet add package Altairis.SqliteBackup.AzureStorage --version 1.1.0
NuGet\Install-Package Altairis.SqliteBackup.AzureStorage -Version 1.1.0
<PackageReference Include="Altairis.SqliteBackup.AzureStorage" Version="1.1.0" />
paket add Altairis.SqliteBackup.AzureStorage --version 1.1.0
#r "nuget: Altairis.SqliteBackup.AzureStorage, 1.1.0"
// Install Altairis.SqliteBackup.AzureStorage as a Cake Addin #addin nuget:?package=Altairis.SqliteBackup.AzureStorage&version=1.1.0 // Install Altairis.SqliteBackup.AzureStorage as a Cake Tool #tool nuget:?package=Altairis.SqliteBackup.AzureStorage&version=1.1.0
Altairis Sqlite Backup
Sqlite is well-known embedded database, usable also in ASP.NET Core. It's "good enough" for many applications, but of course has its drawbacks compared to traditional databases like Microsoft SQL Server. One of them is the absence of proper automated backup.
Embedded database can be backed up by copying its database file, but does not contain any mechanism to do it automatically and while the application is running.
This library takes care of that. When set-up, the application will regularly perform backup of its data file and optionally upload it to external or cloud storage.
For documentation and samples see wiki.
Contributor Code of Conduct
This project adheres to No Code of Conduct. We are all adults. We accept anyone's contributions. Nothing else matters.
For more information please visit the No Code of Conduct homepage.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Altairis.SqliteBackup (>= 1.1.0)
- Azure.Storage.Blobs (>= 12.17.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.