Metadata-Version: 2.1
Name: pytidb
Version: 0.0.1
Summary: tidb python 
Home-page: https://github.com/cove9988/pytidb
Author: paulg
Author-email: cove9988@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

pytidb - Python-TiDB Database Adapter
=============================================

pytidb is the most popular TiDB database adapter for the Python
programming language.  Its main features are the complete implementation of
the Python DB API 2.0 specification and the thread safety (several threads can
share the same connection). 

TiDB is both Unicode and Python 3 friendly.

