3.1.1 • Published 6 years ago

clay-id v3.1.1

Weekly downloads
397
License
Apache-2.0
Repository
github
Last release
6 years ago

Build Status npm Version JS Standard

Id generator for ClayDB

Installation

$ npm install clay-id --save

Usage

'use strict'

const clayId = require('clay-id')

let id01 = clayId()

{
  let myEntity = {
    id: id01,
    foo: 'bar'
  }
  /* ... */
}

API Guide

License

This software is released under the Apache-2.0 License.

Links