X-Received: by 10.224.125.72 with SMTP id x8mr10728938qar.5.1380536068638; Mon, 30 Sep 2013 03:14:28 -0700 (PDT) X-Received: by 10.50.73.132 with SMTP id l4mr435304igv.0.1380536068604; Mon, 30 Sep 2013 03:14:28 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!q9no395619qas.0!news-out.google.com!9ni803qaf.0!nntp.google.com!q9no395611qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Mon, 30 Sep 2013 03:14:28 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c10:2d22:5:24de:4337:e81f:5cac; posting-account=6IsLuwoAAAAFUcBgNy5FH27AjfmglMf6 NNTP-Posting-Host: 2a02:c10:2d22:5:24de:4337:e81f:5cac User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: CRUD library From: AdamKal Injection-Date: Mon, 30 Sep 2013 10:14:28 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.python:55060 Hi,=20 Do you know any library or framework that unifies CRUD somehow.=20 Maybe I'll describe my problem: I have a application that uses many external services and processes them to= gether. This are things like web services and DB and so on. In the REST era= we usually operate on object and collections of objects (like in django's = ORM) but have different source behind them. My idea was that there might be= somewhere a unified abstraction layer that would require from programmers = to write the CRUD methods and handle object creation and management (maybe = even relations?) by itself.=20 I've started to work on my own library for that but I wouldn't like to do s= omething that someone has done already.=20 Do you know any such library/framework? Do you think that it makes any sense at all? regards,=20 Adam