On 08/12/2010 06:56 PM, Guillermo Polito wrote:
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
Some other stuff off the top of my head from SqueakSource.com: - SCouchDB and CouchDB: Two clients for CouchDB. - TokyoTyrant: My binding for TokyoTyrant, possibly worlds fastest single machine key/value store. See: http://goran.krampe.se/blog/Squeak/TokyoTyrant.rdoc - CassandraClient: A binding for Cassandra using Thrift, don't know more. - SqueakSave: An ORM I think, Steph knows more. - SandstoneDB: Not sure, some kind of lightweight ORM I think. And there are tons more, just check "persistence" tag on SS. Also search the old Squeak Swiki for persistence. One thing I am coding on is a binding to Riak, will put it on SS as soon as it can "do anything". :) regards, Göran