Skip to content

vijayvargiyakhushboo/jhora

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-boilerplate-sqlite

Truly tiny boilerplate for an Electron app that includes SQLite support. See the blog post for more.

git clone https://github.com/optimistanoop/jhora.git
cd electron-boilerplate-sqlite
npm install
npm start

To install dependency packages in windows OS

npm i -g windows-build-tools

After that

npm i sqlite3 --build-from-source

Building a release package

Releases can only be built on the target platform.

npm run release

DB path

Windows - C:\Users\Administrator\AppData\Roaming\db.db Mac - /Users/<USER_NAME>/Library/Application Support/db.db Linux - ``

Using native modules

If you wish to use native modules, you must run npm run postinstall after first install of the module.

Thanks to...

Releases

No releases published

Packages

No packages published

Languages

  • CSS 35.6%
  • HTML 33.3%
  • JavaScript 31.1%