An open API service indexing awesome lists of open source software.

https://github.com/jpablodrexler/simple-portable-database

Simple Portable Database is a library that provides a convenient way to store tabular and binary data in a local directory. The library uses csv and binary files to enable a simple persistence mechanism for local applications.
https://github.com/jpablodrexler/simple-portable-database

binary-files c-sharp c-sharp-library csharp csharp-library csv csv-files database dotnet dotnet-standard dotnet6 net6 nuget-package portable

Last synced: about 1 month ago
JSON representation

Simple Portable Database is a library that provides a convenient way to store tabular and binary data in a local directory. The library uses csv and binary files to enable a simple persistence mechanism for local applications.

Awesome Lists containing this project

README

        

# Simple Portable Database

[![Test](https://github.com/jpablodrexler/simple-portable-database/actions/workflows/test.yml/badge.svg)](https://github.com/jpablodrexler/simple-portable-database/actions/workflows/test.yml)
[![CodeQL](https://github.com/jpablodrexler/simple-portable-database/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/jpablodrexler/simple-portable-database/actions/workflows/codeql-analysis.yml)

Simple Portable Database is a library that provides a convenient way to store tabular and binary data in a local directory. The library uses csv and binary files to enable a simple persistence mechanism for local applications.

NuGet Package published [here](https://www.nuget.org/packages/SimplePortableDatabase/)