chaitanyagupta / zorm

Common Lisp ORM for PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow column updates directly in the database

chaitanyagupta opened this issue · comments

Like Django's F expressions, there needs to be a construct that allows columns to be updated in the database directly.