2 रिपॉजिटरी
Interfaces for reviewing, committing, or rolling back pending cell modifications in a data grid.
Distinct from Modification Rollbacks: No candidate covers selective commit/rollback of grid edits; closest candidates focus on system rollbacks or VCS commits.
Explore 2 awesome GitHub repositories matching data & databases · Grid Edit Commit Managers. Refine with filters or upvote what's useful.
SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a full-featured SQL editor with syntax highlighting, a visual database schema designer for creating entity-relationship diagrams, and a plugin-based extensibility platform that allows adding custom functionality through C/C++, JavaScript, Tcl, or Python. The application distinguishes itself through its multi-language scripting engine, which embeds JavaScript, Tcl, and Python interpreters to enable user-defined functions and scripts within SQL queries. It supports encrypted data
Reviews and saves or discards pending grid modifications with per-cell control.
Studio एक कंटेनराइज़्ड SQL डेटाबेस मैनेजमेंट टूल है जो विभिन्न SQL डेटाबेस में क्वेरीज़ निष्पादित करने और डेटा को मैनेज करने के लिए एक ब्राउज़र-आधारित ग्राफिकल इंटरफ़ेस प्रदान करता है। इसमें वेब-आधारित डेटाबेस प्रशासन के लिए डिज़ाइन किया गया एक विशेष क्वेरी एडिटर और ग्राफिकल प्रशासन इंटरफ़ेस शामिल है। इस प्रोजेक्ट में एक साथ कई डेटाबेस कमांड चलाने के लिए ऑटो-कंप्लीशन और फ़ंक्शन हिंट्स के साथ एक हाई-परफॉर्मेंस SQL क्वेरी एडिटर शामिल है। इसमें टेबल कॉलम बनाने और संशोधित करने के लिए एक विज़ुअल स्कीमा एडिटर और एक रिकॉर्ड एडिटर शामिल है जो सोर्स में कमिट होने से पहले परिवर्तनों को स्टेज और प्रीव्यू करता है। यह प्लेटफ़ॉर्म डेटाबेस कनेक्टिविटी और प्रोफ़ाइल सिंक्रोनाइज़ेशन, मल्टी-डायलैक्ट SQL एकीकरण और मेनू, टैब और साइडबार में कस्टम लॉजिक जोड़ने के लिए एक यूज़र इंटरफ़ेस एक्सटेंशन फ़्रेमवर्क को कवर करता है। यह उन डेटाबेस ड्राइवर्स को ब्रिज करने के लिए एक डेस्कटॉप रैपर का उपयोग करता है जो अन्यथा मानक वेब ब्राउज़र वातावरण में प्रतिबंधित होते हैं। यह एप्लिकेशन विभिन्न होस्टिंग प्लेटफ़ॉर्म पर सुसंगत डिप्लॉयमेंट सुनिश्चित करने के लिए Docker इमेज के रूप में पैक किया गया है।
Includes a data grid that buffers modifications for preview and validation before committing bulk updates to the database.