Documentation for stdnet 0.8.2. For development docs, go here.

Local Models

Stdnet provides a tool for creating and manipulating Model which are not backed by a BackendDataServer but requires an interface similar to StdModel classes.

Creating a model

The primary tool for creating local models is the create_model() API function:

create_model('RedisDb', 'db')

Table Of Contents

Previous topic

Asynchronous usage

Next topic

Backend Servers

This Page