Luka Vandervelden
9990a3ac1b
The APIs are still a bit experimental at this point, but the feature is very likely to stay.
9 lines
80 B
Crystal
9 lines
80 B
Crystal
|
|
class DODB::NoIndex
|
|
end
|
|
|
|
module DODB
|
|
class_getter no_index = NoIndex.new
|
|
end
|
|
|