o
    d6i                     @   s`   d dl Z d dlmZmZmZ d dlmZ e  e dZes"e	deedddd	Z
d
d ZdS )    N)SQLModelcreate_engineSession)load_dotenvDATABASE_URLzDATABASE_URL environment variable is not set. Please set it to your database connection string, e.g., mysql+pymysql://user:password@localhost:3306/dbnameFTi  )echopool_pre_pingpool_recyclec                   C   s   dS )zbDatabase initialization - table creation disabled.
    Tables should be created manually in MySQL.N r
   r
   r
   */var/www/html/karishye-ai-python/app/db.pyinit_db   s   r   )ossqlmodelr   r   r   dotenvr   getenvr   
ValueErrorenginer   r
   r
   r
   r   <module>   s     
