Search found 1 match

by robby_dobby
Wed Apr 20, 2016 3:55 pm
Forum: Common Lisp
Topic: clsql: foreign key not saved in database
Replies: 1
Views: 10487

Re: clsql: foreign key not saved in database

Hello, I see that nobody replied to your post. From your post, it looks like you have an object hierarchy model that you want persisted into your database. This sounds suspiciously like a problem for ORMs to handle. Have a look at CLIKI - ORM for ORM libraries in CL. In short, you have two options: ...