UNPKG

cordova.plugin.sqlitetransfer

Version:

Enables importing/exporting of SQLite databases to/from JSON/SQL.

23 lines (20 loc) 955 B
<?xml version='1.0' encoding='utf-8'?> <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova.plugin.sqlitetransfer" version="1.0.5"> <name>sqlite transfer</name> <description>Enables importing/exporting of SQLite databases to/from JSON/SQL.</description> <author>Allan da Silva Extends Dave Alden</author> <engines> <engine name="cordova" version=">=3.0.0" /> </engines> <repo>https://github.com/AllanD1/cordova-sqlite-transfer.git</repo> <issue>https://github.com/AllanD1/cordova-sqlite-transfer/issues</issue> <license>MIT</license> <keywords>ecosystem:cordova,cordova,phonegap,database,sqlite,websql,import,export</keywords> <js-module name="sqliteTransfer" src="www/sqliteTransfer.js"> <clobbers target="cordova.plugin.sqlitetransfer" /> </js-module> </plugin>