All Projects → leota → Electron Angular4 Sqlite3

leota / Electron Angular4 Sqlite3

Sample project to show how to build a desktop app using Electron, Angular 4 and Sqlite3

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Electron Angular4 Sqlite3

Electron With Sqlite3
Sample application for ElectronJS working with Sqlite3
Stars: ✭ 83 (+38.33%)
Mutual labels:  sqlite, sqlite3, desktop-app
Walkable
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
Stars: ✭ 384 (+540%)
Mutual labels:  sqlite, sqlite3
Esp32 Idf Sqlite3
Sqlite library for esp-idf (esp32) framework
Stars: ✭ 57 (-5%)
Mutual labels:  sqlite, sqlite3
Tuql
Automatically create a GraphQL server from a SQLite database or a SQL file
Stars: ✭ 526 (+776.67%)
Mutual labels:  sqlite, sqlite3
Squeal
A Swift wrapper for SQLite databases
Stars: ✭ 303 (+405%)
Mutual labels:  sqlite, sqlite3
Go Sqlite Lite
SQLite driver for the Go programming language
Stars: ✭ 315 (+425%)
Mutual labels:  sqlite, sqlite3
Denodb
MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Stars: ✭ 498 (+730%)
Mutual labels:  sqlite, sqlite3
VVSequelize
数据库模型映射,自动建表, 自动更新表,数据增删改查, FTS全文搜索, 支持自定义fts3,4,5分词器,可拼音分词. sql,fmdb,wcdb,sqlite3,orm,fts,fts3,fts4,fts5
Stars: ✭ 16 (-73.33%)
Mutual labels:  sqlite, sqlite3
Chronophore
Desktop app for tracking student sign-ins in a tutoring center.
Stars: ✭ 6 (-90%)
Mutual labels:  sqlite, desktop-app
Android dbinspector
Android library for viewing and sharing in app databases.
Stars: ✭ 881 (+1368.33%)
Mutual labels:  sqlite, sqlite3
Sqlite Global Tool
SQLite .NET Core CLI tool that allows the user to manually enter and execute SQL statements with or without showing query result.
Stars: ✭ 37 (-38.33%)
Mutual labels:  sqlite, sqlite3
Entityframework.exceptions
Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql
Stars: ✭ 266 (+343.33%)
Mutual labels:  sqlite, sqlite3
dotfiles
Configs for apps I care about
Stars: ✭ 19 (-68.33%)
Mutual labels:  sqlite, sqlite3
Wxsqlite3
wxSQLite3 - SQLite3 database wrapper for wxWidgets (including SQLite3 encryption extension)
Stars: ✭ 373 (+521.67%)
Mutual labels:  sqlite, sqlite3
sqlite-okapi-bm25
📑 SQLite extension to add the Okapi BM25 ranking algorithm
Stars: ✭ 30 (-50%)
Mutual labels:  sqlite, sqlite3
Aiosqlite
asyncio bridge to the standard sqlite3 module
Stars: ✭ 411 (+585%)
Mutual labels:  sqlite, sqlite3
Perfect Sqlite
A stand-alone Swift wrapper around the SQLite 3 client library.
Stars: ✭ 42 (-30%)
Mutual labels:  sqlite, sqlite3
mdb2sqlite
Conversion tool used to convert microsoft access database to sqlite.
Stars: ✭ 79 (+31.67%)
Mutual labels:  sqlite, sqlite3
csv-to-sqlite
A desktop app to convert CSV files to SQLite databases!
Stars: ✭ 68 (+13.33%)
Mutual labels:  sqlite, sqlite3
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+1135%)
Mutual labels:  sqlite, sqlite3

Electron Angular4 Sqlite3

This is a sample project to show how to build a desktop app using Electron, Angular 4 and Sqlite3

Info about branches

master

Show the essential configuration to build a desktop app with Electron, Angular and Sqlite.

community (WIP)

Will enable user to create communities/organizations, add people to them and manage their data.

Prerequisites

Make sure you have node-gyp globally installed. If not, run npm i -g node-gyp

Setup

git clone [email protected]:leota/electron-angular4-sqlite3.git
cd electron-angular4-sqlite3
npm install

Copy database file

On Linux/Mac:

npm run db

On Windows:

npm run db-win

Build

npm run rebuild

Run

On Linux/Mac:

npm run electron

On Windows:

npm run electron-win
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].