Awesome Go Database Libraries

  • badger badger 12,961
    star
    updated 5 months ago Apache License 2.0

    Fast key-value DB in Go.

  • bolt bolt 13,885
    star
    updated about 6 years ago MIT License

    An embedded key/value database for Go.

  • cockroach cockroach 29,054
    star
    updated 10 days ago Other

    CockroachDB - the open source, cloud-native distributed SQL database.

  • dateparse dateparse 1,988
    star
    updated 4 months ago MIT License

    GoLang Parse many date strings without knowing format in advance.

  • db db 3,476
    star
    updated about 2 months ago MIT License

    Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.

  • gocb gocb 356
    star
    updated about 2 months ago Apache License 2.0

    The Couchbase Go SDK

  • updated 25 days ago Other

    Sql mock driver for golang to test database interactions

  • influxdb influxdb 27,320
    star
    updated 2 months ago Apache License 2.0

    Scalable datastore for metrics, events, and real-time analytics

  • migrate migrate 13,734
    star
    updated about 1 month ago Other

    Database migrations. CLI and Golang library.

  • pg pg 5,568
    star
    updated about 1 month ago BSD 2-Clause "Sim...

    Golang ORM with focus on PostgreSQL features and performance

  • pq pq 8,665
    star
    updated about 2 months ago MIT License

    Pure Go Postgres driver for database/sql

  • raft raft 7,383
    star
    updated 8 months ago Mozilla Public Li...

    Golang implementation of the Raft consensus protocol

  • sqlx sqlx 15,199
    star
    updated about 2 months ago MIT License

    general purpose extensions to golang's database/sql