Versions in this module Expand all Collapse all v1 v1.0.2 Jun 10, 2023 Changes in this version + var DefaultIteratorOptions = IteratorOptions + var DefaultOptions = Options + var DefaultWriteBatchOptions = WriteBatchOptions + type IndexerType = int8 + const ART + const Btree + type IteratorOptions struct + Prefix []byte + Reverse bool + type Options struct + DataFileSize int64 + DirPath string + IndexType IndexerType + SyncWrite bool + type TcpServerConfiguration struct + Host string + MaxClients int + Port int + var Configuration *TcpServerConfiguration + func Init() *TcpServerConfiguration + type WriteBatchOptions struct + MaxBatchNum uint + SyncWrites bool