Replies: 1 comment
-
Hi @cwoolum 👋 You can target any table by supplying the table name in the entity config or in the execution options (e.g. |
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
-
We are working on building out a new service and were researching different ORM options. In our research, ElectroDB had the cleanest API and the best TypeScript support. With the model we have, using multiple tables would make more sense for us though.
Is using multiple tables within ElectroDB as simple as setting the table prop on our Entity definitions? What impact does that have on key generation if so?
Beta Was this translation helpful? Give feedback.
All reactions