0.0.3 • Published 3 years ago

@fireflyjs/base v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

GitHub issues Size

Pre-commit License

All Contributors

About The Project

Product Name Screen Shot

FireflyJS is an object document model(ODM) library for Firestore. It aims to ease the process of developing applications using Firestore by providing robust validation of data, exposing a multitude of ways to query, add, etc.

Built With

Features

  • Define a schema for your data and add a multitude of operations before adding data to the database.
  • Written completely in TypeScript. Get intelligent intellisense and speed up your development workflow.
  • Easy to pick up, with a syntax inspired from popular libraries like Mongoose and Yup.
  • Query data like a pro! With methods like findById, findOne, etc.
  • Add and update data made easy and safe with proper validation, data transformation according to your defined schema and much more!

Getting Started

Coming Soon!

For now, you can refer tests for usage and examples as we are still developing the npm package.

Documentation

Inline documentation for all methods is available in the codebase. Documentation website is in the works. Stay Tuned :)

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

0.0.3

3 years ago