ユーザーガイドからhttp://www.dobeash.com/RebDB/db-guide.html
これは私がしました
>> record: make block! []
== []
>> append record 'next
== [next]
>> append record now/date
== [next 13-Sep-2009]
>> append record "test insert date"
== [next 13-Sep-2009 "test insert date"]
>> db-insert my-table record
== [4 13-Sep-2009 "test insert date"]
>>
これを1行で行う短い方法はありますか?