This package has been deprecated

Author message:

pre-release module deprecation

@platform/cell.schema
TypeScript icon, indicating that this package has built-in type declarations

0.5.106 • Public • Published

Module License: MIT NPM banner

URI and database schemas for the CellOS.

Setup

yarn add @platform/cell.schema

 

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.

 

 

diagram

 

 

URI to DB Mapping (Path)

See @platform/cell.db for database model implementation.

diagram

 

 

Readme

Keywords

none

Package Sidebar

Install

npm i @platform/cell.schema

Weekly Downloads

27

Version

0.5.106

License

MIT

Unpacked Size

255 kB

Total Files

142

Last publish

Collaborators

  • philcockfield