http://docs.python.org/library/sqlite3.html#sqlite3.Connection.create_aggregate
SQLAlchemy can pass you the connection when first created via poollistener:
Then call any function with SQLA using "func.<name>". func.my_standard_deviation_function(xyz)
> --
> 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.
>