1 Repo
Interactive, cell-based interfaces for executing SQL queries and analyzing data in a document-like layout.
Distinct from SQL Execution Interfaces: The candidates focus on specific query syntax, promise-based drivers, or AI integration, rather than the structural notebook interface for data exploration.
Explore 1 awesome GitHub repository matching data & databases · Notebook SQL Clients. Refine with filters or upvote what's useful.
Franchise is a database query tool and notebook SQL client that allows users to run queries and analyze datasets. It functions as a local data processor with a browser-based engine for executing SQL commands against CSV, JSON, and XLSX files without uploading data to a remote server. The project uses a cell-based interface to organize queries and results in an interactive, document-like layout. It supports a workflow where users can fork queries into side-by-side layouts to compare different SQL variations and their results without overwriting existing code. The system provides a unified int
Provides a cell-based notebook interface for executing SQL queries and exploring datasets in an interactive, document-like layout.