1 repository
Using regular expressions to identify and prompt for variables in SQL queries.
Distinct from SQL Query Editors: Focuses on interactive user-prompted variables rather than static parameterized bindings for security.
Explore 1 awesome GitHub repository matching data & databases · Dynamic Parameterization. Refine with filters or upvote what's useful.
TablePlus is a SQL database management GUI and professional administration tool designed for managing relational and NoSQL databases. It functions as a native SQL query client and relational data browser, providing a graphical interface for database administration, schema management, and data exploration. The project distinguishes itself through a staged-change commit system that buffers GUI-driven modifications locally for review before they are applied to the server. It also features a native-protocol connection layer for low-latency communication and secure connectivity via SSH tunneling.
Uses customizable regular expressions to prompt for variable values within queries before execution.