Fewer

Fewer

  • Getting Started
  • API
  • Github
  • Help

›Introduction

Introduction

  • Getting Started
  • Installation
  • Create an Association

Adapters

  • Postgres Adapter
  • MySQL Adapter

Advanced Topics

  • Multiple Databases

API Reference

  • API Reference
  • Database
  • Repository
  • Associations
  • Custom Pipes

Installation

To install the latest version of fewer:

npm install fewer

You'll likely also want to globally install the CLI to help scaffold things out:

npm install @fewer/cli --global

Complementary Packages

The core fewer package includes the basic functionality needed to interact with your database, but you'll likely want one of the pre-built helper packages to take care of common functionality.

npm install @fewer/validations # A collection of pipes that handle common model validation use-cases.
npm install @fewer/virtuals # Support for adding virtuals and custom methods to models.
npm install @fewer/hashed-field # Automatically handle hashing fields.
← Getting StartedNext →
Fewer
Docs
Getting Started (or other categories)Guides (or other categories)API Reference (or other categories)
Community
Stack OverflowProject ChatTwitter
More
GitHubStar
Copyright © 2019