SqliteContext

class stencila.SqliteContext(*args, **kwargs)[source]
compile(operation)[source]

Compile an operation

Returns:A dictionary with messages and a compiled operation
execute(operation)[source]
pack(data, max_rows=30)[source]

Pack data into a data package or data pointer

Currently this context only deals with tables and chooses to create a package or a pointer based on the number of rows in the table

Parameters:data – Name of the table to pack
unpack(packed, name)[source]
fetch(name, options={})[source]
spec = {'client': 'ContextHttpClient', 'name': 'SqliteContext'}