نقل البيانات ذهابًا وإيابًا بين قاعدة البيانات والتطبيق. تساعد المعرفة الضرورية في هذا الكتاب المبرمجين على تعلم كيفية استخدام برنامج التشغيل الرسمي ، MySQL Connector / Python ، والذي من خلاله تتواصل برامج Python مع قاعدة بيانات MySQL.
يأخذك هذا الكتاب من التثبيت الأولي للموصل من خلال تنفيذ الاستعلام الأساسي ، ثم من خلال المزيد من الموضوعات المتقدمة ، ومعالجة الأخطاء ، واستكشاف الأخطاء وإصلاحها. يغطي الكتاب كلاً من واجهة برمجة التطبيقات التقليدية بالإضافة إلى X DevAPI الجديد. يعد X DevAPI جزءًا من MySQL 8.0 وهو واجهة برمجة تطبيقات يمكن استخدامها مع موصلات للعديد من لغات البرمجة ويتم استخدامه من واجهة سطر الأوامر المعروفة باسم MySQL Shell. سوف تتعلم استخدام الموصل من خلال العمل من خلال أمثلة التعليمات البرمجية واتباع مناقشة حول كيفية عمل استدعاءات API.
بحلول نهاية الكتاب ، ستكون قادرًا على استخدام MySQL كخزانة خلفية لبرامج Python الخاصة بك ، وسيكون لديك خيار الاختيار بين واجهات SQL و NoSQL.
قم بتثبيت MySQL Connector / Python
اتصل بـ MySQL وقم بتهيئة الوصول إلى قاعدة البيانات
قم بتنفيذ استعلامات SQL و NoSQL من برنامج Python الخاص بك
أخطاء الفخ واستكشاف المشاكل وإصلاحها
تخزين البيانات من لغات مختلفة باستخدام دعم مجموعة الأحرف في MySQL
اعمل في X DevAPI الذي يشكل أساس جميع موصلات لغة MySQL
المطورين الذين يعرفون لغة Python والذين يبحثون عن استخدام MySQL كقاعدة بيانات خلفية. لا يُفترض وجود معرفة مسبقة بـ Connector / Python ، ولكن يجب أن يكون القراء على دراية بقواعد البيانات ولغة برمجة Python.
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 Learn
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.
قراءة و تحميل كتاب MySQL and JSON: A Practical Programming Guide PDF مجانا
قراءة و تحميل كتاب MySQL & JSON A Practical Programming Guide - Second Edition PDF مجانا
قراءة و تحميل كتاب High Performance MySQL, Second Edition PDF مجانا
قراءة و تحميل كتاب High Performance MySQL Third Edition PDF مجانا