An open API service indexing awesome lists of open source software.

https://github.com/theopenlane/dbx

helper and utility package for working with databases (including ent db, pgdb, sqlite, etc.)
https://github.com/theopenlane/dbx

db go golang golang-library libsql psql

Last synced: 7 months ago
JSON representation

helper and utility package for working with databases (including ent db, pgdb, sqlite, etc.)

Awesome Lists containing this project

README

          

[![Build status](https://badge.buildkite.com/b6d191ab8b5f264c6b30aec6ead714213ce7e156cc76579345.svg)](https://buildkite.com/theopenlane/dbx)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=theopenlane_dbx&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=theopenlane_dbx)
[![Go Reference](https://pkg.go.dev/badge/github.com/theopenlane/dbx.svg)](https://pkg.go.dev/github.com/theopenlane/dbx)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache2.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0)
[![Go Report Card](https://goreportcard.com/badge/github.com/theopenlane/dbx)](https://goreportcard.com/report/github.com/theopenlane/dbx)

# dbx

`dbx` is a library which provides helpers and interfaces for interacting with databases.

## Developing

Setup [Taskfile](https://taskfile.dev/installation/) by following the instructions and using one of the various convenient package managers or installation scripts. After installation, you can then simply run `task install` to load the associated dependencies. Nearly everything in this repository assumes you already have a local golang environment setup so this is not included. Please see the associated documentation.

## Contributing

See the [contributing](.github/CONTRIBUTING.md) guide for more information