for example i want to save the following traceback
Traceback (most recent call last):
File "/home/stenstikle/venv/lib/python3.12/site-packages/jishaku/features/python.py", line 190, in jsk_python
async for send, result in AsyncSender(executor): # type: ignore
File "/home/stenstikle/venv/lib/python3.12/site-packages/jishaku/functools.py", line 124, in _internal
value = await base.asend(self.send_value)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/stenstikle/venv/lib/python3.12/site-packages/jishaku/repl/compilation.py", line 210, in traverse
async for send, result in AsyncSender(func_g(*self.args)): # type: ignore
File "/home/stenstikle/venv/lib/python3.12/site-packages/jishaku/functools.py", line 124, in _internal
value = await base.asend(self.send_value)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<repl>", line 1, in _repl_coroutine
[][0]
~~^^^
IndexError: list index out of range
into a db. How would I go about doing so? i’m not sure if pickle would work or maybe even json?