/driver

SQL Driver Abstraction Library

Primary LanguageGoMIT LicenseMIT

driver

Documentation Build Status Report Card

About

This package includes both abstract interfaces and concrete implementations for relational databases.

Created by Jay Taylor and used by Gigawatt.

What's inclduded

  • Abstract DB drver interface

  • Gorm DB implementation (supports Postgres, MySQL, SQLite, and more)

  • Abstract queue driver interface

  • Kafka queue driver implementation

Requirements

  • Go version 1.6 or newer
  • Locally running postgres database for running the unit-tests.

Running the test suite

go test ./...

License

Permissive MIT license, see the LICENSE file for more information.