Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I use ReStore to interface to an existing Relational Database?

0
Posted

Can I use ReStore to interface to an existing Relational Database?

0

Possibly. However, using an existing Relational Database design as the basis of your Smalltalk object model may not be a good idea – if the relational design does not map well to Smalltalk objects, the resulting code can be inefficient, awkward to develop and difficult to maintain. This is why ReStore takes your Smalltalk code as the starting point, and generates the database schema from there. This results in a clear, consistent structure that is both intelligible as a relational database and maps well to a Smalltalk object model. Having said that, ReStore is configurable in a number of ways beyond its default behaviour, and has been developed with future extensibility in this direction in mind. If you have specific requirements in this direction, please contact us.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123