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;
Maintainer | GitHub | Social |
---|---|---|
Quéau Jean Pierre | jepiqueau |
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
ionic serve
npx cap open @capacitor-community/electron
npx cap open ios
npx cap open android
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!