Metadata-Version: 2.1
Name: TRecord
Version: 1.0.4
Summary: An Interactive SQL Client
Home-page: https://github.com/lusaisai/TRecord
Author: lusaisai
Author-email: lusaisai@163.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pygments
Requires-Dist: PyMySQL
Requires-Dist: pyodbc
Requires-Dist: cx-Oracle
Requires-Dist: prompt-toolkit
Requires-Dist: tabulate[widechars]
Requires-Dist: tablib
Requires-Dist: click

# TRecord
TRecord is an interactive command line SQL client.

It is initially designed for Enterprise Production Systems.

The systems that it works on and with are,
  - Redhat Linux + Python 3, as the client machine
  - Oracle
  - Teradata
  - Microsoft SQL Server
  - MySQL

### Installation
```sh
python3 setup.py sdist bdist_wheel
pip3 install dist/TRecord-1.0.3.tar.gz
```

```sh
$ pip3 install TRecord
```


### Usage

```sh
$ trecord --help
```


