[Interest] SQLite

André Somers andre at familiesomers.nl
Thu May 28 14:45:58 CEST 2015


md at 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é




More information about the Interest mailing list