Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Sep 4, 2024
1 parent 17a43bb commit dbe4558
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,18 @@ Install pyzstd (compress="zstd")

connect() has a `compress` parameter, and it can be set either "zlib" or "zstd".

If "zstd" is specified, `pyzstd` must be installed
If "zstd" is specified, `pyzstd` must be installed.

Install numpy (VECTOR type)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

::

# pip install numpy

If you fetch a VECTOR type (MySQL 9.0), you can get the result in ndarray.

The value type returned by the VECTOR type may change in future versions of CyMySQL.

Example
---------------
Expand Down

0 comments on commit dbe4558

Please sign in to comment.