mgo
MongoDB client
A MongoDB driver for Go that allows interaction with the MongoDB NoSQL database
The MongoDB driver for Go. UNMAINTAINED - SEE BELOW
3k stars
78 watching
767 forks
Language: Go
last commit: about 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
globalsign/mgo | A MongoDB driver for Go that provides a set of APIs and features for interacting with MongoDB databases. | 1,973 |
qiniu/qmgo | A Go driver for MongoDB with a simpler interface and more features than the official driver. | 1,327 |
mongodb/mongo-go-driver | A Golang driver that provides a connection to MongoDB databases | 8,200 |
domodwyer/mgo | Provides a Go interface to interact with MongoDB databases | 6 |
mongodb/mongo | A high-performance, NoSQL document-oriented database system written in C++ | 26,503 |
go-sql-driver/mysql | A MySQL driver library for Go's database/sql package | 14,580 |
lib/pq | A Go driver for connecting to Postgres databases using the standard database/sql package | 9,193 |
mongodb/node-mongodb-native | The official Node.js driver for interacting with MongoDB databases | 10,055 |
mattn/go-sqlite3 | A C-based driver that provides an interface to SQLite databases using the Go language. | 8,093 |
gobeam/mongo-go-pagination | Provides pagination functionality for MongoDB queries and aggregation pipelines | 130 |
moovweb/gvm | A tool to manage multiple versions of the Go programming language in a single environment. | 10,422 |
golang-migrate/migrate | Database migration tool written in Go that reads and applies migrations to various databases. | 15,714 |
go-macaron/macaron | A high-productivity web framework built on top of Go | 3,517 |
pressly/goose | A tool for managing changes to a database schema. | 7,307 |
dgraph-io/badger | A fast, embeddable, and persistent key-value database written in Go. | 14,083 |