Boutquin.Trading.DataAccess 0.3.0-beta01

This is a prerelease version of Boutquin.Trading.DataAccess.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Boutquin.Trading.DataAccess --version 0.3.0-beta01
NuGet\Install-Package Boutquin.Trading.DataAccess -Version 0.3.0-beta01
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="Boutquin.Trading.DataAccess" Version="0.3.0-beta01" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Boutquin.Trading.DataAccess --version 0.3.0-beta01
#r "nuget: Boutquin.Trading.DataAccess, 0.3.0-beta01"
#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 Boutquin.Trading.DataAccess as a Cake Addin
#addin nuget:?package=Boutquin.Trading.DataAccess&version=0.3.0-beta01&prerelease

// Install Boutquin.Trading.DataAccess as a Cake Tool
#tool nuget:?package=Boutquin.Trading.DataAccess&version=0.3.0-beta01&prerelease

Boutquin.Trading.DataAccess

Nuget License

*** Very much a work in progress ***

Security Master Data Access Layer

This repository contains the data access layer for the Security Master system.

It includes configuration classes and a SecurityMasterDbContext that encompasses the following 13 entities:

  1. AssetClass
  2. City
  3. Continent
  4. Country
  5. Currency
  6. Exchange
  7. ExchangeHoliday
  8. ExchangeSchedule
  9. FxRate
  10. Security
  11. SecurityPrice
  12. SecuritySymbol
  13. SymbolStandard
  14. TimeZone

Getting Started

To use the Security Master Data Access Layer, follow these steps:

  1. Clone the repository to your local machine.
  2. Open the solution in your favorite IDE (e.g., Visual Studio).
  3. Set up the appropriate connection string in the appsettings.json file to connect to your preferred database system.
  4. Run any necessary database migrations using the built-in Entity Framework Core tools.

Configuration Classes

The configuration classes are responsible for configuring the entity classes, setting up relationships, and ensuring the correct column types, lengths, and constraints are applied to the database tables.

SecurityMasterDbContext

SecurityMasterDbContext is the main DbContext class that encompasses all the 13 entities. It is responsible for creating and managing the database connections and transactions, and it enables the use of LINQ queries to interact with the data.

Contributing

If you'd like to contribute to the development of the Security Master Data Access Layer, please feel free to submit a pull request or open an issue with your suggestions or improvements.

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for more information.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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
0.4.0-beta01 59 4/20/2024
0.3.0-beta01 50 4/16/2024
0.1.1-beta09 45 4/5/2024
0.1.1-beta05 65 3/16/2024
0.1.1-beta02 105 1/5/2024
0.1.1-beta01 64 1/5/2024
0.1.0-beta33 93 5/27/2023
0.1.0-beta30 70 5/23/2023
0.1.0-beta25 75 5/1/2023
0.1.0-beta23 79 4/23/2023
0.1.0-beta19 71 4/17/2023
0.1.0-beta18 84 4/16/2023
0.1.0-beta17 79 4/16/2023
0.1.0-beta16 72 4/14/2023
0.1.0-beta14 78 4/10/2023
0.1.0-beta12 88 4/4/2023

Initial version.