Replies: 1 comment
-
Very interested about this, @leohowell did you find a way? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To avoid a single table becoming too large, I have sharded the database table into 100 smaller tables, with numbered identifiers in the table names, like my_table_001. How can I construct the EntityModel in SeaORM?
Beta Was this translation helpful? Give feedback.
All reactions