https://github.com/patarapolw/hot-db-editor
Database editor using HandsOnTable
https://github.com/patarapolw/hot-db-editor
handsontable
Last synced: about 2 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T04:03:37.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T09:48:40.225Z (4 months ago)
- Topics: handsontable
- Language: TypeScript
- Size: 762 KB
- Stars: 0
- Watchers: 1
- 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

