When working with SQLite databases, it is possible to create and connect to an in-memory database named :memory:.
Suppose you wanted to connect to the in-memory SQLite database :memory: using the functions from the GORM package. Your task is to write the required additional code to connect to :memory: using the gorm.Open() function.