I have a class here that stores a post\'s content, author, and time posted.
class Post(db.Model): _id = db.Column("id", db.Integer, primary_key=