Get the database provided in the URI.
Get the database.
uri.database
Returns:
The database.
Since:
1.3.0
84 85 86
# File 'lib/moped/uri.rb', line 84 def database @database ||= match[9] end