Skip to content

demonstrate the use of the @capacitor-community/sqlite with the Write-Ahead Logging (WAL)

Notifications You must be signed in to change notification settings

jepiqueau/angular-parallel-access

Repository files navigation

Angular SQLite Parallel Access Application

This is an application to demonstrate the use of the @capacitor-community/sqlite with the Write-Ahead Logging (WAL). The WAL is automatically set-up in Android platform. To enable the WAL on others platforms use the PRAGMA journal_mode=WAL;

Maintainers

Maintainer GitHub Social
Quéau Jean Pierre jepiqueau

Installation

To start clone the project

git clone https://github.com/jepiqueau/angular-parallel-access.git 
cd angular-parallel-access
git remote rm origin
npm install
npm run build
npx cap sync
npx cap sync @capacitor-community/electron
npm run build
npx cap copy
npx cap copy @capacitor-community/electron

Running the app

BROWSER

ionic serve

ELECTRON

npx cap open @capacitor-community/electron

IOS

npx cap open ios

ANDROID

npx cap open android

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Jean Pierre Quéau

💻

CosminCraciun

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

demonstrate the use of the @capacitor-community/sqlite with the Write-Ahead Logging (WAL)

Resources

Stars

Watchers

Forks

Packages

No packages published