The key-value database connector interface.
Close the database.
Create a table in the database.
The name of the table to create.
Get the table connector for a table in the database.
The name of the table to get the connector for.
Check if a table exists in the database.
True if the table exists, false otherwise.
Open the database and run a migration on it if necessary.
The key-value database connector interface.