https://github.com/infoforcefeed/mayo-workbench
CRUD application for managing OlegDB.
https://github.com/infoforcefeed/mayo-workbench
Last synced: about 2 months ago
JSON representation
CRUD application for managing OlegDB.
- Host: GitHub
- URL: https://github.com/infoforcefeed/mayo-workbench
- Owner: infoforcefeed
- License: agpl-3.0
- Created: 2014-05-05T19:41:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T22:13:35.000Z (over 6 years ago)
- Last Synced: 2025-01-08T09:12:09.836Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 233 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Mayo-Workbench
Small CRUD application to inspect, modify, sort, reason and swear about data
stored in [OlegDB.](https://olegdb.org/)
## Installation
Requires two dependencies:
* [38-Moths](https://github.com/qpfiffer/38-Moths)
* [liboleg-http](https://github.com/qpfiffer/oleg/tree/master/c)
```
make
```
Theres no `make install`. Deal with it. Just run the binary from wherever you
built it, damn it.
## Usage
```
./mayoworkbench -n [-h db-hostname/IP] [-p db-port]
```
You'll need to specify the name of the database you want to connect to. Once
it's running, you can point your web-browser at `http://localhost:8666/` to get
started.
It's pretty minimal right now, so do whatever.