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

University task. The aim is to create a small sort of an sqlite workbench. Audioteka is a name of the database I had to build, fill in and be able to edit using this app.

Notifications You must be signed in to change notification settings

Spring3/Audioteka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

University task. The aim is to create a small sort of an sqlite workbench. Audioteka is a name of the database I had to build, fill in and be able to edit using this app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published