dal-go / dalgo2sql

SQL adapter for DALgo - a DB abstraction layer in Go

Home Page:https://github.com/strongo/dalgo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dalgo2sql

SQL adapter for DALgo - a Database Abstraction Layer in Go.

Status

Lint, Vet, Build, Test Go Report Card GoDoc

Usage

go get github.com/dal-go/dalgo2sql

End2end - is a separate module

For end-to-end testing a SQLite driver is used. To avoid bringing a dependency to SQLite into the consumers of dalgo2sql, the end2end tests are in a separate module.

This is an unusual approach, as usually you would want to bring dependency to underlying driver with a dalgo adapter. But this is not a case for this adapter as database/sql that is referenced by dalgo2sql is an abstraction layer and consumer is free to choose the underlying driver.

License

Free to use and open source under MIT License.

About

SQL adapter for DALgo - a DB abstraction layer in Go

https://github.com/strongo/dalgo

License:MIT License


Languages

Language:Go 100.0%