Skip to content
This repository has been archived by the owner on Dec 27, 2017. It is now read-only.

leonard-thieu/toofz-leaderboards-core-data

Repository files navigation

toofz Leaderboards Core (Data)

Build status codecov MyGet

Overview

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


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

Dependents

Requirements

  • .NET Framework 4.6.1
  • MS SQL Server

Building and testing

Visual Studio 2017 (version 15.3 or later) can be used to build and run tests. Integration tests require MS SQL Server.

License

toofz Leaderboards Core (Data) is released under the MIT License.

About

Data access layer for leaderboards, players, and replays.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages