Agnostic dump
Component type
Maintenance status
Development status
Component created
Component changed
Database agnostic data dumper for moving Drupal data from e.g. mysql database to sqlite3 database.
Module provides two drush commands, one for creating a dump and another one for importing it, simple as that - no extra configuration is needed.
Create the dump:
$Â drush agnostic-dump > out.db
Read it in:
$Â drush agnostic-import out.db

