Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T13:22:13.000Z (about 7 years ago)
- Last Synced: 2025-01-12T16:41:37.014Z (18 days 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.