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.)
- Host: GitHub
- URL: https://github.com/theopenlane/dbx
- Owner: theopenlane
- License: apache-2.0
- Created: 2024-08-25T17:31:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T01:26:21.000Z (about 1 year ago)
- Last Synced: 2025-02-06T14:48:46.030Z (about 1 year ago)
- Topics: db, go, golang, golang-library, libsql, psql
- Language: Go
- Homepage:
- Size: 574 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://buildkite.com/theopenlane/dbx)
[](https://sonarcloud.io/summary/new_code?id=theopenlane_dbx)
[](https://pkg.go.dev/github.com/theopenlane/dbx)
[](https://opensource.org/licenses/Apache-2.0)
[](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