.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.sqlitedb Namespace Reference

Classes

class  SQLiteAppl
 
class  SQLiteProperties
 

Variables

 logger = logger.getChild('sqlitedb')
 

Detailed Description

Implementations to make access to SQLite databases a little more convenient.

:py:obj:`SQLiteAppl`
  Abstract class with which DB applications can be implemented.

:py:obj:`SQLiteProperties`:
  Class to manage properties stored in a database.

----

Variable Documentation

◆ logger

searx.sqlitedb.logger = logger.getChild('sqlitedb')

Definition at line 23 of file sqlitedb.py.