class LevelDB::WriteOptions

Defined in:

leveldb/options.cr

Constructors

Instance Method Summary

Instance methods inherited from class LevelDB::Handle(LevelDB::LibLevelDB::WriteOptions)

handle : T handle, handle? : T | Nil handle?

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def close #

[View source]
def finalize #

Finalizer is a safety net. Prefer using with a block or explicit close.


[View source]
def sync=(v : Bool) #

[View source]