fukamachi / cl-dbi

Database independent interface for Common Lisp
206 stars 28 forks source link

Add `:format` option to `dbi:fetch` to specify the format for each row #85

Closed fukamachi closed 5 months ago

fukamachi commented 5 months ago

:format has to be one of :plist, :alist, :hash-table, and :values.