# damvitool **Repository Path**: mirrors_msabramo/damvitool ## Basic Information - **Project Name**: damvitool - **Description**: Sandman inspired database and schema agnostic automatic REST API creator and data viewer/analyser - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ========= damvitool ========= Resources ========= *. `Documentation `_ *. `Bug tracker `_ *. `Code `_ Quick start =========== Installation ------------ Simply run:: $ pip install damvitool Run damvitool with sample database ---------------------------------- Run damvitool from command line:: $ damvitool Open frontend ------------- Open damvitool frontend in your browser. By default you can open url ``http://localhost:8080`` Construct new request to database --------------------------------- 1. Click ``Wizard`` button of the left side menu .. image:: https://raw.githubusercontent.com/praxigento/damvitool/master/docs/pic1.png 2. Login. .. image:: https://raw.githubusercontent.com/praxigento/damvitool/master/docs/pic2.png 3. Choose root entity of yours data query. If database don't have relations between tables, you can add other root entities. .. image:: https://raw.githubusercontent.com/praxigento/damvitool/master/docs/pic3.png 4. Choose entities fields, which you want to see. 5. Set filter criteria. 6. View results. .. image:: https://raw.githubusercontent.com/praxigento/damvitool/master/docs/pic4.png