SQLBoss (web version)
SQLBoss (web version) is a web application that you setup for your team to allow for querying Postgres databases. The intent is for querying databases, not managing them. SQLBoss was accessed by hundreds of users across thousands of databases back in the day.
Example
Some cool features
- It doesn’t hold open connections to a database
- Allows users to share queries and database connections, encouraging collaboration
- Browse and search the database schema (inspect views, functions, tables, indexes, etc)
- Tracked a full query history for easy retrieval or auditing
Technology
- PHP; CakePHP
- Bootstrap