Skip to content

Inconsistent naming for SQLALCHEMY_DATABASE_URI variable

There are places where the variable is named SQLALCHEMY_DB_URI and used as SQLALCHEMY_DATABASE_URI. The correct should be SQLALCHEMY_DATABASE_URI everywhere (as used in invenio-db)

Edited by Alex Ioannidis