8000 GitHub - jimohalloran/oro-dbtools: Database tools for Oro command line
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jimohalloran/oro-dbtools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aligent Database Tools Bundle for OroCRM

Facts

  • version: 2.0.0
  • composer name: aligent/oro-dbtools

Description

Installation Instructions

  1. Install this module via Composer

     composer require aligent/oro-dbtools
    
  2. Clear cache

     php app/console cache:clear
    

Commands

    php app/console oro:db:info
    
    php app/console oro:db:dump

    php app/console oro:db:console
    
    php app/console oro:db:import filename.sql
    
    php app/console oro:db:query SELECT * FROM database.table;
    
    php app/console oro:db:drop
    
    php app/console oro:db:create

Support

If you have any issues with this bundle, please create a pull request with a failing test that demonstrates the problem you've found. If you're really stuck, feel free to open GitHub issue.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Adam Hall adam.hall@aligent.com.au

Licence

MIT

Copyright

(c) 2017-19 Aligent Consulting

Thanks

netz98 - For n98magerun which this tool is based on.

About

Database tools for Oro command line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%
0