https://github.com/snwfdhmp/cloudbase
Plug-and-play data storage able to perform any basic CRUD operations on any dynamically given type of data.
https://github.com/snwfdhmp/cloudbase
cloudbase crud crud-operations database plug-n-play plugnplay storage-engine
Last synced: 12 months ago
JSON representation
Plug-and-play data storage able to perform any basic CRUD operations on any dynamically given type of data.
- Host: GitHub
- URL: https://github.com/snwfdhmp/cloudbase
- Owner: snwfdhmp
- Created: 2018-01-15T13:20:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T13:22:13.000Z (about 8 years ago)
- Last Synced: 2025-02-26T09:08:28.382Z (about 1 year ago)
- Topics: cloudbase, crud, crud-operations, database, plug-n-play, plugnplay, storage-engine
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudbase
Cloudbase is a install-run back-end, ready to suite your standards needs like CRUDS operations.
No struct definition, no database.
Start your back-end by running
```
cloudbase
```
Wiping data is as easy as
```
rm -rf .cloudbase
```
WARNING !
Do NOT use it in production, this is absolutely not its purpose.