Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.