Cool! I added an entry [1] for it to awesome-pharos [2].
Cheers, Julien Links: [1]: https://github.com/pharo-open-documentation/awesome-pharo/pull/56 [2]: https://github.com/pharo-open-documentation/awesome-pharo --- Julien Delplanque Doctorant à l’Université de Lille http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, Avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40 > Le 13 mars 2019 à 03:18, Esteban Maringolo <emaring...@gmail.com> a écrit : > > Hello all, > > I finished polishing the repository a CouchDB client for Pharo that I forked > from an old, and seemingly abandoned, client for VisualWorks. > > I took that code and refactored heavily to use Pharo and Zinc core classes, > and that included renaming the client classes, methods and the strategy used > to map objects to/from JSON. > > It is available at: > https://github.com/eMaringolo/pharo-couchdb > <https://github.com/eMaringolo/pharo-couchdb> > > I'm open to questions or suggestions about this or how to use it. > > Disclaimer: > This is mostly experimental since I'm not using it in production and was done > as a means of exploration of CouchDB itself for a project I'm prospecting. > > There are a lot of features that could be added to the client, and things > that could be refactored further (such as the class side request methods), > but adding that is simple, and the current state provides almost feature > complete coverage. > > Best regards, > > Esteban A. Maringolo