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 数据库。它由一个专门的查询编辑器和专为 Web 数据库管理设计的图形管理界面组成。 该项目具有一个高性能 SQL 查询编辑器,带有自动补全和函数提示,可同时运行多个数据库命令。它包括一个用于创建和修改表列的视觉模式编辑器,以及一个在提交到源之前暂存和预览更改的记录编辑器。 该平台涵盖数据库连接和配置文件同步、多方言 SQL 集成,以及用于向菜单、选项卡和侧边栏添加自定义逻辑的 UI 扩展框架。它利用桌面包装器来桥接在标准 Web 浏览器环境中受限的数据库驱动程序。 该应用程序打包为 Docker 镜像,以确保在不同托管平台上的部署一致性。
Includes a data grid that buffers modifications for preview and validation before committing bulk updates to the database.