TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features
Pyramid is a Python web framework and WSGI toolkit designed for building web applications. It functions as a URL routing engine that maps incoming HTTP requests to specific view callables using both pattern-based routing and hierarchical resource tree traversal. The framework is distinguished by its hybrid dispatch system, allowing developers to combine regular expression URL matching with the ability to resolve requests by navigating a tree of nested objects. It implements a flexible component architecture that supports application registry management, deferred configuration execution, and t
Studio is a containerized SQL database management tool that provides a browser-based graphical interface for executing queries and managing data across various SQL databases. It consists of a specialized query editor and a graphical administration interface designed for web-based database administration. The project features a high-performance SQL query editor with auto-completion and function hints for running multiple database commands simultaneously. It includes a visual schema editor for creating and modifying table columns and a record editor that stages and previews changes before they
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
sqlite-web ist eine Python-basierte Webanwendung, die eine grafische Benutzeroberfläche zum Durchsuchen, Abfragen und Bearbeiten von SQLite-Datenbankdateien bietet. Sie fungiert als Datenbank-Management-Tool, das es Benutzern ermöglicht, Tabellendaten zu manipulieren und Schemata über einen Webbrowser zu verwalten, anstatt Kommandozeilen- oder rohe SQL-Skripte zu verwenden.
Die Hauptfunktionen von coleifer/sqlite-web sind: Web-Based Database Browsers, Schema Administration, Data Schema Management, SQL Database Management, SQLite Database Management, SQLite Integration, SQL Data Exporters, Bulk Data Migrations.
Open-Source-Alternativen zu coleifer/sqlite-web sind unter anderem: datlechin/tablepro — TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL… pylons/pyramid — Pyramid is a Python web framework and WSGI toolkit designed for building web applications. It functions as a URL… outerbase/studio — Studio is a containerized SQL database management tool that provides a browser-based graphical interface for executing… pawelsalawa/sqlitestudio — SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a… kuzudb/kuzu — Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data… answerdotai/fasthtml — FastHTML is a full-stack Python web framework designed for building interactive web applications using pure Python. It…