Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 698 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 698 Bytes

Introduction

The intent with the Frameworks repository is to create a common place for cross team libraries that wrap, extend or otherwise reduce code duplication.

Libraries

Base

This library is the base library that has no dependencies and contains a lot of various wrappers, data type extensions and nice to have, lets not repeat as much code like tools.

DataType.Json.Schema

This library is focused around providing Json Schema compliant tools.

Inheritance Tree

  • Schema
    • Base
      • Services
        • Database
          • Cosmos
          • Mongo
          • Postgres
          • SqlServer
        • Storage
          • Azure
          • AWS
          • GCP
          • Local
      • Testing