0.3.0 • Published 8 years ago

yarnball v0.3.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

yarnball (alpha)

A simple schema-less graph-based database library and command-line tool.

This project is a work-in-progress.

Installation

npm install yarnball -g

Commands

init

Initialize a Yarnball repository in the given directory.

status

Get statistics about the repository.

node

Generates a new node, i.e. a universally unique random 16 bytes.

nodes

List all nodes.

name \<name> node

Assign a name to a node

unname \<node>

Un-assign a name to a node

names

List all names

link \<from> \<via> \<to>

Set a link

unlink \<from> \<via> \<to>

Un-set a link.

links

List all links.

query from to

Perform a query.

list

Get or set a list.

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago