dodb.cr/src/dodb/no_index.cr
Luka Vandervelden 9990a3ac1b DODB.no_index, Storage#new_nilable_index.
The APIs are still a bit experimental at this point, but the feature is
very likely to stay.
2020-07-15 17:19:27 +02:00

9 lines
80 B
Crystal

class DODB::NoIndex
end
module DODB
class_getter no_index = NoIndex.new
end