@platform/cell.schema
Version:
URI and database schemas for the `cell.os`.
44 lines (29 loc) • 1.66 kB
Markdown

[](https://opensource.org/licenses/MIT)
[](https://www.npmjs.com/package/@platform/cell.schema)

URI and database schemas for the `CellOS`.
## Setup
yarn add @platform/cell.schema
<p> </p>
## URI Scheme
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.
```
<p> </p>
<p> </p>

<p> </p>
<p> </p>
## URI to DB Mapping (Path)
See [@platform/cell.db](../cell.db) for database model implementation.

<p> </p>
<p> </p>