Altairis.SqliteBackup 1.2.3

dotnet add package Altairis.SqliteBackup --version 1.2.3
NuGet\Install-Package Altairis.SqliteBackup -Version 1.2.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Altairis.SqliteBackup" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Altairis.SqliteBackup --version 1.2.3
#r "nuget: Altairis.SqliteBackup, 1.2.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Altairis.SqliteBackup as a Cake Addin
#addin nuget:?package=Altairis.SqliteBackup&version=1.2.3

// Install Altairis.SqliteBackup as a Cake Tool
#tool nuget:?package=Altairis.SqliteBackup&version=1.2.3

Altairis Sqlite Backup

Altairis.SqliteBackup Altairis.SqliteBackup.AzureStorage

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Altairis.SqliteBackup:

Package Downloads
Altairis.SqliteBackup.AzureStorage

Azuer Storage support for automated backup of Sqlite databases for ASP.NET Core web applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.3 192 7/27/2023
1.2.2 128 7/27/2023
1.2.1 142 7/27/2023
1.2.0 129 7/27/2023
1.1.0 259 7/26/2023
1.0.0 220 8/31/2022