Skip to content

This is a light-weight React app to stage your tables before adding them to the database

Notifications You must be signed in to change notification settings

Mack241/Staging-Tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Staging Tables

This is a light-weight React app which can create dynamic tables for you in Postgressql. This app will bypass the hassle of coding your own tables and create the table automatically in your Postgres database.

Available Data Types:

  1. VARCHAR(50)
  2. INTEGER
  3. DATE

Limitations:

Note - You cannot use SQL specific keywords as Column Names.

Technology stack:

  1. React
  2. Nodejs
  3. PostgresSQL

Note - You need to have Postgressql downloaded in your system.

Future Changes:

  1. Import data from Excel/CSV directly into the tables
  2. Dyanmically add database name, user name, password, host name, port.

About

This is a light-weight React app to stage your tables before adding them to the database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published