Skip to content

gigawattio/driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages