Is table partition supported?

Some database have the "partitioning" feature - is this supported in Aurelius?

https://dev.mysql.com/doc/refman/8.0/en/partitioning.html
https://www.postgresql.org/docs/10/ddl-partitioning.html

Aurelius doesn't know anything about partitions. That doesn't prevent you, of course, to manually create and maintain your partitions, using SQL, and let Aurelius know about it as if they were regular tables.