0.2.2 • Published 7 months ago

fireborm v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

FireBorm

A Firebase ORM-like wrapper, inspired by packages like sequelize and mongoose

TL;DR: Check the example to initialize FireBorm.

Why?

Using the firebase sdk to fetch data from Firestore and transform it to the model we use on the apps can sometimes be verbose.

This package solves this issue using an approach inspired in sequelize or mongoose.

Stores

Each Store corresponds to a collection.

You declare each store by calling fireborm.initializeStore() and providing the arguments.

More information about the arguments, and the class returned will be added soon.

Storages

Each Storage corresponds to a collection.

You declare each storage by calling fireborm.initializeStorage() and providing the arguments.

More information about the arguments, and the class returned will be added soon.

0.2.1

7 months ago

0.2.0

7 months ago

0.2.2

7 months ago

0.1.2

8 months ago

0.1.3

8 months ago

0.1.5

8 months ago

0.1.0

9 months ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago