HarperDB Nuget pkg to perform CRUD operations with ASP.NET CORE
Implemented a generic HarperDb client which can be used with any .Net core base project for integration with HarperDb
Jun 17, 202111 min read211

Search for a command to run...
Articles tagged with #harperdbhackathon
Implemented a generic HarperDb client which can be used with any .Net core base project for integration with HarperDb

So very recently I got to know about this new super cool database HarperDB, which provides an offering that is like the best of both worlds SQL/NoSQL. One can save data in JSON format but can easily use the normal SQL Queries to fetch them. I wanted ...
