TTY OV  1
A cross platform python terminal
Loading...
Searching...
No Matches
polyguard.src.sqlite_handler Namespace Reference

Data Structures

class  SQLiteHandler
 

Detailed Description

# +==== BEGIN polyguard =================+
# LOGO:
#       input
# 
#    @#$%!  hello
#      |     |
#      +--+--+
#         |
#         v
#   +------------+
#   | POLY GUARD |
#   +------------+
#     |        |
#     v        v
#  BLOCKED  PASSED
#    KO       OK
# /STOP
# PROJECT: polyguard
# FILE: sqlite_handler.py
# CREATION DATE: 21-03-2026
# LAST Modified: 19:51:7 21-03-2026
# DESCRIPTION:
# A module that provides a set of swearwords to listen to when filtering while allowing to toggle on and off different languages.
# /STOP
# COPYRIGHT: (c) Henry Letellier
# PURPOSE: SQLite handler for PolyGuard word-lists.
# This module provides a small, explicit handler to manage a read-only or read-write SQLite database containing (lang, word) rows. It keeps a connection open, exposes simple helpers for lookups and bulk inserts, and avoids inline comprehensions to favour legibility.
# // AR
# +==== END polyguard =================+