I am trying to format a datetime in SQLAlchemy like I can do in pure MYSQL:
DATE_FORMAT(datetime, \'%Y-%m\')
However, I am using SQLite as a data