hasegawa-tomoki / tsvio
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
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
Requires (Dev)
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.
- Add
"hasegawa-tomoki/tsvio": "*"
torequire
section of composer.json. - Run
composer update
. - Add
Plugin::load('Tsvio');
to bottom of your bootstrap.php. bin/cake tsvio import <table>
orbin/cake tsbio export <table>
.