DBSpecification
Represents the specification for a database connection.
Attributes:
path (str): Path to the database.
This field specifies the path to the database file or server.
client (str): One of available database clients.
This field specifies the database client to be used for the connection.
The available options are "Default", "Postgres", "Redis", "SQLite", and "TinyDB".
Defaults to "Default".