$ cnpm install @platform/cell.schema
URI and database schemas for the CellOS
.
yarn add @platform/cell.schema
See Schema.uri
for URI helpers.
KIND URI DESCRIPTION
---------------------------------------------------------------------------------------------------------------------------------
Namespace ns:<id> A set of cells/row/columns that exist in the same logical-space (aka "table" or "sheet").
Cell cell:<ns>!<A1> A single cell (the core primitive data-structure of CellOS).
Row row:<ns>!<1> Meta-data for a single "row" within a namespace.
Column col:<ns>!<A> Meta-data for a single "column" within a namespace.
File file:<ns>.<id> A binary file.
See @platform/cell.db for database model implementation.
Copyright 2014 - 2017 © taobao.org |