Possible duplicate:How to connect to MySQL database in Python?
Is there a way to associate python with mysql db? I found something, but it seems to be windows only, and I work with Linux.
You can use the MySQL-Python package. Download the distor database first before installing it from the source (you probably already have one). Keep in mind that all database packages (ours must) adhere to the Python API. This provides a standardized interface for all databases.
SQL, . , SQLAlchemy.
MySQL-Python.
SQLAlchemy, ORM, sql, MySQL. , .
Source: https://habr.com/ru/post/1782202/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1782197/converting-non-main-runloop-tasks-to-gcd&usg=ALkJrhhZb5-z3qeE8R9V35LgJ0f0n-Y7fwsecurity issues - securityHow to get image from this BBC channel using Python and Universal Parser - pythonJava string: replace the string containing the $ sign - javaRedirecting when catching an exception in a method in a model - ruby-on-railsHow to deactivate a specific version of a gem? - ruby-on-railsWhy #define INVALID_VALUE -999; give syntax error when using? - cThe difference between the "and" characters in jQuery - javascriptjQuery find () works in IE, but not in Chrome or Firefox - javascriptHow to track product price reductions in a user wishlist? - ruby-on-railsAll Articles