0.0.7 • Published 4 years ago

bluedruid v0.0.7

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

Bluedruid

Bluedruid is a FaunaDB orm library. The has few aims;

  • Simple accessor or writer functions to use in everyday cases(ex: finding an element by a property)
  • A schema helper that lets us describe the state of the database in a consistent way
  • Making it easier to create complex indexes(ex: autocomplete index)

The focus is not supporting everything fauna package provides, but to rather limit them in a more relational friendly way.

Tutorial

Here will be some steps how to get up and running. Some examples will follow below.

Installation

npm install --save bluedruid

Functions

0.0.7

4 years ago

0.0.6

4 years ago

0.0.1

4 years ago