By jober
via artfulcode.net
Submitted: May 09 / 14:57
Django has a very handy model method in its database library called get_or_create, which either creates a new record using the keyword arguments passed as field values or gets a record using the arguments passed. Here is a simple way to implement a similar function in lisp.
SaveShareSend
Tags: database, other languages
Add your comment