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

berkeley db?

 [1/3] from: koopmans::itr::ing::nl at: 7-Nov-2001 17:32


Hi, Has anybody done something on integrating Berkeley DB from sleepy cat into Rebol? --Maarten

 [2/3] from: jasonic:panix at: 7-Nov-2001 18:50


> Has anybody done something on integrating Berkeley DB from sleepy cat into > Rebol?
Great idea! I have used it with Python/Zope and really liked it. Maybe helpful towards a REBOL binding... http://www.sleepycat.com/ http://pybsddb.sourceforge.net/ - Jason

 [3/3] from: greggirwin:mindspring at: 7-Nov-2001 17:57


Hi All, I haven't looked at it at all, but I did just need to map some DLL declarations for something so I wrote a quick and dirty generator that takes a C function spec (hard coded to parse my known requirement right now) and generates the make routine! stuff for REBOL. If someone wants to send me a header file, I can look at modifying it, or I can send it to anyone else that's interested. --Gregg