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 install
to install the neccessary packages - Run
npm start
to start the development server