open(dbname, mode = 0666) -> SDBM
open(dbname, mode = 0666) {|db| ... } -> object
dbname で指定したデータベースをモードを mode に設定してオープンします。