• Overview
  • Node.js QuickStart
  • No Persistence example (entirely synchronous and in memory) :
  • Autosave/autoload quickstart with default LokiFsAdapter (async i/o) :
  • An example using fastest and most scalable LokiFsStructuredAdapter (for nodejs) might look like :
  • Web QuickStart
  • Example constructing loki for in-memory only or manual save/load (with default localStorage adapter) :
  • Example constructing loki for autoload/autosave (with default localStorage adapter) :
  • Example using more scalable LokiIndexedAdapter :
  • An example using the LokiPartitioningAdapter along with LokiIndexedAdapter might appear as :
  • Description of LokiNativescriptAdapter
  • Simple Example of using LokiNativescriptAdapter :
  • Configuring persistence adapters
  • Autosave, Autoload and close()
  • Autosave example
  • Autosave with autoload example
  • Save throttling and persistence contention management
  • Creating your own Loki Persistence Adapters
  • Creating your own 'Basic' persistence adapter
  • Creating your own 'Reference Mode' persistence adapter
  • LokiPartitioningAdapter
  • LokiMemoryAdapter
  • 'Rolling your own' structured serialization mechanism
  • Detailed LokiIndexedAdapter Description
  • Simple Example of using LokiIndexedAdapter (for browser environments) :
  • Loki Indexed adapter interface
  • Full Examples of using loki indexed adapter
  • Examples of using loki Indexed adapter from console