https://github.com/theeightbot/tychodb
The death of traditional SQLite sparks the new life of SQLite as an object store
https://github.com/theeightbot/tychodb
csharp database json nosql
Last synced: about 1 year ago
JSON representation
The death of traditional SQLite sparks the new life of SQLite as an object store
- Host: GitHub
- URL: https://github.com/theeightbot/tychodb
- Owner: TheEightBot
- License: mit
- Created: 2021-05-20T20:42:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T15:53:35.000Z (over 1 year ago)
- Last Synced: 2025-02-16T13:00:06.276Z (about 1 year ago)
- Topics: csharp, database, json, nosql
- Language: C#
- Homepage:
- Size: 733 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TychoDB
TychoDB is a .NET library that allows users to store JSON files using SQLite. This library provides a simple and efficient way to manage and store your objects.
## Features
- Easy to use API for storing and retrieving JSON data.
- Efficient SQLite database management.
- Compatible with .NET Standard and .NET 8.