Get

How to get Record content and information.

Get Record From Tag

db.get('tag')
Parameter
About
Type
Required

tag

The Record's tag

String

Get Record Information

Content

await db.read('tag')

Path

db.locate('tag')
Parameter
About
Type
Required

tag

Record's tag

string

Tag

db.get('tag').tag

Get Database Name

circle-info

Names are derived from the directory's base name or can manually be set in config object when initializing.

Get Record from Value

circle-exclamation
Parameter
About
Type
Required

value

The value to get from

String

exact

Exact match?

Boolean

Check if a Record exists

circle-info

This will only return true or false.

Parameter
About
Type
Required

tag

The tag to check for

String

Get All Records

Parameter
About
Type
Required

options.tagOnly

Set to true to return an array of tags instead of Records

Boolean

options.limit

Max results

Number

options.filter

Filter results

Function

Last updated