Development
-
Database cloning for staging and test environments
Database Cloning During the development of an ERP system, you will need a testing environment. You can create one for scratch, but most of the time you would need some real test data.…
-
Entity Attribute Value
Entity–attribute–value model (EAV) is a data model to encode, in a space-efficient manner, entities where the number of attributes (properties, parameters) that can be used to describe them is potentially vast, but the number that will…