A simple database administration tool for psotgres built with web technologies
Data elephant
A simple database administration tool for psotgres built with web technologies. Supports schema introspection and simple SQL queries.
Tech stack
- React
- Typescript
- Electron
- pg (postgres driver for node js)
General information
- Project was generated with electron forge cli from webpack typescript template.
How to run
- Git clone this repo
- Run
npm installto install the neccessary packages - Run
npm startto start the development server