-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathschema.js
18 lines (18 loc) · 937 Bytes
/
schema.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
var schema =
[
[ "Tables, rows and columns", "schema.html#schema_intro", null ],
[ "Column types", "schema.html#schema_column_types", null ],
[ "Format types", "schema.html#schema_format_types", null ],
[ "Key and value formats", "schema.html#schema_key_and_value_formats", null ],
[ "Cursor formats", "schema.html#schema_cursor_formats", null ],
[ "Columns", "schema.html#schema_columns", null ],
[ "Column groups", "schema.html#schema_column_groups", null ],
[ "Indices", "schema.html#schema_indices", null ],
[ "Immutable indices", "schema.html#schema_index_immutable", null ],
[ "Index cursor projections", "schema.html#schema_index_projections", null ],
[ "Code samples", "schema.html#schema_examples", null ],
[ "Key/Value pairs", "keyvalue.html", null ],
[ "Packing and Unpacking Data", "packing.html", [
[ "Code samples", "packing.html#config_examples", null ]
] ]
];