Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #55060
| 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 | <e42e2fa7-6a25-4338-b86f-b5148ceb6537@googlegroups.com> (permalink) |
| Subject | CRUD library |
| From | AdamKal <adamkalinski@gmail.com> |
| 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 |
Show key headers only | View raw
Hi, Do you know any library or framework that unifies CRUD somehow. Maybe I'll describe my problem: I have a application that uses many external services and processes them together. 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. I've started to work on my own library for that but I wouldn't like to do something that someone has done already. Do you know any such library/framework? Do you think that it makes any sense at all? regards, Adam
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
CRUD library AdamKal <adamkalinski@gmail.com> - 2013-09-30 03:14 -0700 Re: CRUD library memilanuk <memilanuk@gmail.com> - 2013-09-30 05:06 -0700 Re: CRUD library waynejwerner@gmail.com - 2013-09-30 12:33 -0700
csiph-web