Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashwani-rathee/GeniePostgresExample

Example of usage Genie,LibPQ.jl on Heroku similiar to w3schools TrySQL editor
https://github.com/ashwani-rathee/GeniePostgresExample

dataframes-jl genie-jl heroku julia libpq-jl postgres prettytables-jl

Last synced: about 2 months ago
JSON representation

Example of usage Genie,LibPQ.jl on Heroku similiar to w3schools TrySQL editor

Awesome Lists containing this project

README

        

# 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:

![](https://i.imgur.com/5hTZbPN.png)
## Next Step
- Setting up northwind database in the backend

## References:
- https://genieframework.github.io/Genie.jl/dev/guides/Simple_API_backend.html
- https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_all
- https://github.com/invenia/LibPQ.jl
- https://github.com/ronisbr/PrettyTables.jl
- https://dataframes.juliadata.org/stable/