SQL packages

Showing projects tagged as Database and SQL

  • gocraft/dbr (database records)

    8.1 5.7 Go
    Additions to Go's database/sql for super fast performance and convenience.
  • xorm

    8.0 0.0 Go
    xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作
  • reform

    7.7 0.0 Go
    A better ORM for Go, based on non-empty interfaces and code generation.
  • godb

    6.8 0.0 Go
    A Go SQL query builder and struct mapper.
  • sqlhooks

    6.7 0.0 Go
    Attach hooks to any database/sql driver
  • grimoire

    4.9 1.8 Go
    Database access layer for golang
  • vertica-sql-go

    4.4 5.6 Go
    Official native Go client for the Vertica Analytics Database.
  • Basic Query Builder

    4.3 7.1 Go
    BQB is a lightweight and easy to use query builder that works with sqlite, mysql, mariadb, postgres, and others.
  • goerd

    2.1 3.1 Go
    Golang PostgreSQL schema migration tool
  • mssql

    0.9 6.7 Go
    Microsoft SQL server adapter for REL written in Golang.
  • Pgtenant

    0.8 0.0 Go
    Automatic multitenant safety in hosted services
  • sqle

    0.7 8.2 Go
    A SQL-first/ORM-like Golang SQL package.
  • Raw SQL builder

    0.3 0.0 Go
    Create raw sql from structs without ORM
  • Golang fixture data loader

    0.2 8.3 Go
    This package will load yaml file, verify if each entity match with local structs of your project and insert rows in your database.