Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 595 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 595 Bytes

POC SQLite Management tool

Built w/ React

No Redux :(

Note, that this was done for a lab work @university and was not planned to be maintained further.

Run

npm i
npm run dev

Build

npm i
npm i -g webpack asar
webpack
npm run build

You can also pack it into *.asar:

asar pack ./src app.asar
npm run dmg // => compiles into a MacOS app in the /builds folder

Database Connection View

Table Contents View

Table Structure View

Table Row Content

Creating New Table