AbstractAbstractappendAppend information about a zone in the database.
AbstractdeleteDelete information about a zone in the database.
AbstractgetRetrieve information about a zone in the database.
The name of the zone to retrieve
OptionalrType: TThe record type to retrieve. If not provided, all records in the zone should be retrieved.
Abstractset
A store is a database that stores information about zones.
Stores can take any form, from a simple in-memory store to a store that persists data to disk. They don't necessarily need to have any formal database backing them, but they should be able to deterministically store and retrieve data and resolve wildcard records.