SeeQR
SeeQR

SeeQR

Tags
TypeScript
Electron
AWS
SQL
React.js
Published
September 12, 2023
Author
Chase Sizemore
I am a Full Stack Engineer at SeeQR

Some Responsibilities

  • Orchestrated the AWS Integration Service
    • Enabled Direct AWS RDS Connectivity for User-Centric Platform Integration
  • Established a Database Observability Suite
    • Delivered Real-Time RDS Table Insights, Enriching User Experience Through ERD Visualization
  • Re-architected Codebase for Enhanced Modularity, Readability, and Robust Error Handling
  • Leveraged TypeScript for Rigorous Type Safety, Elevating Codebase Integrity

What is SeeQR?

A database analytic tool that allows a developer to compare the efficiency of different schemas and queries on a granular level to make better informed architectural decisions regarding SQL databases at various scales.
 
notion image
 
notion image

Entity Relationship Diagrams & Query Testing

Users can create a new database by clicking the "Create New Database" button located at the bottom of the sidebar. Once created, databases can be modified using the ER Diagram, which allows users to create, change, or delete tables and columns.
notion image
In the 'QUERIES' view, users can input queries in the main panel using CodeMirror. Users can choose the database from a dropdown menu and have the option to execute either labeled/grouped or unlabelled/ungrouped queries. Labeled queries are saved for future sessions. To run a query, click the 'RUN QUERY' button or press 'Ctrl-Enter'.
 

Tech Used

  • TypeScript
  • PostgreSQL and MySQL
  • Electron
  • React
  • Material-UI
  • React-flow