DeadNinja@lemmy.world to SQL - any and all@lemmy.world · edit-23 years agoSQL Dev learning MongoDBlemmy.worldimagemessage-square50linkfedilinkarrow-up1290arrow-down111file-text
arrow-up1279arrow-down1imageSQL Dev learning MongoDBlemmy.worldDeadNinja@lemmy.world to SQL - any and all@lemmy.world · edit-23 years agomessage-square50linkfedilinkfile-text
minus-squareAlien Nathan Edward@lemm.eelinkfedilinkarrow-up7arrow-down1·edit-23 years ago We just got a ticket in, our users need several new fields in the user table Relational virgin: NNNNNOOOOOO I’ll need this sprint to modify the user table and write the etl script NoSQL Chad: private String newField1; private boolean newField2; private Object newField3; //And now, I close the ticket and go get lunch beers.
minus-squarer_se_random@sh.itjust.workslinkfedilinkarrow-up1·edit-23 years agoYou do know that a large majority of SQL flavours support JSON columns?
Relational virgin:
NNNNNOOOOOO I’ll need this sprint to modify the user table and write the etl script
NoSQL Chad:
private String newField1;
private boolean newField2;
private Object newField3;
//And now, I close the ticket and go get lunch beers.
You do know that a large majority of SQL flavours support JSON columns?