VOOZH about

URL: https://www.nuget.org/packages/dbup-sqlite/

⇱ NuGet Gallery | dbup-sqlite 6.0.4




👁 Image
dbup-sqlite 6.0.4

dotnet add package dbup-sqlite --version 6.0.4
 
 
NuGet\Install-Package dbup-sqlite -Version 6.0.4
 
 
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="dbup-sqlite" Version="6.0.4" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="dbup-sqlite" Version="6.0.4" />
 
Directory.Packages.props
<PackageReference Include="dbup-sqlite" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add dbup-sqlite --version 6.0.4
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: dbup-sqlite, 6.0.4"
 
 
#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.
#:package dbup-sqlite@6.0.4
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=dbup-sqlite&version=6.0.4
 
Install as a Cake Addin
#tool nuget:?package=dbup-sqlite&version=6.0.4
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds SQLite support.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on dbup-sqlite:

Package Downloads
Umbraco.Commerce.Persistence.Sqlite

Contains SQLite persistence specific interface implementations for Umbraco Commerce

Zoxive.HttpLoadTesting.Client

HttpLoadTesting http load generator web client

Vendr.Persistence.Sqlite

Contains SQLite persistence specific interface implementations for Vendr, the eCommerce package for Umbraco

Newbe.Claptrap.StorageProvider.SQLite

Newbe.Claptrap is a framework for server development. It take advantage to Actor Pattern and Event Sourcing Pattern. It could help you to build a distributed, scalable, and testable server application. This package is one part of that project. Please check the source repository for more details. Docs: https://claptrap.newbe.pro Github: https://github.com/newbe36524/Newbe.Claptrap Gitee: https://gitee.com/yks/Newbe.Claptrap

Trax.Effect.Data.Sqlite

SQLite Provider for Trax.Effect.Data Library

GitHub repositories (6)

Showing the top 6 popular GitHub repositories that depend on dbup-sqlite:

Repository Stars
Cirx08/WeddingShare
A place for guests to view and drop pictures of the big day
newbe36524/Newbe.Claptrap
This is a frameworks with reactive, event sourcing and Actor pattern as basic theories. On top of this, developers can create "distributed", "scale out", and "easy to test" application more simply. Claptrap and it`s Minions is on the way.
nullpainter/sanchez
False-colour geostationary satellite image compositor
Tbeninnovation/Baiss
ncosentino/DevLeader
Projects referred to by my blog, Dev Leader
functionland/fx-files
You want to literally own your files? This is something won't happen on traditional cloud services in a lifetime. And this is something is going to happen in a glance with "Fx Files" app from now on. It is a file manager which stores everything on Fula blockchain network of Bloxes.
Version Downloads Last Updated
6.0.4 68,336 11/6/2025
6.0.1 88,049 12/24/2024
6.0.0-beta.15 204 12/17/2024
6.0.0-beta.3 1,541 7/26/2024
5.0.40 104,996 1/30/2024
5.0.39 597 1/30/2024
5.0.37 60,375 10/18/2023
5.0.8 60,135 11/24/2022
4.6.0 49,123 5/5/2022
4.5.0 65,892 11/20/2020
4.4.0 18,972 6/17/2020
4.3.0 72,349 11/26/2019
4.2.0 27,561 11/15/2018
4.1.1 1,814 11/7/2018
4.1.0 15,742 4/26/2018
4.0.1 2,226 4/24/2018
4.0.0 6,094 4/15/2018
4.0.0-beta0005 2,190 3/17/2018
4.0.0-beta0004 2,452 2/27/2018
4.0.0-beta0003 2,519 2/18/2018
Loading failed