close abstract method
void
close()
Closes this database and releases associated resources.
On native platforms, a native finalizer will also close the connection automatically. On the web, finalizers are less reliable. For this reason, closing databases explicitly is still recommended.
Implementation
void close();