assetdb

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2023 License: Apache-2.0 Imports: 3 Imported by: 5

README

asset-db

GoDoc License Contribute Yes

Chat on Discord Follow on Twitter

This repository offers services and repositories to interact with an asset database. It aims to foster the development of an ecosystem of scanning tools, allowing them to store assets (from open-asset-model and their relationships.

Contributing

If you have interest in contributing, please refer to the contributing doc

Documentation

Overview

Package assetdb provides a service to interacting with an asset database.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(dbType repository.DBType, dsn string) *assetDB

New creates a new assetDB instance. It initializes the asset database with the specified database type and DSN.

Types

This section is empty.

Directories

Path Synopsis
migrations
postgres
Integrates with migration tools recognizing the standard "migrate up" and "migrate down" annotations, simplifying asset database schema management and rollbacks in Postgres.
Integrates with migration tools recognizing the standard "migrate up" and "migrate down" annotations, simplifying asset database schema management and rollbacks in Postgres.
sqlite3
Integrates with migration tools recognizing the standard "migrate up" and "migrate down" annotations, simplifying asset database schema management and rollbacks in SQLite3.
Integrates with migration tools recognizing the standard "migrate up" and "migrate down" annotations, simplifying asset database schema management and rollbacks in SQLite3.
Package repository provides a database repository implementation for managing assets and relations.
Package repository provides a database repository implementation for managing assets and relations.
Package types provides types that represent models in databases but are not tied to a specific database implementation.
Package types provides types that represent models in databases but are not tied to a specific database implementation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL