Skip to content

WebSQL/wsql

Repository files navigation

WSQL

image

image

WSQL is an asynchronous python connector to the popular MySQL database server based on WebScaleSQL.

The design goals are:
  • Compatibility with Python3 asyncio package
  • Compliance with Python database API version 2.0 [PEP-0249]
  • Thread-safety
  • Thread-friendliness (threads will not block each other)
  • Support mysql-clusters like: Percona-XtraDB-Cluster, GaleraCluster

MySQL-5.5 and newer and Python-3.4 and newer are currently supported.

Setup dependencies

  • cmake version 2.8.11 or higher
  • openssl-devel version 1.0 or higher
  • python3-devel
  • zlib-devel
  • gcc

WSQL is Free Software.

Documentation.

Developed by using CLion.