How to store username send from frontend customData{'username': username } in rasa tracker store

I’m sending custom data from rasa webchat and accessing it in custom actions using

events = tracker.current_state()['events']

Now I want to store this username in tracker store table, currently using SQLite, is there a way to do it? Thanks in advance