# README
go-mongoqb
How to Use
package main
import (
"github.com/gokultp/go-mongoqb"
"fmt"
)
func main() {
qb := mongoqb.NewQueryBuilder().
Eq("name", "gokul").
Gt("age", 27)
fmt.Println(qb.Build())
}
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author