package
0.8.1
Repository: https://github.com/owasp-amass/asset-db.git
Documentation: pkg.go.dev

# Functions

New creates a new instance of the asset database repository.

# Constants

Postgres represents the PostgreSQL database type.
SQLite represents the SQLite database type.

# Structs

Asset represents an asset stored in the database.
Relation represents a relationship between two assets stored in the database.

# Interfaces

Repository defines the methods for interacting with the asset database.

# Type aliases

DBType represents the type of the database.