https://github.com/mrinalxdev/sturdybeetledb
A Database in Go which basically works like ORM.
https://github.com/mrinalxdev/sturdybeetledb
database golang
Last synced: 8 months ago
JSON representation
A Database in Go which basically works like ORM.
- Host: GitHub
- URL: https://github.com/mrinalxdev/sturdybeetledb
- Owner: mrinalxdev
- Created: 2022-12-30T16:48:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T07:25:12.000Z (about 2 years ago)
- Last Synced: 2025-04-12T15:57:05.316Z (10 months ago)
- Topics: database, golang
- Language: Go
- Homepage:
- Size: 9.66 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SturdyBeetleDB | A golang database
A fast and seamless database which later connects to a CAS a Content Address Storage .
In this database the data is been stored in JSON format such format is been used by the CockroachDB and many more like MongoDB .
> The main motive to build this db is to connect it with a CAS project which will decentralise the Data provided by SturdyBeetleDB
This will first read a file "users" and write out all the users in JSON format .