Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

OODB in Rebol/XML

 [1/1] from: tim::johnsons-web::com at: 1-Nov-2002 9:15


Hello Miguel: * miguel lopez <[mlo--info--fundp--ac--be]> [021101 08:42]:
> Thank you for your answer. > I knew this driver.
And I believe that DocKimbel is also working on a PostreSQL driver as well.
> But I read that rebol is(has?) also a storage format like xml. Does it exist a > middleware which consists on a persistent mechanism?
If I understand your question: 1)Python has "pickling", I believe, which allows storage of literal data structures. 2)Rebol has 'save which stores data structures as literal rebol "code" Try this: save %test.txt ["one" 2 3.0 ["two" http://www.rebol.com]] ; okay, now using a text editor, have a look at the ; file. ; .... ; Now do this load %test.txt ; and see what you get As for 'xml, I believe that others in this ML have done work with xml data structures. If not ask me again in a couple of months... :-) -- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com http://www.johnsons-web.com