dev-master
9999999-devConsole tool wich provide unified interface different database drivers
GPL-2.0
The Requires
The Development Requires
by kolomiets
Console tool wich provide unified interface different database drivers
Application is a simple MongoDB client which works in console end executes SQL statement as native mongo queries., (*2)
composer requires mev/console-query-tool
php bin/app.php <command> <options> <query>
Available commands:, (*3)
query:execute - Execute SQL query
Available options:, (*4)
--host[=HOST] MongoDB server host [default: "localhost"] --port[=PORT] MongoDB server port [default: 27017] --db=DB MongoDB database -h, --help Display a help message
Example, (*5)
php bin/app.php query:execute --db=test "SELECT price, name FROM books WHERE price >=5"
Supported statements:, (*6)
Supported compare operators:, (*7)
Supported logical operators:, (*8)
Console tool wich provide unified interface different database drivers
GPL-2.0