![]() |
VOOZH | about |
dotnet add package Flowsy.Db.Abstractions --version 6.0.0
NuGet\Install-Package Flowsy.Db.Abstractions -Version 6.0.0
<PackageReference Include="Flowsy.Db.Abstractions" Version="6.0.0" />
<PackageVersion Include="Flowsy.Db.Abstractions" Version="6.0.0" />Directory.Packages.props
<PackageReference Include="Flowsy.Db.Abstractions" />Project file
paket add Flowsy.Db.Abstractions --version 6.0.0
#r "nuget: Flowsy.Db.Abstractions, 6.0.0"
#:package Flowsy.Db.Abstractions@6.0.0
#addin nuget:?package=Flowsy.Db.Abstractions&version=6.0.0Install as a Cake Addin
#tool nuget:?package=Flowsy.Db.Abstractions&version=6.0.0Install as a Cake Tool
This package provides basic constructs for working with databases.
The DbProvider class includes methods and properties that represent different database providers. It has the following properties:
DbProviderFamily and invariant name.DbProvider.DbProviderFamily enumeration that specifies the family of the database provider.DbProviderFactory object that can be used to create instances of IDbConnection, IDbCommand, IDbDataParameter, and other database objects.DbConnectionStringBuilder object that can be used to build connection strings for the database provider.The DbHost class holds information about the host of a database. It has the following properties and methods:
DbConnectionStringBuilder object that can be used to build connection strings.DbConnectionOptions using the specified parameters.The DbCredentials class holds information about the credentials used to connect to a database. It has the following properties:
The DbConnectionOptions class is used to configure a connection to a database. It has the following properties and methods:
DbProvider class that specifies the type of database provider.DbHost class that specifies the host of the database.IDbConnection to be used to interact with the database.The DbTableDescriptor class holds information about a database table. It has the following properties:
table_catalog.table_schema.table_name).DbColumnDescriptor objects that describe the columns of the table.The DbColumnDescriptor class holds information about a database table column. It has the following properties and methods:
DbProvider class that specifies the type of database provider.table_catalog.table_schema.table_name).table_catalog.table_schema.table_name.column_name).domain_schema.domain_name).udt_schema.udt_name).DbType enumeration that represents the database type of the column.Type object that represents the runtime type of the column.The DbRoutineDescriptor class holds information about a database routine (e.g., stored procedure, function). It has the following properties:
SchemaName.RoutineName).DbRoutineType enumeration that specifies the type of the routine (e.g., stored procedure, function).DbParameterDescriptor objects that describe the parameters of the routine.The DbParameterDescriptor class holds information about a database parameter. It has the following properties:
Type object that represents the runtime type of the parameter.DbType enumeration that specifies the database type of the parameter.MY_ENUM).ParameterDirection enumeration that specifies the direction of the parameter (e.g., input, output).DbValueExpression enumeration that specifies how the value of the parameter should be interpreted.| 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 | netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 netstandard2.1 is compatible. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | 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. |
Showing the top 3 NuGet packages that depend on Flowsy.Db.Abstractions:
| Package | Downloads |
|---|---|
|
Flowsy.Db.Sql
Components for managing connections for SQL databases and perform related operations through database transactions. |
|
|
Flowsy.Db.Conventions
Provides wrapper extensions for Dapper to set naming and formatting conventions for database objects like tables, columns, routines and parameters. |
|
|
Flowsy.Db.Agent
Provides functionality to perform administrative tasks on a database like creating databases, running migrations, importing and exporting data, etc. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.0 | 1,277 | 12/5/2024 |
| 5.3.1 | 329 | 12/5/2024 |
| 5.3.0 | 293 | 12/5/2024 |
| 5.2.0 | 225 | 12/5/2024 |
| 5.1.0 | 224 | 12/5/2024 |
| 5.0.1 | 239 | 12/5/2024 |
| 5.0.0 | 219 | 12/5/2024 |
| 4.0.0 | 234 | 12/1/2024 |
| 3.1.1 | 1,039 | 10/28/2024 |
| 3.1.0 | 248 | 10/28/2024 |
| 3.0.0 | 249 | 10/28/2024 |
| 2.2.1 | 277 | 10/28/2024 |
| 2.2.0 | 212 | 10/28/2024 |
| 2.1.0 | 214 | 10/26/2024 |
| 2.0.1 | 212 | 10/26/2024 |
| 2.0.0 | 255 | 10/26/2024 |
| 1.1.0 | 509 | 2/9/2024 |
| 1.0.0 | 376 | 2/3/2024 |
| 0.2.0 | 1,117 | 11/26/2023 |
| 0.1.1 | 363 | 10/24/2023 |