# Functions
Clone creates a new ClonableSQLDatabase instance by copying the SQLite database to a new location.
NewClonableSQLiteDatabase creates a new ClonableSQLDatabase instance.
# Structs
ClonableSQLiteDatabase is a wrapper around a gorm database (SQLite) that allows to clone it.