m...@rpzdesign.com schreef op 28-5-2015 om 14:33: > Simple, Store json documents in a Text Field. > > Study all the NOSQL implementations (Mongo,Couchbase,etc) and then > connect the dots between SQLITE and NOSQL. > > Avoid SCHEMA or reduce to SCHEMA to minimal levels where you do not > need "Versions" and upgrades. > > Think NOW about the FUTURE and hedge. Sounds like you might as well store a bunch of json documents on disk then. You throw away all the benefits of using a database in the first place if you ask me. An instead of schema updates, you still need to support updates to your json file format/contents, so I don't see how you gain much.
André _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest