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.
- Host: GitHub
- URL: https://github.com/jpablodrexler/simple-portable-database
- Owner: jpablodrexler
- License: mit
- Created: 2020-08-05T21:22:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-03T20:03:29.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T09:46:46.075Z (about 2 months ago)
- Topics: binary-files, c-sharp, c-sharp-library, csharp, csharp-library, csv, csv-files, database, dotnet, dotnet-standard, dotnet6, net6, nuget-package, portable
- Language: C#
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Portable Database
[](https://github.com/jpablodrexler/simple-portable-database/actions/workflows/test.yml)
[](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/)