QUOR
Keeps track of your SQL Queries and Database Connections.
QUOR is designed to help SQL developers to manage their database queries and connections in an organized way. Besides Select Statements and DML/DDL you can use so called Smart Queries. These are Select Statements with some restrictions that in turn can offer more guidance and editable results.
SQL statements can be used that are stored in the file system. A copy of those statements is transferred in the QUOR database and will be synchronized when the file is changed. Parameters for...