Next | Pigs in Space | 26 |
Typical Moonpig storage use case:
Send a heartbeat event to the ledger
Solution:
SQLite table with two columns:
Primary key is the ledger's GUID
And then a copy of the ledger, frozen via Storable
Don't barf, this worked beautifully
Using an ORM would probably have taken six months longer
Storing all data in an RDB without ORM, we would not have finished at all
Next | Copyright © 2013 M. J. Dominus |