a good 'OR mapper' for clisp?

  • Follow


Anyone know of a good Object relational mapper such as java hibernate
for CL?
0
Reply gavcomedy (1610) 3/21/2008 4:17:41 PM

 g> Anyone know of a good Object relational mapper such as java hibernate
 g> for CL?

you mean object persistence? then check Elephant: 
http://common-lisp.net/project/elephant/ 


0
Reply udodenko (1040) 3/21/2008 4:39:41 PM


On Mar 21, 5:17 pm, gavino <gavcom...@gmail.com> wrote:
> Anyone know of a good Object relational mapper such as java hibernate
> for CL?

CL-Perec is an ORM, but I'd advise you to use a real persistency
solution, i.e. Elephant.

  Leslie
0
Reply leslie.polzer (141) 3/21/2008 4:47:19 PM

On Mar 21, 9:39=A0am, "Alex Mizrahi" <udode...@users.sourceforge.net>
wrote:
> =A0g> Anyone know of a good Object relational mapper such as java hibernat=
e
> =A0g> for CL?
>
> you mean object persistence? then check Elephant:http://common-lisp.net/pr=
oject/elephant/

But can this be used by someone who can't hack his way out of a wet
paper bag?

You probably need to be able to understand and follow directions just
to install the thing.

0
Reply kkylheku (2499) 3/22/2008 4:16:07 AM

On Mar 21, 9:16 pm, Kaz Kylheku <kkylh...@gmail.com> wrote:
> On Mar 21, 9:39 am, "Alex Mizrahi" <udode...@users.sourceforge.net>
> wrote:
>
> >  g> Anyone know of a good Object relational mapper such as java hibernate
> >  g> for CL?
>
> > you mean object persistence? then check Elephant:http://common-lisp.net/project/elephant/
>
> But can this be used by someone who can't hack his way out of a wet
> paper bag?
>
> You probably need to be able to understand and follow directions just
> to install the thing.

uh who are you?

(dfun enjoy (mydick inches yourmom)
   (* dick (* 8 inches) yourmom))
0
Reply gavcomedy (1610) 3/22/2008 4:41:30 AM

On Mar 21, 9:47 am, "Leslie P. Polzer" <leslie.pol...@gmx.net> wrote:
> On Mar 21, 5:17 pm, gavino <gavcom...@gmail.com> wrote:
>
> > Anyone know of a good Object relational mapper such as java hibernate
> > for CL?
>
> CL-Perec is an ORM, but I'd advise you to use a real persistency
> solution, i.e. Elephant.
>
>   Leslie

wow elephant looks amazing
0
Reply gavcomedy (1610) 3/22/2008 4:45:52 AM

 ??>> you mean object persistence? then check 
Elephant:http://common-lisp.net/project/elephant/

 KK> But can this be used by someone who can't hack his way out of a wet
 KK> paper bag?

 KK> You probably need to be able to understand and follow directions just
 KK> to install the thing.

i'm now working on a solution that requires minimal amount of brains 


0
Reply udodenko (1040) 3/22/2008 8:11:41 AM

6 Replies
34 Views

(page loaded in 0.205 seconds)

Similiar Articles:













7/27/2012 1:00:06 PM


Reply: