habibs wrote:
Frans, thank you for reply.
Do you have plans to embrace NOSQL ? Many RDBMS's today work on adding NOSQL features to their products making them something hybrid, ex: Postgres
For postgres it's a matter whether npgsql is going to support the json type and allows queries on that type, I'm not aware it currently does support the json type (it likely comes in their v3.0 update).
we do have plans to support nosql models, so entity models without a db mapping and nosql models based on an entity model (e.g. in a read-only fashion).