0.10.0
- Add
getDatabaseInfo
method - The
destroy
method now executesPRAGMA optimize
on the database before closing the connection - In a future update, the
transaction
method will be reworked, and the current version of the method will be namedbatch
. This update adds abatch
method that is an alias oftransaction
.