https://github.com/dmytrovasin/electron-sqlite
https://github.com/dmytrovasin/electron-sqlite
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmytrovasin/electron-sqlite
- Owner: DmytroVasin
- Created: 2018-03-11T16:48:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T16:48:41.000Z (over 7 years ago)
- Last Synced: 2025-01-02T01:42:36.976Z (9 months ago)
- Language: HTML
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-boilerplate-sqlite
Truly tiny boilerplate for an Electron app that includes SQLite support. See the [blog post](http://blog.arrayofbytes.co.uk/?p=379) for more.
```
git clone https://github.com/sjmelia/electron-boilerplate-sqlite.git
cd electron-boilerplate-sqlite
npm install
npm start
```## Building a release package
Releases can only be built on the target platform.
`npm run release`
## Using native modules
If you wish to use native modules, you must run `npm run postinstall` after first install of the module.
## Thanks to...
* Primary inspiration: https://github.com/szwacz/electron-boilerplate
* SQLite JS: https://github.com/bytheway/electron-sqlite3/