linkcheck.logger.sql
A SQL logger.
Functions
|
Coerce a truth value to 0/1. |
|
Escape special SQL chars and strings. |
Classes
|
SQL output, should work with any SQL database (not tested). |
- class linkcheck.logger.sql.SQLLogger(**kwargs)[source]
Bases:
_Logger
SQL output, should work with any SQL database (not tested).
Initialize database access data.
- LoggerArgs = {'dbname': 'linksdb', 'filename': 'linkchecker-out.sql', 'separator': ';'}
- LoggerName = 'sql'