forked from mysql/mysql-connector-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
47 lines (28 loc) · 1.32 KB
/
README.txt
File metadata and controls
47 lines (28 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
==========================
MySQL Connector/Python 8.0
==========================
MySQL Connector/Python
Copyright (c) 2009, 2020, Oracle and/or its affiliates.
License information can be found in the LICENSE.txt file.
Requirements
============
Protobuf C++ (version >= 3.0.0) and Python Protobuf (version >= 3.0.0)
https://developers.google.com/protocol-buffers/docs/downloads
Documentation & Examples
========================
Documentation for all Connector/Python versions can be found online here:
http://dev.mysql.com/doc/connector-python/en/index.html
The source distribution of Connector/Python also contains example scripts.
They can be found in the examples/ directory.
License
=======
Copyright (c) 2011, 2020, Oracle and/or its affiliates.
This is a release of MySQL Connector/Python, Oracle's Python driver for MySQL.
License information can be found in the LICENSE.txt file.
This distribution may include materials developed by third parties.
For license and attribution notices for these materials, please refer to the LICENSE.txt file.
For more information on MySQL Connector/Python, visit
https://dev.mysql.com/doc/dev/connector-python/
For additional downloads and the source of MySQL Connector/Python, visit
http://dev.mysql.com/downloads
MySQL Connector/Python is brought to you by the MySQL team at Oracle.