vasern / vasern

Vasern is a fast, lightweight and open source data storage for React Native

Home Page:https://vasern.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functions names

RichardFevrier opened this issue · comments

A way to attract more people here, could be to rename all the functions of the library to match the ones from Firebase.

Example:

Queryable.filter({ completed: true }); --> Queryable.where({ completed: true });