Skip to content

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

License

Notifications You must be signed in to change notification settings

hasegawa-tomoki/TsvIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TsvIO shell plugin for CakePHP3

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages