Tilde Friends
Database Interface

Typedefs

typedef struct JSContext JSContext
 

Functions

void tf_database_register (JSContext *context)
 

Detailed Description

Exposes a key-value store interface to script.

Typedef Documentation

◆ JSContext

typedef struct JSContext JSContext

A JS context.

Function Documentation

◆ tf_database_register()

void tf_database_register ( JSContext context)

Register the database script interface.

Parameters
contextThe JS context.