UNPKG

community-cordova-plugin-sqlite-porter

Version:

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

23 lines (20 loc) 945 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="community-cordova-plugin-sqlite-porter" version="1.2.0"> <name>sqlite porter</name> <description>Enables importing/exporting of SQLite databases to/from JSON/SQL.</description> <author>Dave Alden</author> <engines> <engine name="cordova" version=">=3.0.0" /> </engines> <repo>https://github.com/EYALIN/community-cordova-plugin-sqlite-porter.git</repo> <issue>https://github.com/dpa99c/cordova-sqlite-porter/issues</issue> <license>MIT</license> <keywords>ecosystem:cordova,cordova,phonegap,database,sqlite,websql,import,export</keywords> <js-module name="sqlitePorter" src="www/sqlitePorter.js"> <clobbers target="cordova.plugins.sqlitePorter" /> </js-module> </plugin>