Shell command to import / export database table records from / to tsv filles. CakePHP3 plugin.

Installs: 83

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

0.1.3 2015-09-06 07:36 UTC

This package is not auto-updated.

Last update: 2025-05-10 21:03:42 UTC


README

Shell command to import / export database table records from / to tsv filles.

Installation

You can install this plugin into your CakePHP application using composer.

  1. Add "hasegawa-tomoki/tsvio": "*" to require section of composer.json.
  2. Run composer update.
  3. Add Plugin::load('Tsvio'); to bottom of your bootstrap.php.
  4. bin/cake tsvio import <table> or bin/cake tsbio export <table>.
  • import truncates all records.
  • You can use all in import command as `````.

    License

    MIT licensed. A part of TsvIO code is from cakephp/bake.