This is a migrated thread and some comments may be shown as answers.

Data Migrations?

1 Answer 97 Views
Getting Started
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Anshul
Top achievements
Rank 1
Anshul asked on 14 Nov 2014, 05:51 AM
Does Telerik Data Access support data migrations? Or does it only support schema migration?

By data migration I mean being able to carry data to be stored in a database table, for example within a data model or some other kind of file such that it can go across source control and contained as a part of the solution? This is a similar concept to the way migrations work in Rails, such that each migration has an Up() and Down() method signifying inserting and deleting of the data. And is there a way the data can be versioned using the name of the class like in Rails?

1 Answer, 1 is accepted

Sort by
0
Viktor Zhivkov
Telerik team
answered on 17 Nov 2014, 04:52 PM
Hello Anshul,

Currently Telerik Data Access supports only schema migrations and not data migrations.
You are welcome to post a feature request in our Ideas and Feedback portal and gather supporters for it. 
I believe currently there is sufficient API that will allow you to build data migration layer on top of our CRUD operations to fulfill scenarios where such migrations are necessary.
If you need any assistance in that direction feel free to contact us with your questions.

Regards,
Viktor Zhivkov
Telerik
 
OpenAccess ORM is now Telerik Data Access. For more information on the new names, please, check out the Telerik Product Map.
 
Tags
Getting Started
Asked by
Anshul
Top achievements
Rank 1
Answers by
Viktor Zhivkov
Telerik team
Share this question
or