electron-angular4-sqlite3 | Sample project to show how to build a desktop app | Dektop Application library
kandi X-RAY | electron-angular4-sqlite3 Summary
kandi X-RAY | electron-angular4-sqlite3 Summary
Show the essential configuration to build a desktop app with Electron, Angular and Sqlite. Will enable user to create communities/organizations, add people to them and manage their data.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of electron-angular4-sqlite3
electron-angular4-sqlite3 Key Features
electron-angular4-sqlite3 Examples and Code Snippets
Community Discussions
Trending Discussions on electron-angular4-sqlite3
QUESTION
I am building a small SPA with angular and since I am new to angular, I am using the angular tutorial as a road map for my application. all things are working find until the retrieving data from sqlite database (due to implementation restriction, use of any other type of backend code is not possible). the tutorial (https://angular.io/tutorial/toh-pt6) uses a in-memory-database which is obviously is not fitted for me. I want to have service that retrieves data from sqlite and could be injected to component
component
...ANSWER
Answered 2020-Mar-05 at 20:09I have found the following tutorial : https://appdividend.com/2019/06/04/angular-8-tutorial-with-example-learn-angular-8-crud-from-scratch/
In this tutorial, he use mongoDb, but I have replaced mongodb with sqlite3 this way :
sqlite must be in backend of your app. So create an api folder at the root of your project and do npm init -y
npm install express body-parser cors --save
- install sqlite npm install sqlite3 --save
- install nodemon : npm install nodemon --save-dev and npm install -g nodemon
- create a server.js
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install electron-angular4-sqlite3
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page