Re: CRUD library

2013-09-30 Thread waynejwerner
On Monday, September 30, 2013 5:14:28 AM UTC-5, AdamKal wrote: > 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 lik

Re: CRUD library

2013-09-30 Thread memilanuk
On 09/30/2013 03:14 AM, AdamKal wrote: Hi, Do you know any library or framework that unifies CRUD somehow. Sounds kind of like the DAL (Data Abstaction Layer/Language) from web2py, perhaps? I think I've heard of it being able to be used outside a regular web2py install... not sure, haven't

CRUD library

2013-09-30 Thread AdamKal
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 collectio