Skip to content

Split raw database connections out of aurweb.db

Evangelos Foutras requested to merge (removed):speed-up-git-auth into master

The aurweb-git-auth script does not need any ORM functionality, only access to the raw database connection. We can avoid the (~0.5s) time penalty of importing aurweb.db, by splitting the raw connection part into a separate aurweb.db_connection module.

Fixes: #374 (closed)

Edited by Evangelos Foutras

Merge request reports