Skip to content

core-go/firestore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d8790d4 · Jul 13, 2024

History

37 Commits
Jun 29, 2024
Jun 29, 2024
Jun 23, 2024
Jun 29, 2024
Jun 2, 2024
Jun 23, 2024
Apr 14, 2024
Apr 14, 2024
Jun 29, 2024
Jun 29, 2024
Jun 29, 2024
May 15, 2021
Jul 13, 2024
Jul 13, 2024
Jul 13, 2024
Jun 23, 2024
May 21, 2023
Jun 23, 2024
Jun 23, 2024
Jun 23, 2024

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"