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
Description: # 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
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
