toofz - toofz.Data 10.0.3

Data access layer for toofz.

PM> Install-Package toofz.Data -Version 10.0.3 -Source https://www.myget.org/F/toofz/api/v3/index.json

Copy to clipboard

> nuget.exe install toofz.Data -Version 10.0.3 -Source https://www.myget.org/F/toofz/api/v3/index.json

Copy to clipboard

> dotnet add package toofz.Data --version 10.0.3 --source https://www.myget.org/F/toofz/api/v3/index.json

Copy to clipboard
<PackageReference Include="toofz.Data" Version="10.0.3" />
Copy to clipboard
source https://www.myget.org/F/toofz/api/v3/index.json

nuget toofz.Data  ~> 10.0.3
Copy to clipboard

> choco install toofz.Data --version 10.0.3 --source https://www.myget.org/F/toofz/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "toofz" -SourceLocation "https://www.myget.org/F/toofz/api/v2"
Install-Module -Name "toofz.Data" -RequiredVersion "10.0.3" -Repository "toofz" 
Copy to clipboard

toofz Data

Build status codecov MyGet

Overview

toofz Data serves as the data access layer (DAL) for toofz. Retrieving data is done through an Entity Framework Core Code First model. Modifying data uses a combination of SqlBulkCopy and raw SQL for performant bulk inserting and upserting.


toofz Data is a component of toofz. Information about other projects that support toofz can be found in the meta-repository.

Installing via NuGet

Add a NuGet.Config to your solution directory with the following content:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="toofz" value="https://www.myget.org/F/toofz/api/v3/index.json" />
  </packageSources>
</configuration>
Install-Package 'toofz.Data'

Dependents

Dependencies

Requirements

  • .NET Framework 4.6.1
  • SQL Server

Contributing

Contributions are welcome for toofz Data.

  • Want to report a bug or request a feature? File a new issue.
  • Join in design conversations.
  • Fix an issue or add a new feature.
    • Aside from trivial issues, please raise a discussion before submitting a pull request.

Development

Requirements

  • Visual Studio 2017

Getting started

Open the solution file and build. Use Test Explorer to run tests.

License

toofz Data is released under the MIT License.

  • .NETFramework 4.6.1
    • Microsoft.EntityFrameworkCore.Design (>= 2.0.1)
    • Microsoft.EntityFrameworkCore.SqlServer (>= 2.0.1)
    • Newtonsoft.Json (>= 10.0.3)
    • System.Configuration.ConfigurationManager (>= 4.4.1)
    • toofz.NecroDancer (>= 5.0.7)
  • .NETFramework 4.6.1: 4.6.1.0

Owners

Leonard Thieu

Authors

Leonard Thieu

Project URL

https://github.com/leonard-thieu/toofz-data

License

MIT

Info

1184 total downloads
71 downloads for version 10.0.3
Download (133.92 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
10.0.4 124.97 KB Wed, 10 Jan 2018 14:00:17 GMT 74
10.0.3 133.92 KB Sun, 07 Jan 2018 18:57:47 GMT 71
10.0.2 140.99 KB Sun, 07 Jan 2018 11:23:22 GMT 64
10.0.1 140.97 KB Sun, 07 Jan 2018 01:08:30 GMT 67
10.0.1-beta.1 140.4 KB Sat, 06 Jan 2018 21:58:06 GMT 69
10.0.0-beta.4 142.39 KB Fri, 05 Jan 2018 19:01:55 GMT 65
10.0.0-beta.3 142.33 KB Fri, 05 Jan 2018 17:52:09 GMT 69
10.0.0-beta.2 142.44 KB Wed, 03 Jan 2018 18:46:30 GMT 66
10.0.0-beta.1 142.79 KB Sun, 24 Dec 2017 22:19:05 GMT 74
10.0.0-alpha.6 142.78 KB Sat, 23 Dec 2017 21:47:48 GMT 71
10.0.0-alpha.5 142.83 KB Sat, 23 Dec 2017 21:22:37 GMT 72
10.0.0-alpha.4 142.05 KB Thu, 14 Dec 2017 19:48:02 GMT 69
10.0.0-alpha.3 163.05 KB Tue, 12 Dec 2017 22:55:27 GMT 76
10.0.0-alpha.2 162.95 KB Tue, 12 Dec 2017 22:17:07 GMT 85
10.0.0-alpha.1 162.84 KB Tue, 12 Dec 2017 21:45:33 GMT 65
9.0.1 160.33 KB Sat, 09 Dec 2017 21:14:57 GMT 58
9.0.0 158.57 KB Wed, 06 Dec 2017 19:20:49 GMT 69