Cat Feeder  1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
backend.src.libs.sql.sql_manager Namespace Reference

Data Structures

class  SQL
 

Variables

tuple _MYSQL_ERROR_TUPLE = (mysql_connector.Error,)
 
 mysql_connector = None
 
tuple _EXC_POOL_CLOSE = (AttributeError, RuntimeError) + _MYSQL_ERROR_TUPLE
 

Detailed Description

# +==== BEGIN CatFeeder =================+
# LOGO:
# ..............(..../\
# ...............)..(.')
# ..............(../..)
# ...............\‍(__)|
# Inspired by Joan Stark
# source https://www.asciiart.eu/
# animals/cats
# /STOP
# PROJECT: CatFeeder
# FILE: sql_manager.py
# CREATION DATE: 11-10-2025
# LAST Modified: 14:52:25 19-12-2025
# DESCRIPTION:
# This is the backend server in charge of making the actual website work.
# /STOP
# COPYRIGHT: (c) Cat Feeder
# PURPOSE:
# File in charge of containing the interfacing between an sql library and the program.
# This contains functions that simplify the process of interracting with databases as well as check for injection attempts.
# /STOP
# // AR
# +==== END CatFeeder =================+

Variable Documentation

◆ _EXC_POOL_CLOSE

tuple backend.src.libs.sql.sql_manager._EXC_POOL_CLOSE = (AttributeError, RuntimeError) + _MYSQL_ERROR_TUPLE
protected

Definition at line 52 of file sql_manager.py.

◆ _MYSQL_ERROR_TUPLE

backend.src.libs.sql.sql_manager._MYSQL_ERROR_TUPLE = (mysql_connector.Error,)
protected

Definition at line 37 of file sql_manager.py.

◆ mysql_connector

backend.src.libs.sql.sql_manager.mysql_connector = None

Definition at line 39 of file sql_manager.py.