getConnectionURL method

  1. @override
String getConnectionURL(
  1. DBSQLMemoryAdapterContext connection
)
override

Returns the URL of the connection.

Implementation

@override
String getConnectionURL(DBSQLMemoryAdapterContext connection) =>
    'sql.memory://${connection.id}';