How do you build extensible data model

前端 未结 5 543
离开以前
离开以前 2020-12-16 07:30

I\'m thinking of building a ecommerce application with an extensible data model using NHibernate and Fluent NHibernate. By having an extensible data model, I have the abilit

5条回答
  •  孤街浪徒
    2020-12-16 08:06

    Another option is to use Non-relationnal Databases which are typically suited for this kind of things.

    NOSQL databases(couchDB, mongoDB, cassandre...) let you define dynamically your propretyfields, you could add fields to your product class whenever you want.

提交回复
热议问题