NetCore5.DatabaseLayer 1.0.12

dotnet add package NetCore5.DatabaseLayer --version 1.0.12
NuGet\Install-Package NetCore5.DatabaseLayer -Version 1.0.12
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="NetCore5.DatabaseLayer" Version="1.0.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetCore5.DatabaseLayer --version 1.0.12
#r "nuget: NetCore5.DatabaseLayer, 1.0.12"
#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 NetCore5.DatabaseLayer as a Cake Addin
#addin nuget:?package=NetCore5.DatabaseLayer&version=1.0.12

// Install NetCore5.DatabaseLayer as a Cake Tool
#tool nuget:?package=NetCore5.DatabaseLayer&version=1.0.12

github repository: https://github.com/nageshajab/NetCore5.DatabaseLayer

Written in .Net core 5.

This package contains common methods to communicate with different databases.

A developer does not need to know following things to interact with different databases.

  1. different nuget packages for different database
  2. different class and methods for different database

All developer need to know is sql syntax for each database. This package will return data in desired format as command is passed from user.

Current functionalities supported:

  1. GetDataset(CommandText)
  2. ExecuteNonQuery(commandText)
  3. ExecuteScalar(commandText) - return single object value

Right now it supports SQL server & SQLite. But future versions will contain support to Postgres, MySql, MongoDb, Elastic search.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.12 500 1/30/2022
1.0.11 432 1/26/2022
1.0.10 435 1/26/2022
1.0.9 406 1/23/2022
1.0.8 419 1/22/2022
1.0.7 434 1/22/2022
1.0.6 441 1/22/2022
1.0.5 434 1/17/2022
1.0.4 458 1/15/2022
1.0.3 270 1/14/2022
1.0.2 263 1/14/2022
1.0.1 251 1/14/2022
1.0.0 274 1/14/2022