abstract fun insert(quote: Quote): Unit
Inserts a Quote into the database.
quote - The quote to be inserted into the database.
quote