Hello,
I was looking through the OrmLite API but couldn’t find an obvious way to create a new Table based off of a Poco but has a dynamic table name.
What I am trying to achieve is the creation of a Table with some sort of prefix / suffix but use OrmLite for all CRUD operations. These tables would live for a short time but I want to achieve some sort of sharding almost.
Thanks!