The source project of this merge request has been removed.
Split raw database connections out of aurweb.db
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