from flask_sqlalchemy import SQLAlchemy, current_app, g db = SQLAlchemy() db_name = 'scipaperloader.db'