R
R
Ru6aKa2020-12-13 02:30:11
ORM
Ru6aKa, 2020-12-13 02:30:11

Are there any ORMs with the ability to generate a schema from the structure of an existing database?

Are there any other ORMs besides the perl ORM DBIx::Class with the ability to generate a schema from the structure of an existing database?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2020-12-13
@vabka

Specify for which ORM language.
I know for sure that sharpovve Entity Framework and linq2db are able to generate classes from an existing database.

L
Leonid, 2020-12-13
@caballero

ORMs are generated for a specific language, even for a specific framework. In dotenet for example it is possible.
depends on what structure is needed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question