Skip to content

Postgres Web Interface. Originally used for an MMORPG Http server. Used for authentication and all other events that don't need to respond ASAP. Migrated from bitbucket.

License

Notifications You must be signed in to change notification settings

Padge91/postgres-web-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres Web Interface

This application is a web interface for general Postgres usage. It allows for basic CRUD operations against a set of database tables, regardless of table schemas.

The crudapp directory contains the Flask app described above, as well as a WSGI script file for hosting the app behind Apache HTTP Server.

The front end of the application utilizes AngularJS for a dynamic interface, and primarily consumes AJAX from the back end.

Application was originally engineered for multiplayer server administration for easily creating, modifying, or deleting game objects. Code is built so it is abstract from implementation logic, so it works just as well for any other source database.

About

Postgres Web Interface. Originally used for an MMORPG Http server. Used for authentication and all other events that don't need to respond ASAP. Migrated from bitbucket.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published