MySQL Connector/Python Revealed (e-bog) af Krogh, Jesper Wisborg
Krogh, Jesper Wisborg (forfatter)

MySQL Connector/Python Revealed e-bog

473,39 DKK (inkl. moms 591,74 DKK)
Move data back and forth between database and application. The must-have knowledge in this book helps programmers learn how to use the official driver, MySQL Connector/Python, by which Python programs communicate with the MySQL database. This book takes you from the initial installation of the connector through basic query execution, then through more advanced topics, error handing, and tr...
E-bog 473,39 DKK
Forfattere Krogh, Jesper Wisborg (forfatter)
Forlag Apress
Udgivet 31 juli 2018
Genrer Open source and other operating systems
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781484236949
Move data back and forth between database and application. The must-have knowledge in this book helps programmers learn how to use the official driver, MySQL Connector/Python, by which Python programs communicate with the MySQL database. This book takes you from the initial installation of the connector through basic query execution, then through more advanced topics, error handing, and troubleshooting. The book covers both the traditional API as well as the new X DevAPI. The X DevAPI is part of MySQL 8.0 and is an API that can be used with connectors for several programming languages and is used from the command-line interface known as MySQL Shell. You will learn to use the connector by working through code examples and following a discussion of how the API calls work. By the end of the book, you will be able to use MySQL as the back-end storage for your Python programs, and you'll even have the option of choosing between SQL and NoSQL interfaces. What You'll LearnInstall MySQL Connector/PythonConnect to MySQL and configure database accessExecute SQL and NoSQL queries from your Python programTrap errors and troubleshoot problemsStore data from different languages using MySQL's character set supportWork in the X DevAPI that underlies all of MySQL's language connectorsWho This Book Is ForDevelopers familiar with Python who are looking at using MySQL as the back-end database. No prior knowledge of Connector/Python is assumed, but readers should be familiar with databases and the Python programming language.