ReStoreForPharo
ReStoreForPharo copied to clipboard
Relational database persistence for Pharo objects
Thank you for making ReStore, it is very simple to use! I'm looking through the documentation and there is something that confuses me. The below code snippet is used to...
Hi - the ZnHeader class (part of the Zinc http library) can/does hold strings as keys but a variety of objects as values (e.g. ZnMimeType, Integer, String). Which all can...
I've made a #reStoreDefinition for ZnUrl, OrderedDictionary, & ZnMultivalueDictionary. Is there a place you'd want to collect those so other people don't have to make their own?
do you think is it possible to save myObject(many ivars) as a text representation (json, ston) in a column of a table? imagine a table like the following TABLE MyObject(representation...
SSWSQLDialect>>#dateAndTimeStringFor: #dateStringFor: and #timeStringFor: send an undefined message
Hi. Is there any plan to support [Magritte](https://github.com/magritte-metamodel/magritte) definitions as an alternative to the class side `reStoreDefinition`? I didn't use your project yet, but I find it simple and interesting....