sql server - Create Sql Database Tables from Business Objects -
what best way create sql server tables business objects. example i'm writing application has user object store user information. what's best practice creating tables these objects? create objects first , define database or there tool transform business objects tables?
i'm curious how others doing type of task.
use orm (object-relational mapping) tool, list tools several languages can found here: http://en.wikipedia.org/wiki/list_of_object-relational_mapping_software
Comments
Post a Comment