fukamachi / cl-dbi

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

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

Closed fukamachi closed 3 months ago

fukamachi commented 3 months ago

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