https://github.com/adisol07/bitdb
Way to store and fetch data fast and clearly
https://github.com/adisol07/bitdb
Last synced: 10 months ago
JSON representation
Way to store and fetch data fast and clearly
- Host: GitHub
- URL: https://github.com/adisol07/bitdb
- Owner: Adisol07
- License: mit
- Created: 2023-06-15T09:47:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T04:50:24.000Z (over 2 years ago)
- Last Synced: 2025-02-06T08:11:51.894Z (11 months ago)
- Language: C#
- Homepage:
- Size: 30.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitDB
Currently this project is in beta! Bugs are to be expected and new versions might or will break your previous databases!
## How it works?
- Basic types: Database -> Document -> Fields -> Value
- Simple and usefull commands, example: "GET value 'testDB/testDoc/testField'"
### Latest version: "Management - v1.2.0-beta" -> [Release page](https://github.com/Adisol07/BitDB/releases/tag/v1.2.0-beta)
### Planned features: -> [BitDB Plans](https://github.com/users/Adisol07/projects/1)
- Better encryption
- Optimalization
- Infinite nesting of documents
- Functions -> Code that can run server-side (unsettled)
### Basic commands: -> [List of commands](https://github.com/Adisol07/BitDB/wiki/List-of-commands)