In this case if you want to put a date + time that would be Sqlalchemy DateTime(), you'd use datetime.datetime(), or if you want to deal with strings yourself, use String() for the column type. Its all the same to SQLite (SQLite doesn't actually have fixed column types and is unique in this regard).
> --
> You received this message because you are subscribed to the Google Groups "sqlalchemy" group.
> To post to this group, send email to sqlal...@googlegroups.com.
> To unsubscribe from this group, send email to sqlalchemy+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
>