KV Playground

Back to the Solid State KV Docs

const snippet = async () => {
  let db = {'cool': 'object'}
  return db
}

return await snippet()