Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 754 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 754 Bytes

Julia TryPostGresSQL editor

This project hosts postgress database editor similiar to TrySQL editor provided by w3schools.com. This project is written in Julia using Packages: Genie.jl,LibPQ.jl,PrettyTables.jl

Feature:

  • Query the database
  • Create New Tables
  • Operations Related to those tables
  • Restoring the original state of the setup

Images:

Next Step

  • Setting up northwind database in the backend

References: