Data Storage

Data Storage core packages

H.Necessaire Data Storage

Data Storage packages for H.Necessaire

SQL:

Install-Package H.Necessaire.Dapper

RavenDB:

Install-Package H.Necessaire.RavenDB

SQL: Nuget Build Status

RavenDB: Nuget Build Status


There are two data access libraries, both meant to develop fast and easy data storage resources:

  1. SQL-compliant Database Management Systems:

  2. RavenDB NoSQL Document Database Cluster:

    • I absolutely love this NoSQL DB solution
    • I find it very:
      • Solid
      • Reliable
      • Flexible
      • Secured
      • Extensible
    • 100% encourage to give it a go: https://ravendb.net/
      • You'll be impressed by what it can do!
      • It offers a 100% free / no credit card / cloud based option for you to play with it
      • It offers a 100% free / no credit card / community license for on-premise deployment, which is more than enough for small to mid open-source projects
      • And of course paid plans, both cloud and on-premise, for which sky is the limit!

The SQL library, H.Necessaire.Dapper:

  • .NET Standard 2.0
  • Depends on:
    • Dapper
    • System.Data.SqlClient
    • H.Necessaire

The RavenDB library, H.Necessaire.RavenDB:

  • .NET Standard 2.0
  • Depends on:
    • RavenDB.Client
    • H.Necessaire.Serialization
    • H.Necessaire