Re: allegro cl installer -- A.I built in, all the way DOWN



(message (Hello 'Bill)
(you :wrote :on '(Sun, 29 Oct 2006 19:33:49 -0500))
(

BA> DEF-VIEW-CLASS isn't only for schema generation. You can also use it
BA> as to map between an already-defined database and your classes. IMO,
BA> the automatic table generation stuff should only be used for testing
BA> anyway. Play with CREATE-VIEW-CLASS until your code is working, then
BA> use a "create table" SQL command to define the schema you're going to
BA> use, with any optimizations and delete cascade stuff included.

however Ystok SQL
(http://www.lispworks.com/success-stories/ystok-tournament.html) does offer
foriegn-key constraint specification with on-update and on-delete policy
specification (they offer kinda same interface as Lispworks'). so i think
_their_ SQL wrappers can be used not only for testing, but for real work..

)
(With-best-regards '(Alex Mizrahi) :aka 'killer_storm)
"People who lust for the Feel of keys on their fingertips (c) Inity")


.