bluedruid
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.72latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.72
0.0.61
0.0.11

Package Sidebar

Install

npm i bluedruid

Weekly Downloads

4

Version

0.0.7

License

ISC

Unpacked Size

17.6 kB

Total Files

17

Last publish

Collaborators

  • gokaykucuk