From 78a28da697e87edc66562d529a488b05f838bd66 Mon Sep 17 00:00:00 2001 From: QUEAU Jean Pierre Date: Wed, 18 Mar 2020 13:16:24 +0100 Subject: [PATCH] docs(ce-plugins): Add SQLite, SQLite Storage and Video Player plugins (#2589) --- site/docs-md/community/plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/docs-md/community/plugins.md b/site/docs-md/community/plugins.md index 34452023f..119e62c37 100644 --- a/site/docs-md/community/plugins.md +++ b/site/docs-md/community/plugins.md @@ -52,6 +52,8 @@ Are we missing your awesome plugin? [Add it to this page](https://github.com/ion | Name | NPM package | GitHub | Notes | | ----------------------- | ----------- | ------ | ------ | | Secure Storage Plugin | `capacitor-secure-storage-plugin` | | | +| Data Storage SQLite Plugin | `capacitor-data-storage-sqlite` | | | +| SQLite Database Plugin | `capacitor-sqlite` | | | ## Video @@ -62,6 +64,7 @@ Are we missing your awesome plugin? [Add it to this page](https://github.com/ion | Video Recorder | `@teamhive/capacitor-video-recorder` | | | | Media Operations | `capacitor-media` | | | | Camera preview | `capacitor-camera-preview` | | | +| VideoPlayer | `capacitor-video-player` | | | ## Analytics