Skip to content

Olivine-Labs/lusty-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lusty-store

add storage handler publising to your context. this will publish to whatever storage handlers need to respond (such as lusty-store-mongo).

Require it in your config:

local config = {
  --...
  context = {
    ['lusty-store.context.store'] = { }
  }
  -...
}

call it:

context.store({ })

License

Copyright 2013 Olivine Labs, LLC. MIT licensed. See LICENSE file for details.