methodsqlite.Database.serializeserialize(name?: string): Buffer;Save the database to an in-memory Buffer object.Internally, this calls sqlite3_serialize.@param nameName to save the database as@returnsBuffer containing the serialized database