According to this doc(https://github.com/jupyter-xeus/xeus-sqlite/blob/master/docs/source/api.rst), LOADhas options [R/ RW].
However only [r / rw] can use. This different is just big letter or not.
To edit doc is one of the solution, but I think adding [R / RW] in https://github.com/jupyter-xeus/xeus-sqlite/blob/master/src/xeus_sqlite_interpreter.cpp is the best.
According to this doc(https://github.com/jupyter-xeus/xeus-sqlite/blob/master/docs/source/api.rst),
LOADhas options[R/ RW].However only
[r / rw]can use. This different is just big letter or not.To edit doc is one of the solution, but I think adding
[R / RW]in https://github.com/jupyter-xeus/xeus-sqlite/blob/master/src/xeus_sqlite_interpreter.cpp is the best.