MySQL Connector/Python Revealed: SQL and NoSQL Data Storage Using MySQL for Python Programmers
Autor Jesper Wisborg Kroghen Limba Engleză Paperback – aug 2018
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.
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 SQLand NoSQL interfaces.
What You'll Learn
- Install MySQL Connector/Python
- Connect to MySQL and configure database access
- Execute SQL and NoSQL queries from your Python program
- Trap errors and troubleshoot problems
- Store data from different languages using MySQL’s character set support
- Work in the X DevAPI that underlies all of MySQL’s language connectors
Who This Book Is For
Developers 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.
Preț: 313.62 lei
Preț vechi: 392.03 lei
-20% Nou
Puncte Express: 470
Preț estimativ în valută:
60.01€ • 62.66$ • 49.67£
60.01€ • 62.66$ • 49.67£
Carte disponibilă
Livrare economică 15-29 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484236932
ISBN-10: 1484236939
Pagini: 150
Ilustrații: XXIII, 515 p. 28 illus.
Dimensiuni: 155 x 235 x 35 mm
Greutate: 0.73 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484236939
Pagini: 150
Ilustrații: XXIII, 515 p. 28 illus.
Dimensiuni: 155 x 235 x 35 mm
Greutate: 0.73 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Introduction.- Part I: Getting Ready.- Chapter 1. Introduction and Installation.- Part II: The Legacy APIs.- Chapter 2. Connecting to MySQL.- Chapter 3. Basic Query Execution.- Chapter 4. Advanced Query Execution.- Chapter 5. Connection Pooling and Failover.- Part III: The X DevAPI.- Chapter 6. The X DevAPI.- Chapter 7. The MySQL Document Store.- Chapter 8. SQL Tables.- Part IV: Error Handling and Troubleshooting.- Chapter 9. Error Handling.- Chapter 10. Troubleshooting.
Notă biografică
Jesper Wisborg Krogh is a member of the Oracle MySQL Support team and has spoken on several occasions at Oracle OpenWorld. He has a Ph.D. in computational chemistry before changing to work with MySQL and other software development in 2006. Jesper lives in Sydney, Australia, and enjoys spending time outdoors walking, traveling, and reading. His areas of expertise include MySQL Cluster, MySQL Enterprise Backup, and the Performance and sys schemas. He is an active author in the Oracle Knowledge Base, and regularly blogs on MySQL topics.
Textul de pe ultima copertă
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.
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 andNoSQL interfaces.
What You'll Learn:
- Install MySQL Connector/Python
- Connect to MySQL and configure database access
- Execute SQL and NoSQL queries from your Python program
- Trap errors and troubleshoot problems
- Store data from different languages using MySQL’s character set support
- Work in the X DevAPI that underlies all of MySQL’s language connectors
Caracteristici
Covers MySQL Connector/Python 8.0 using both SQL and NoSQL Guides you from installation through use and troubleshooting Covers the X DevAPI that underlies all MySQL language interfaces