OrmLite Create Table with dynamic Table Name

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!

It’s not built into OrmLite by default, but have a look at this StackOverflow answer for possible solutions.

Styling! Cheers Demis!