Skip to content

core-go/firestore

Repository files navigation

Firestore

Simplified Database Operations

  • simplify common database operations, such as CRUD (Create, Read, Update, Delete) operations, transactions, and batch processing

Reduced Boilerplate Code

  • reduce boilerplate code associated with database interactions, allowing developers to focus more on application logic rather than low-level database handling

Some advantage features

Generic Repository (CRUD repository)

Search Repository

Dynamic query builder

For batch job

  • Creator
  • Updater
  • Writer
  • StreamCreator
  • StreamUpdater
  • StreamWriter
  • BatchCreator
  • BatchUpdater
  • BatchWriter

Export Service to export data

Firestore Health Check

Passcode Adapter

Field Loader

Installation

Please make sure to initialize a Go module before installing core-go/firestore:

go get -u github.com/core-go/firestore

Import:

import "github.com/core-go/firestore"