Skip to content

Instantly share code, notes, and snippets.

@Julissa93
Created January 27, 2021 16:47
Show Gist options
  • Select an option

  • Save Julissa93/0b2275e1cf66208e439597fd3136d001 to your computer and use it in GitHub Desktop.

Select an option

Save Julissa93/0b2275e1cf66208e439597fd3136d001 to your computer and use it in GitHub Desktop.

Postico Clone

Overview

You will be building an application for viewing, manipulating existing postgres databases on your computer.

MVP

Your users should be able to

  • View rows and columns of an existing database
  • Add new rows to the db
  • Modify rows and column instances

Stretch Goals

Users can

  • Interface with multiple SQL dialects
  • Directly execute SQL queries
  • Use the application as a desktop (electron) app
  • Only edit dbs they have permission to access

Technical Challenges

  • Advanced SQL knowledge
  • USer Permissions
  • Desktop app development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment