https://github.com/patarapolw/hot-db-editor
Database editor using HandsOnTable
https://github.com/patarapolw/hot-db-editor
handsontable
Last synced: 5 months ago
JSON representation
Database editor using HandsOnTable
- Host: GitHub
- URL: https://github.com/patarapolw/hot-db-editor
- Owner: patarapolw
- License: mit
- Created: 2019-03-07T12:59:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T04:03:37.000Z (almost 6 years ago)
- Last Synced: 2025-03-30T07:29:00.599Z (over 1 year ago)
- Topics: handsontable
- Language: TypeScript
- Size: 762 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# db-editor
Database editor using HandsOnTable. Can also edit arrays, which will be joined using `"\n"` (but not Objects).
## Usage
- Settings are in `./src/settings.json` and `./webpack.dev.js`'s proxy settings
- Point the API endpoint to `/api/editor/` on `POST`, `PUT` and `DELETE` methods; and enable CORS on the endpoint. For example, see .
- Clone the repo, edit the settings, `yarn install` and `yarn start`.
## Screenshots

