We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d52fcf commit 1b69fffCopy full SHA for 1b69fff
peekaboo/peekaboo.conf
@@ -57,6 +57,10 @@ url : mysql+mysqldb://peekaboo:{{ peekaboo_db_password }}@{{ mari
57
# PostgreSQL
58
# url : postgresql://user:password@host:port/database
59
60
+# as a last resort it's possible to override the driver for asyncio database
61
+# accesses if auto-detection fails.
62
+# async_driver: aiosqlite
63
+
64
# Enable additional logging by the SQLAlchemy database module beyond Peekaboo's
65
# own logging. Can be considered another set of debug logging even beyond
66
# Peekaboo's DEBUG log level.
0 commit comments