mirror of
https://gitee.com/shuto/cordova-plugin-dbcopy.git
synced 2026-04-13 00:00:13 +08:00
Update README.md
This commit is contained in:
@@ -44,6 +44,7 @@ Response format
|
||||
Currently there are two methods supported by the plugin.
|
||||
|
||||
* **Copy**
|
||||
=========================================
|
||||
|
||||
This Method allows you the copy the database from www directory.
|
||||
```javascript
|
||||
@@ -69,6 +70,7 @@ This Method allows you the copy the database from www directory.
|
||||
**error** -> function will be called if the there is some problem in copying the db or the file already exists on the location.
|
||||
|
||||
* **Copy Database from Device Storage**
|
||||
===============================================
|
||||
|
||||
This is an untested version. Let me know if you have any suggestions. Also Pull Request are always welcome.
|
||||
```javascript
|
||||
@@ -95,6 +97,7 @@ This is an untested version. Let me know if you have any suggestions. Also Pull
|
||||
**error** -> function will be called if the there is some problem in copying the db or the file already exists on the location.
|
||||
|
||||
* **Copy Database To Device Storage**
|
||||
============================================
|
||||
|
||||
This is an untested version. Let me know if you have any suggestions. Also Pull Request are always welcome.
|
||||
```javascript
|
||||
@@ -121,6 +124,7 @@ This is an untested version. Let me know if you have any suggestions. Also Pull
|
||||
|
||||
|
||||
* **Remove**
|
||||
==================================
|
||||
This method allows you to remove the database from the apps default database storage location.
|
||||
|
||||
```javascript
|
||||
|
||||
Reference in New Issue
Block a user