Skip to content

Instantly share code, notes, and snippets.

View KeQianWang's full-sized avatar
🤪
O

KeQian KeQianWang

🤪
O
View GitHub Profile
@giumas
giumas / Logging - SQLite handler
Last active February 15, 2023 02:23
A minimal SQLite handler for the python logging module
from __future__ import absolute_import, division, print_function, unicode_literals
import sqlite3
import logging
import time
__version__ = "0.1.0"
initial_sql = """CREATE TABLE IF NOT EXISTS log(