Description
sqlcmd is a Python-based SQL command line tool, similar in concept to tools like Oracle's SQL*Plus, the PostgreSQL psql command, and MySQL's mysql tool.
In short, sqlcmd is a SQL command tool that attempts to provide the same interface for all supported databases and across all platforms.
sqlcmd has been tested on the following platforms:
* Mac OS X, version 10.4 (Tiger), using MacPython
* Linux (Ubuntu, Gutsy and Hardy)
* FreeBSD
* Windows XP, using the non-Cygwin Windows version of Python and pyreadline
User Reviews for sqlcmd FOR LINUX 1
-
sqlcmd FOR LINUX is a versatile SQL command line tool, offering a unified interface for various databases. Works well on multiple platforms.