Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Example of usage Genie,LibPQ.jl on Heroku similiar to w3schools TrySQL editor
- Host: GitHub
- URL: https://github.com/ashwani-rathee/GeniePostgresExample
- Owner: ashwani-rathee
- Archived: true
- Created: 2021-08-31T08:03:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T08:16:49.000Z (about 3 years ago)
- Last Synced: 2024-02-12T17:08:52.492Z (9 months ago)
- Topics: dataframes-jl, genie-jl, heroku, julia, libpq-jl, postgres, prettytables-jl
- Language: Julia
- Homepage: https://julia-apiserver1.herokuapp.com/command
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/