package
3.1.581+incompatible
Repository: https://github.com/blacktop/ipsw.git
Documentation: pkg.go.dev

# Functions

NewInMemory creates a new in-memory database.
NewPostgres creates a new Postgres database.
NewSqlite creates a new Sqlite database.

# Structs

Memory is a database that stores data in memory.
Postgres is a database that stores data in a Postgres database.
Sqlite is a database that stores data in a sqlite database.

# Interfaces

Database is the interface that wraps the basic database operations.